2016-11-30 12:42:28 +01:00

13 lines
394 B
Markdown

#### (working) notes
# Part of Speech (POS-tagging)
Example: [http://parts-of-speech.info](http://parts-of-speech.info)
![](http://i.stack.imgur.com/49LvB.png)
[Phrase structure grammar](https://en.wikipedia.org/wiki/Phrase_structure_grammar)
[Parse Tree](https://en.wikipedia.org/wiki/Parse_tree)
### [pos: fasttag part of speech tagger implementation](https://www.npmjs.com/package/pos)