parse a phrase with "and" correctly #1817
Labels
feat / parser
Feature: Dependency Parser
lang / en
English language data and models
perf / accuracy
Performance: accuracy
In the following example,
energy intake and dissipation
is split asenergy intake
anddissipation
. But it actually should be split asenergy intake
andenergy dissipation
. Is there a way to do so with spaCy?https://demos.explosion.ai/displacy/?text=Obesity%20or%20excessive%20expansion%20of%20the%20adipose%20tissue%20is%20a%20consequence%20of%20chronic%20energy%20imbalance%20between%20energy%20intake%20and%20dissipation.&model=en_core_web_sm&cpu=1&cph=1
The text was updated successfully, but these errors were encountered: