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

Disambiguate ohioctapp docket numbers #1135

Open
grossir opened this issue Aug 27, 2024 · 8 comments
Open

Disambiguate ohioctapp docket numbers #1135

grossir opened this issue Aug 27, 2024 · 8 comments

Comments

@grossir
Copy link
Contributor

grossir commented Aug 27, 2024

ohioctapp_{1 to 12} opinions may share the same docket number across counties, even in the same circuit. Example 1, 2 . This has been causing incorrect docket matching, and there is no direct way to disambiguate with the current docket number. An example of many cases with a single docket number 22CA15

image

From freelawproject/courtlistener#4256

@mlissner
Copy link
Member

Thanks for spinning this off into its own issue. That's a nasty one. I guess the solution is to include the county information in our Ohio look ups? Do we even have that in the docket?

@grossir
Copy link
Contributor Author

grossir commented Aug 27, 2024

Currently we are not saving anything related to the county on the Docket, but the county listed in the HTML can be used to build a court name that would go in lower_court_str.

Independently from that, we could tweak the docket number as seen in the source, appending the district / circuit number and some letters from the county to make them unique.

What do you think @flooie ?

@mlissner
Copy link
Member

Tweaking docket numbers is probably not something we can do. People would be upset. Happy to hear @flooie's thoughts though.

@flooie
Copy link
Contributor

flooie commented Aug 27, 2024

oh thats fun.

@flooie
Copy link
Contributor

flooie commented Aug 27, 2024

I think we should call the court tomorrow to get clarification on whether these are full docket numbers or if they have an extended version we could decipher and use. I think speaking to a clerk would help understand how they do this in practice.

@flooie
Copy link
Contributor

flooie commented Aug 28, 2024

Numbers are not unique to district court of appeals but unique to the district + county. So in theory you could have 14 22CA10's just from the fourth district. I use fourth because that is who I spoke to this morning.

Also some courts and districts do different things.

@grossir
Copy link
Contributor Author

grossir commented Aug 28, 2024

A possible solution:

  • save the lower court, which is related to the County. For the cases linked in the first comment, the lower courts are "Gallia
    County Court of Common Pleas" and "Pickaway County Court of Common Pleas", but we could use a generic "{county} County Court"
  • make a special case of the docket lookup for ohioctapp to include the lower_court_str

If there are no repeated county names across districts, that would make the lookup unique

@flooie
Copy link
Contributor

flooie commented Aug 28, 2024

their should be no repeated county names.

grossir added a commit to grossir/juriscraper that referenced this issue Sep 10, 2024
Will help solve freelawproject#1135

- Now parsing lower_court for disambiguating docket numbers across
ohioctapp dockets
- Now parsing per_curiam
- Now parsing parallel_citation for `ohio`
- Updated example files
- Refactored some xpaths
grossir added a commit to grossir/juriscraper that referenced this issue Sep 10, 2024
Will help solve freelawproject#1135

- Now parsing lower_court for disambiguating docket numbers across
ohioctapp dockets
- Now parsing per_curiam
- Now parsing parallel_citation for `ohio`
- Updated example files
- Refactored some xpaths
grossir added a commit to grossir/juriscraper that referenced this issue Sep 10, 2024
Will help solve freelawproject#1135

- Now parsing lower_court for disambiguating docket numbers across
ohioctapp dockets
- Now parsing per_curiam
- Now parsing parallel_citation for `ohio`
- Updated example files
- Refactored some xpaths
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants