nlp :: NLPClient :: annotators
The specified annotators must exist on the server.
Defaults are: tokenize, ssplit, pos and lemma.
tokenize
ssplit
pos
lemma
# Annotators to use # # The specified annotators must exist on the server. # # Defaults are: `tokenize`, `ssplit`, `pos` and `lemma`. var annotators: Array[String] = ["tokenize", "ssplit", "pos", "lemma"] is writable