eyecite
eyecite copied to clipboard
Find legal citations in any block of text
This one has occurred once so far: Sentry Issue: [COURTLISTENER-75S](https://freelawproject.sentry.io/issues/5297035701/?referrer=github_integration) ``` ScratchInUseError: error code -10 (4 additional frame(s) were not displayed) ... File "cl/search/views.py", line 544, in show_results render_dict.update(do_search(request.GET.copy())) File...
In issue [#3924](https://github.com/freelawproject/courtlistener/issues/3924), we identified a bug in Eyecite's parsing method when the defendant's last name is 'Thompson'. For example, for the citation `'Shapiro v. Thompson, 394 U. S. 618'`:...
This PR addresses #128. The previous code returned the court ID of the first court for which the courts-db cite string started with the court abbreviation eyecite detected in the...
As discussed in https://github.com/freelawproject/eyecite/issues/135#issuecomment-1386402484, there is presently a bug where court strings without whitespace are not properly matched. 3b2fe0972ebb86fad1a0beaa9942980398f38cbc implements a failing test for this bug. 94b1e2f16ddbd8005a6c5905a1621850c4adac9c implements a simple...
Seems like some sort of permissions error. @flooie can you please look so we can unblock merging PRs?
Consider Marbury v. Madison: ``` cite1 = '5 U.S. 137' cite2 = '5 U.S. (1 Cranch) 137' hash(get_citations(cite1)[0]) == hash(get_citations(cite2)[0]) # Returns False, but True is expected ``` I think...
Hi, thank you for the great library ! ## Problem description I am preparing a dataset, in which I would like to _mask_ some citations, e.g. replacing them by "[CITATION]"....
Hey, Thanks again for the library, we're using it everyday :) We're currently trying to come up with a unique string representation for citations, one that would be unique for...
U.S. code statutes with letters in them appear to be unrecognized. So "18 U.S.C. § 1028" and "18 U.S.C. § 1028(a)" are parsed, but "18 U.S.C. § 1028A" is not....