646e62 / case-brief

Generates a FIRAC-style case brief from a reported decision
GNU General Public License v3.0
2 stars 0 forks source link

performance debugging #33

Open bbelderbos opened 1 year ago

bbelderbos commented 1 year ago

I wonder if this can help:

image

But maybe first investigate if spaCy comes with it's own optimisation techniques, I would hope pipe to work ...

bbelderbos commented 1 year ago

Also check out: https://spacy.io/usage/processing-pipelines#processing

And maybe you can filter the text to reduce size? https://stackoverflow.com/a/48213129