relatio-nlp/relatio

Allow for verb particles

Opened this issue · 0 comments

The current implementation does not work well on examples like

"prices went up"

because "up" is coded as direction. it would be better if instead "went up" is its own verb.

In spacy, "up" is identified as a particle dependency attached to the verb. So that could be a way to fix it.