public class HierarchyVersion
extends java.lang.Object
| Constructor and Description |
|---|
HierarchyVersion(java.lang.String doc)
Creates a new instance of HierarchyVersion,
|
| Modifier and Type | Method and Description |
|---|---|
int |
getTrainsetNo()
Returns the training set number of the taxonomy hierarchy from the header of the training file.
|
java.lang.String |
getVersion()
Returns the version of the taxonomy hierarchy from the header of the training file.
|
static void |
main(java.lang.String[] args) |
public HierarchyVersion(java.lang.String doc)
throws TrainingDataException
TrainingDataExceptionpublic int getTrainsetNo()
public java.lang.String getVersion()
public static void main(java.lang.String[] args)
throws TrainingDataException
TrainingDataException