Package opennlp.tools.util.wordvector
Interface WordVectorTable
-
@Experimental public interface WordVectorTable
A table that maps tokens to word vectors.Warning: Experimental new feature, see OPENNLP-1144 for details, the API might be changed anytime.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intdimension()WordVectorget(String token)intsize()Iterator<String>tokens()
-
-
-
Method Detail
-
get
WordVector get(String token)
-
size
int size()
-
dimension
int dimension()
-
-