Skip to content
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

Use pincites to select correct sub-opinion when matching #4832

Open
mlissner opened this issue Dec 16, 2024 · 1 comment
Open

Use pincites to select correct sub-opinion when matching #4832

mlissner opened this issue Dec 16, 2024 · 1 comment

Comments

@mlissner
Copy link
Member

If we have a pincite like this: Roe at 442, we should use the 442 to identify the correct sub-opinion within Roe, rather than just blindly selecting whichever is first by ordering_key.

This is hard because we don't have page ranges for opinions, so we'll probably need to start by adding those to the model.

But ideally, imagine we have a cluster like this that's cited as "Roe at 457":

  • Roe v. Wade (33 U.S. 442):
    • Sub-opinion1: (pages 442-456)
    • Sub-opinion2: (pages 456-466)
    • Sub-opinion3: (pages 466-470)

If that's the case, our citation to "Roe at 457" should go to Sub-opinion2, because that's where the correct page is.

@mlissner
Copy link
Member Author

This is not important before our next run of the citation finder. Too difficult.

@flooie flooie moved this to To Do in Case Law Sprint Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: To Do
Status: No status
Development

No branches or pull requests

1 participant