nikitakit / self-attentive-parser

High-accuracy NLP parser with models for 11 languages.

Home Page:https://parser.kitaev.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Force a pos tag

MasterManggis opened this issue · comments

In some cases, the parser recognizes the token 'left' as VBD by mistake, which is most likely ALWAYS ADJ in my corpus. How can I force 'left' to be tagged as a ADJ in or out spaCy?