Stanford NLP 中的所有注释都支持阿拉伯语吗?

Is Arabic supported by all annotations in Stanford NLP?

我几乎使用了 Stanford NLP 提供的所有英语注释,但我现在想处理阿拉伯语。

问题是,我能否在阿拉伯语中也使用所有注释,例如 tokenize, ssplit, pos, lemma, ner, parse,dcoref

更新:

我想知道阿拉伯语是否像英语一样支持注释,或者阿拉伯语的注释是否也适用于英语?

不同的标注者可以产生不同的标注。看看这个table:

参考:

http://stanfordnlp.github.io/CoreNLP/human-languages.html