“Reading Paper”版本间的差异
来自cslt Wiki
(→Some Things to remember) |
(→tool) |
||
第3行: | 第3行: | ||
:* word vector tool for text classification, text clustering or information retrieval[http://sourceforge.net/projects/wvtool/] | :* word vector tool for text classification, text clustering or information retrieval[http://sourceforge.net/projects/wvtool/] | ||
:* google word2ve[http://code.google.com/p/word2vec/] | :* google word2ve[http://code.google.com/p/word2vec/] | ||
+ | * NLP tool | ||
+ | :* Text Analysis Online[http://textanalysisonline.com/] | ||
+ | ::*提供了一个在线的测试环境。目前提供NLTK(内含斯坦福NLP),TextBlob, MBSP, Pattern, PyTeaser, LangId和中文分词等多种工具 | ||
+ | :* LTP 哈工大开源处理工具[https://github.com/HIT-SCIR/ltp][http://www.ltp-cloud.com/] | ||
+ | :* openNLP[http://opennlp.apache.org/] | ||
+ | ::* 标记化、句子分割、词性标注、固有实体提取(指在句子中辨认出专有名词,例如:人名)、浅层分析(句字分块)、语法分析及指代 | ||
+ | :* FudanNLP[https://code.google.com/p/fudannlp/] | ||
+ | :* stanford nlp[http://nlp.stanford.edu/software/index.shtml] | ||
==QA== | ==QA== |
2014年12月16日 (二) 02:26的版本
目录
[隐藏]tool
- word2vec tool
- NLP tool
- Text Analysis Online[3]
- 提供了一个在线的测试环境。目前提供NLTK(内含斯坦福NLP),TextBlob, MBSP, Pattern, PyTeaser, LangId和中文分词等多种工具
- 标记化、句子分割、词性标注、固有实体提取(指在句子中辨认出专有名词,例如:人名)、浅层分析(句字分块)、语法分析及指代
QA
NN & RNN LM
document classification
word vector
learn report
basic tasks of speech processing
learn process
Some Things to remember
- video lectures [9]
- free books [10]
- 推荐系统的tutorial slides [11][12]
- understanding-lbfgs [13]
- ml blog[14][15]
- 公开课[16]
- 机器学习日报[17]
- 包含大量的学习资源