generated from freelawproject/new-project-template
-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Use resolved object's metadata to find ReferenceCitations #199
Comments
grossir
added a commit
that referenced
this issue
Feb 1, 2025
…e_short for search and resolution Fixes #199 - updated ReferenceCitation and FullCaseCitation models metadata to admit resolved_case_name_short and resolved_case_name - update helpers.filter_citations to save metadata of duplicated ReferenceCitations on the kept object - update tests to show how the finding and resolution will work
grossir
added a commit
that referenced
this issue
Feb 1, 2025
…e_short for search and resolution Fixes #199 - updated ReferenceCitation and FullCaseCitation models metadata to admit resolved_case_name_short and resolved_case_name - update helpers.filter_citations to save metadata of duplicated ReferenceCitations on the kept object - update tests to show how the finding and resolution will work
grossir
added a commit
that referenced
this issue
Feb 1, 2025
…e_short for search and resolution Fixes #199 - updated ReferenceCitation and FullCaseCitation models metadata to admit resolved_case_name_short and resolved_case_name - update helpers.filter_citations to save metadata of duplicated ReferenceCitations on the kept object - update tests to show how the finding and resolution will work
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can improve finding both pincite-ReferenceCitations and name-only-ReferenceCitations by using metadata from the resolved object.
If eyecite fails to parse correctly the defendant or plaintiff, then we can't find reference citations. However, if a FullCaseCitation is resolved to an Opinion on Courtlistener, we could use the related
OpinionCluster.case_name
andOpinionCluster.case_name_short
to try to find them. So, this step should happend after resolutions. We would basically increment the list of matchable names, and try again to see if we get new matchesRelevant code:
In eyecite
eyecite/eyecite/find.py
Lines 157 to 167 in abfc7f7
In courtlistener:
The text was updated successfully, but these errors were encountered: