keystoneml.nodes.nlp
An NGram representation that is a thin wrapper over Array[String]. The underlying tokens can be accessed via words.
words
Its hashCode and equals implementations are sane so that it can be used as keys in RDDs or hash tables.
hashCode
equals
An NGram representation that is a thin wrapper over Array[String]. The underlying tokens can be accessed via
words
.Its
hashCode
andequals
implementations are sane so that it can be used as keys in RDDs or hash tables.