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

fix(extract_from_text): now returns a plain citation string #1298

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

grossir
Copy link
Contributor

@grossir grossir commented Jan 11, 2025

Solves #1297

We will use eyecite on Courtlistener's site to parse and validate the citation string

Solves #1297

We will use eyecite on Courtlistener's site to parse and validate the citation string
@grossir
Copy link
Contributor Author

grossir commented Jan 11, 2025

Spent some time thinking if the "Citation" value should be a string or a dict...

{
"Citation": {"citation" : "2023 VT 3"}
}

or

{
"Citation": "2023 VT 3"
}

I couldn't really answer, maybe you have an opinion?

@grossir grossir requested a review from flooie January 11, 2025 01:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

2 participants