|
Preface:在自然语言处理的道路上,不知不觉地渐行渐远,查找资料见过很多工具,也看过很多文档,依然还是过不好这一生。积累太少了,查找资料虽多,实际应用上却很少,记录下来接触过的一些NLP的工具。更新中... 我爱自然语言处理:http://www.52nlp.cn/ 我爱机器学习:http://www.52ml.net/ 一、NER(命名实体识别) crfsuite:http://www.chokkan.org/software/crfsuite/ crf++: nersuite:http://nersuite.nlplab.org/
二、POS(词性标注) crfsuite GENIA tagger:生物领域的词性标注工具。http://www.nactem.ac.uk/tsujii/GENIA/tagger/
三、CHUNK(组块分析) crfsuite, crf++
四、分词 中科院分词工具:ictclas python包:jieba 斯坦福分词工具:stanford parser
五、Dependency(句法依存) maltparser:http://www.maltparser.org/
码农场:http://www.hankcs.com/nlp/to-achieve-a-simple-generative-dependency-parsing.html
六、情感分析 开源的包:snownlp
#----------------------------------
自然语言处理工具篇: - python的十个自然语言处理工具
- NLTK、Pattern、TextBlob、Gensim、PyNLPI、spaCy、Polyglot、MontyLingua、BLLIP Parser、Quepy。其各有特点,卤煮也只接触过NLTK,Gensim,TextBlob,单单是一个就已经很强大了,不过大多都是以处理英文为主。
- LTP(语言技术平台):哈工大社会计算与信息检索研究中心历时十年研制的一整套开放中文自然语言处理系统
- HanLP:
- snownlp
- github:https://github.com/Windy-Ground/snownlp
- 说明:
- 根据textblob写的,效果还可以
- 百度ai平台
- 链接:https://cloud.baidu.com/?from=console
#---------------------------------- 斯坦福大学自然语言处理公开课中文解读:http://www.52ml.net/14247.htmlUFLDL-斯坦福大学Andrew Ng教授“Deep Learning”教程:http://www.52ml.net/12019.html我爱机器学习网——机器学习资料大全:http://www.52ml.net/star
随着时间的流逝而积累。
|