You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the introduction of ReferenceCitations we noticed they sometimes overlapped with other citation models.
Given that References may be a standalone name As seen in Roe, ... or a name pincite combination As seen in Roe at 223, a reference extraction that does not take into account other citation models may incorrectly extract references that are actually part of the fuller citation models.
Currently, this is managed by eyecite.helpers.filter_citations, but we have been running into bugs due to not having correct full span calculations; or due to having incomplete extractors
Nobelman at 332, 113 S.Ct. 2106 is actually a pincited case citation (?); currently we would identify it as a Reference followed by: a full citation or maybe a short case citation
overlap with single name full case citation
From example 1
Not strictly related to References, but to parallel citations; this should probably be split into another issue; but I am pointing it here to be added as test cases that we will know will fail
State v. Howard, supra 128-129, 539 A.2d 1203. is a single citation that lists all the parallels, but our system will recognize it as a SupraCitation followed by a CaseCitation
On the same example, something similar happens with an IdCitation and parallel citations
The text was updated successfully, but these errors were encountered:
With the introduction of ReferenceCitations we noticed they sometimes overlapped with other citation models.
Given that References may be a standalone name
As seen in Roe, ...
or a name pincite combinationAs seen in Roe at 223
, a reference extraction that does not take into account other citation models may incorrectly extract references that are actually part of the fuller citation models.Currently, this is managed by
eyecite.helpers.filter_citations
, but we have been running into bugs due to not having correct full span calculations; or due to having incomplete extractorsoverlap with supra
From Example 1
Twombly, supra, at 553-554
A Reference would be found inside of the Supra due to incomplete full span calculation:
eyecite/eyecite/find.py
Lines 313 to 324 in 32ee756
overlap with short case citation
From Example 1
Twombly, 550 U. S.
( I think this has been solved recently)overlap with single-name and pincite full case citation
Example 2:
Nobelman at 332, 113 S.Ct. 2106
is actually a pincited case citation (?); currently we would identify it as a Reference followed by: a full citation or maybe a short case citationoverlap with single name full case citation
From example 1
![Image](https://private-user-images.githubusercontent.com/14970769/412961965-5579ec56-e22a-4cdb-8a02-07593bf0e4ea.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0ODMyNDgsIm5iZiI6MTczOTQ4Mjk0OCwicGF0aCI6Ii8xNDk3MDc2OS80MTI5NjE5NjUtNTU3OWVjNTYtZTIyYS00Y2RiLThhMDItMDc1OTNiZjBlNGVhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDIxNDIyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUyZmZjOTliNDI3YjYzODUwMDhhZDIyNjY2NTlkOThmZjg1YTRjZDAwMWFkNGFiMDY0ZjE0NjZlZmI3ZDQ2NDEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.x_byXBoxHGH-oJqCrlzA2D2CckXJwZ25VkYz_AD9wvw)
Not strictly related to References, but to parallel citations; this should probably be split into another issue; but I am pointing it here to be added as test cases that we will know will fail
Example
State v. Howard, supra 128-129, 539 A.2d 1203.
is a single citation that lists all the parallels, but our system will recognize it as a SupraCitation followed by a CaseCitationOn the same example, something similar happens with an IdCitation and parallel citations
The text was updated successfully, but these errors were encountered: