我有一个关于阿拉伯语NLP的项目,我可以有一个关于如何使用的java示例(coreNLP)斯坦福阿拉伯语模块(segmenter,POS tagger ......)?
答案 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使用的文档。