Natural Language Processing With Python (1)

 Chapter 1:

Easy, just using some API.

Important API : FreqDist(). 

Some natural language understanding technologies : Word Sense Disambiguation, Pronoun Resolution, Generating Languge Output, Machcine Translation, Spoken Dialogue Systems, Textual Entailment.

 

Chapter 2:

Learn to access text corpora and lexical resource.

Important API : ConditionalFreqDist(), words(), sents(),raw().

Corpora:

To get lexical resource :

WordNet (semantic oriented, large number of info about words)

WordList

StopWords

 

To get a collection of text(some with category):

Gutenberg

Brown

Web and Chat Text

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章