Part-Of-Speech blacklist

Reject POS tags contained in this list.

Property definitions

nlp $ NLPIndex :: blacklist_pos
	# Part-Of-Speech blacklist
	#
	# Reject POS tags contained in this list.
	var blacklist_pos = new Array[String] is writable
lib/nlp/nlp.nit:64,2--67,50