Annotators to use

The specified annotators must exist on the server.

Defaults are: tokenize, ssplit, pos and lemma.

Property definitions

nlp $ NLPClient :: annotators
	# 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
lib/nlp/stanford.nit:333,2--338,83