关于阿拉伯语的斯坦福大学CoreNLP示例

关于阿拉伯语的斯坦福大学CoreNLP示例,nlp,stanford-nlp,arabic,Nlp,Stanford Nlp,Arabic,我有一个关于阿拉伯语NLP的项目,我能举一个关于如何使用(coreNLP)斯坦福阿拉伯语模块(segmenter,POS tagger…)的java示例吗?下面是一个示例命令: java -Xmx8g edu.stanford.nlp.pipeline.StanfordCoreNLP -props StanfordCoreNLP-arabic.properties -file example.txt -outputFormat text 确保在类路径中包含Arabic models jar:

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

下面是一个示例命令:

java -Xmx8g edu.stanford.nlp.pipeline.StanfordCoreNLP -props StanfordCoreNLP-arabic.properties -file example.txt -outputFormat text
确保在类路径中包含Arabic models jar:

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

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

以下是一个示例命令:

java -Xmx8g edu.stanford.nlp.pipeline.StanfordCoreNLP -props StanfordCoreNLP-arabic.properties -file example.txt -outputFormat text
确保在类路径中包含Arabic models jar:

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

该网站包含大量关于斯坦福CoreNLP使用的文档。

你必须尝试谷歌搜索吗?在发布问题之前,请仔细阅读,在这些问题中,人们可以尝试谷歌搜索吗?在发布问题之前,请仔细阅读,人们可以提供帮助