en-pos
en-pos copied to clipboard
⚙️ [Processor] A better English POS tagger written in JavaScript
Noticed that the library tags `designate` `designator`, `designators` as Adjectives (`JJ`).
Example: `Barack Hussein Obama II ( born August ... ) ...` gets tagged as `NNP NNP NNP NNP **NNP** VBN NNP ...` Any way to fix this behavior?

Can FinNLP detect sentences? A basic feature of StanfordNLP and Apache OpenNLP :)
Can you add a license please? Compendium is MIT :)