Rossi

Results 280 comments of Rossi

I updated the README in this PR https://github.com/freelawproject/eyecite/pull/207 But given the new changes, we will have to update it again

Updated README for the latest changes here https://github.com/freelawproject/eyecite/pull/246/files#diff-7b3ed02bc73dc06b7db906cf97aa91dec2b2eb21f2d92bc5caa761df5bbc168f Closing this issue now. In the future the README should be updated in the same PR where the changes are made

Some changes implemented here https://github.com/freelawproject/reporters-db/pull/205 More changes here: https://github.com/freelawproject/eyecite/pull/219

More that don't get recognized as citations, due to spaces [from](https://www.courtlistener.com/opinion/10045274/20250218_c371992_27_371992opnpdf/) - 88 SCt 1868 - 20 LEd2d 889 [1968] [From](https://www.courtlistener.com/opinion/9495920/go/) - 2020 NY Misc LEXIS 2810 [From](https://www.courtlistener.com/opinion/9492128/go/) - 2020...

A more up to date style manual https://nycourts.gov/reporter/files/2022-SM.pdf From page 179, seems to have a full list of variations ![Image](https://github.com/user-attachments/assets/ee94b712-39e4-459d-9a3c-f203da4dd613) Sent by @mlissner on Slack

I added a `logger.error` for unknown overlap types; this is bringing in some clues on new citation formats New overlap type: IdCitation with FullCaseCitation; when the correct citation type would...

Another improvement: benchmark annotation performance On a couple of recent PRs, the peformance footprint of changes (new cleaning step, new span updater) was invisible when they were on the annotation...

From this related [Sentry](https://freelawproject.sentry.io/issues/5238454058/?project=5257254&query=%27NoneType%27%20object%20has%20no%20attribute%20%27span%27&referrer=issue-stream&statsPeriod=90d&stream_index=1) issue I got a reproducible example. Seems to be a Hyperscan error due to a corrupted document. Will look for more examples; but maybe the user...

Summary: This was caused by a too long `Opinion.local_path` value, which is a `FileField` with a [default](https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.FileField.storage) limit of 100 chars. `doctor` is the origin of the error, since the...

This is part of a problem where doctor mis-identifies the extension. For example, in another case, it identifies HTML as TXT, causing a [display issue](https://github.com/freelawproject/juriscraper/issues/1094#issuecomment-2402331856) in CL. I think the...