斯坦福CoreNLP关于阿拉伯语的例子

时间:2017-10-05 10:39:16

标签: nlp stanford-nlp arabic

我有一个关于阿拉伯语NLP的项目,我可以有一个关于如何使用的java示例(coreNLP)斯坦福阿拉伯语模块(segmenter,POS tagger ......)?

1 个答案:

答案 0 :(得分:3)

以下是一个示例命令:

java -Xmx8g edu.stanford.nlp.pipeline.StanfordCoreNLP -props StanfordCoreNLP-arabic.properties -file example.txt -outputFormat text

确保在CLASSPATH中包含阿拉伯模型jar:

https://stanfordnlp.github.io/CoreNLP/download.html

该网站包含大量有关Stanford CoreNLP使用的文档。