Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct sd extract_from_text docket number extraction #1292

Open
grossir opened this issue Jan 9, 2025 · 0 comments
Open

Correct sd extract_from_text docket number extraction #1292

grossir opened this issue Jan 9, 2025 · 0 comments
Assignees

Comments

@grossir
Copy link
Contributor

grossir commented Jan 9, 2025

After checking the parent issue, I realized that the docket numbers in the first page are actually a mix of
"{docket_number}-{disposition}-{author}"

'#30485-aff in pt & rev in pt-JMK\n2024 S.D. 57\n\n    '
'#30590, #30604-dismiss-MES\n2024 S.D. 55\n\n\n\n       '
'#30348-aff in pt & rev in pt-SPM\n2024'
''#30161-aff in pt & rev in pt-SRJ\n2024 S.D. 39\n\n               '

Which matches the current judges

    initial_to_judges = {
        "MES": "Mark E. Salter",
        "SPM": "Scott P. Myren",
        "SRJ": "Steven R. Jensen",
        "PJD": "Patricia J. DeVaney",
        "JMK": "Janine M. Kern",
    }

So, extract_from_text must be corrected, before we re-run it for #1291

grossir added a commit that referenced this issue Jan 10, 2025
Solves #1292

Now parsing: disposition, docket_number and judges
@grossir grossir self-assigned this Jan 13, 2025
@grossir grossir moved this to In progress in Case Law Sprint Jan 13, 2025
@flooie flooie moved this from In progress to Buffer Zone in Case Law Sprint Jan 13, 2025
@flooie flooie moved this from Buffer Zone to In progress in Case Law Sprint Jan 13, 2025
@flooie flooie moved this from In progress to Buffer Zone in Case Law Sprint Jan 13, 2025
@flooie flooie moved this from Buffer Zone to Backlog Jan 13 to Jan 24 in Case Law Sprint Jan 14, 2025
@flooie flooie moved this from Backlog Jan 13 to Jan 24 to January 27 to Feb 7 in Case Law Sprint Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: January 27 to Feb 7
Development

No branches or pull requests

1 participant