nikitakit / self-attentive-parser

High-accuracy NLP parser with models for 11 languages.
https://parser.kitaev.io/
MIT License
871 stars 153 forks source link

Force a pos tag #61

Open MasterManggis opened 4 years ago

MasterManggis commented 4 years ago

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?