rafelafrance / traiter_mimosa

Extract traits about mimosas from authoritative literature

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Speed up the sentence parser

rafelafrance opened this issue · comments

commented

I's incredibly slow now, given what it does. I can:

  1. Speedup the spaCy parser by removing pipes or other things.
  2. Give up and just write my own, it's fairly simple logic.

I need before and after timings to measure improvements.