Uses of Class
opennlp.tools.util.Version

Packages that use Version
opennlp.tools.util Package containing utility data structures and algorithms used by multiple other packages. 
opennlp.tools.util.model   
 

Uses of Version in opennlp.tools.util
 

Methods in opennlp.tools.util that return Version
static Version Version.currentVersion()
          Retrieves the current version of the OpenNlp Tools library.
static Version Version.parse(String version)
          Return a new Version initialized to the value represented by the specified String
 

Uses of Version in opennlp.tools.util.model
 

Methods in opennlp.tools.util.model that return Version
 Version BaseModel.getVersion()
          Retrieves the OpenNLP version which was used to create the model.
 



Copyright © 2010. All Rights Reserved.