generated from freelawproject/new-project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Full citations are skipped on overlap with misidentified nominative reporter citations #221
Comments
grossir
added a commit
that referenced
this issue
Mar 6, 2025
Solves #221 and #174 Uses a list of problematic nominative reporters to resolve overlpas Due to the way we tokenize, an overlap was always resolved in favor of the first token. In the case of nominative reporters, this caused a CitationToken to be found when a party name matched the reporter's name, discarding the actual citation This could be solved in a cleaner way by being consistent on tagging nominative reporters on reporters-db
grossir
added a commit
that referenced
this issue
Mar 6, 2025
Solves #221 and #174 Uses a list of problematic nominative reporters to resolve overlpas Due to the way we tokenize, an overlap was always resolved in favor of the first token. In the case of nominative reporters, this caused a CitationToken to be found when a party name matched the reporter's name, discarding the actual citation This could be solved in a cleaner way by being consistent on tagging nominative reporters on reporters-db
I downloaded all the Sentry events and got the full list of nominative reporters that are causing problems, and their counts
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This Sentry issue may help understand problems with eyecite.
The problem with "volume_nominative"
I am just picking a single example, but there are many for each "reporter"
Cooke
"In re Cooke, 93 Wn. App. 526, 529"
Holmes
Add.
"misconduct.” Add. 219 (CMEEC Bylaws)"
Taney
Olcott
Cases without "volume_nominative" but weird results. EDIT: in the end these are actually nominative reporters; we just don't track that on
reporters-db
Thompson (also tracked in this issue Parsing error for citations with defendant 'Thompson' #174)
Chase
Gilmer
Bee
Deady
"General Laws of Oregon, Crim Code, ch VIII, § 74, p 454 (Deady 1845-1864))"
we getFullCaseCitation('Deady 1845', groups={'reporter': 'Deady', 'page': '1845'}
Filed by @grossir
Sentry Issue: COURTLISTENER-96B
The text was updated successfully, but these errors were encountered: