13 lines
394 B
Markdown
Raw Permalink Normal View History

2016-11-30 12:37:33 +01:00
#### (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)
2016-11-30 12:42:28 +01:00
[Parse Tree](https://en.wikipedia.org/wiki/Parse_tree)
### [pos: fasttag part of speech tagger implementation](https://www.npmjs.com/package/pos)