Browse Library Advanced SearchSign InStart Free Trial
Browse Library Advanced SearchSign In
This book is intended for Python programmers interested in learning how to do natural language processing. Maybe you've learned the limits of regular expressions the hard way, or you've realized that human language cannot be deterministically parsed like a computer language. Perhaps you have more ...
NLTK 大概是最知名的Python自然语言处理工具了,全称"Natural Language Toolkit", 诞生于宾夕法尼亚大学,以研究和教学为目的而生,因此也特别适合入门学习。NLTK虽然主要面向英文,但是它的很多NLP模型或者模块是语言无关的,因此如果某种语言有了初步的Tokenization或者分词,NLTK的很多工具包是可以复用的。 关于NLTK,网上已...
Natural Language Processing with Python.pdf Natural-Language-Processing-Python-and-NLTK.pdf Natural-Language-Processing-with-Python-Cookbook-source-code-.zip Natural-Language-Processing-with-Python-Cookbook.pdf Natural_Language_Annotation.for_Machine_Learning(using_Python)_O‘Reilly_2012.pdf Neural-Data-Sc...
《Natural Language Processing with Python》,以介绍NLTK里的功能用法为主,同时附带一些Python知识,同时国内陈涛同学友情翻译了一个中文版,这里可以看到:推荐《用Python进行自然语言处理》中文翻译-NLTK配套书;另外一本是《Python Text Processing with NLTK 2.0 Cookbook》,这本书要深入一些,会涉及到NLTK的代码结构,...
NLTK 大概是最知名的Python自然语言处理工具了,全称"Natural Language Toolkit", 诞生于宾夕法尼亚大学,以研究和教学为目的而生,因此也特别适合入门学习。NLTK虽然主要面向英文,但是它的很多NLP模型或者模块是语言无关的,因此如果某种语言有了初步的Tokenization或者分词,NLTK的很多工具包是可以复用的。
In this paper, David Mertz, a director of Python Software Foundation, examines the functional aspects of the language and points out which options work well and which ones you should generally decline. Natural Language Processing with Python S. Bird, E. Klein... Advanced Practical introduction to...
itwillmakethetaskofusingtheNLTKforNaturalLanguageProcessingeasyandstraightforward.ThisbookisforPythonprogrammerswhowanttoquicklygettogripswithusingtheNLTKforNaturalLanguageProcessing.Familiaritywithbasictextprocessingconceptsisrequired.ProgrammersexperiencedintheNLTKwillalsofindituseful.Studentsoflinguisticswillfinditinvaluable...
ThisbookisintendedforPythonprogrammersinterestedinlearninghowtodonaturallanguageprocessing.Maybeyou’velearnedthelimitsofregularexpressionsthehardway,oryou’verealizedthathumanlanguagecannotbedeterministicallyparsedlikeacomputerlanguage.Perhapsyouhavemoretextthanyouknowwhattodowith,andneedautomatedwaystoanalyzeandstructurethat...