@Experimental public class Glove extends Object
Warning: Experimental new feature, see OPENNLP-1144 for details, the API might be changed anytime.
| Modifier and Type | Method and Description | 
|---|---|
static WordVectorTable | 
parse(InputStream in)
Parses a glove vector plain text file. 
 | 
@Experimental public static WordVectorTable parse(InputStream in) throws IOException
Warning: Experimental new feature, see OPENNLP-1144 for details, the API might be changed anytime.
in - the input stream for Glove vectorsIOException - if any error occurs during parsingCopyright © 2021 The Apache Software Foundation. All rights reserved.