NLP:nltk+stanfordNLP

1. NLTK

import nltk
form nltk.book import  *

2. NLTK中使用stanfordNLP

http://www.zmonster.me/2016/06/08/use-stanford-nlp-package-in-nltk.html
https://github.com/nltk/nltk/wiki/Installing-Third-Party-Software#stanford-tagger-ner-tokenizer-and-parser

2.1

你可能感兴趣的:(NLP)