en-pos icon indicating copy to clipboard operation
en-pos copied to clipboard

⚙️ [Processor] A better English POS tagger written in JavaScript

Results 5 en-pos issues
Sort by recently updated
recently updated
newest added

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?

![image](https://user-images.githubusercontent.com/283347/34912783-b673ece0-f8e9-11e7-9992-682963876e2d.png)

Can FinNLP detect sentences? A basic feature of StanfordNLP and Apache OpenNLP :)

Can you add a license please? Compendium is MIT :)