Search code examples
javanlpstanford-nlparabic

Is Arabic supported by all annotations in Stanford NLP?


I've used almost all provided annotations by Stanford NLP on English, but I want to work on Arabic now.

The question is, Could I use all annotations like tokenize, ssplit, pos, lemma, ner, parse,dcoref on Arabic too?

Update:

I want to know if Arabic has supported annotations like English or not, or is the annotations work on Arabic as well on English?


Solution

  • Different annotators can produce different annotations. Take a look at this table:

    enter image description here

    Reference:

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