python 配置nlp stanford python
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 配置nlp stanford python相关的知识,希望对你有一定的参考价值。
1. Install pip install stanfordnlp
2. From your python file write :
import stanfordnlp
stanfordnlp.download("fr")
nlp = stanfordnlp.Pipeline(models_dir="Libraries", lang="fr")
doc = nlp("bonjour a tout le monde")
以上是关于python 配置nlp stanford python的主要内容,如果未能解决你的问题,请参考以下文章
NLP干货!Python NLTK结合stanford NLP工具包进行文本处理
NLPPython3.6.5中使用 Stanford NLP工具包进行词性标注
运行 Stanford.NLP.CoreNLP 示例时出现 TypeInitializationException
使用stanford nlp进行依存句法分析
NLP_Stanford课堂分词
NLP_Stanford课堂拼写校正