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
Finding ReferenceCitations depend on preceding FullCaseCitations. Currently, we find them using either the defendant or the plaintiff as identified on the FullCaseCitation; and we require a pincite.
To find name-only ReferenceCitations, without pincites, we need to account for a different structure. I think this is easiest for HTML / XML opinions, since the intention of referencing is made explicit by <i> or <em> style tags. Other seemingly obvious structure is the "In $name,". But, see the Halper references that do not conform to in Halper. And see the blue highlight for a case where the party names was not supposed to be a reference
So, I think we should start looking for this kind of citations on HTML / XML documents only, and using the structured text itself, not a cleaned text. This second round of citation finding may benefit also from using the resolved objects metadata #199
The text was updated successfully, but these errors were encountered:
Finding ReferenceCitations depend on preceding FullCaseCitations. Currently, we find them using either the defendant or the plaintiff as identified on the FullCaseCitation; and we require a pincite.
eyecite/eyecite/find.py
Lines 157 to 167 in abfc7f7
To find name-only ReferenceCitations, without pincites, we need to account for a different structure. I think this is easiest for HTML / XML opinions, since the intention of referencing is made explicit by
<i>
or<em>
style tags. Other seemingly obvious structure is the"In $name,"
. But, see the Halper references that do not conform toin Halper
. And see the blue highlight for a case where the party names was not supposed to be a referenceSo, I think we should start looking for this kind of citations on HTML / XML documents only, and using the structured text itself, not a cleaned text. This second round of citation finding may benefit also from using the resolved objects metadata #199
The text was updated successfully, but these errors were encountered: