-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Find partial citations for decisions that don't yet have full citations, e.g. 22 U.S. ____ (2002) #30
Comments
Relinking my old PR on this: freelawproject/courtlistener#1226 On the parsing side, I think this may be as simple as allowing "__" to be a valid page number here: https://github.com/freelawproject/eyecite/blob/master/eyecite/utils.py#L31 |
Yeah, I think we should start by focusing on the parsing side first. On the matching side, we have competing proposals of either:
I actually think number two is more practical and less fragile. I'd say if we revisit this once the parser is done, that we take that approach. |
I'm volunteering to pitch in on a solution to this if you'll have me. I have some ideas I'd like to lay down. Just don't want to step on anyone's toes. |
Go, go, go, @devlux76. We'd love the help. I think I highlighted one other issue that would be a good first-bug, but this would be a good one too, I think. |
Back in 2014, in freelawproject/courtlistener#1601, @brianwc lamented that we don't handle partial citations very well. His example was:
Alas, we never got the citator working on these. I'm not sure it's worth the effort to do so now, but I thought I'd file an issue so we could track it as a gap in functionality.
The text was updated successfully, but these errors were encountered: