@Experimental public interface WordVectorTable
Warning: Experimental new feature, see OPENNLP-1144 for details, the API might be changed anytime.
| Modifier and Type | Method and Description | 
|---|---|
int | 
dimension()  | 
WordVector | 
get(String token)  | 
int | 
size()  | 
Iterator<String> | 
tokens()  | 
WordVector get(String token)
int size()
int dimension()
Copyright © 2021 The Apache Software Foundation. All rights reserved.