Package | Description |
---|---|
com.tietoenator.trip.jxp.classification |
TRIP text classification support.
|
Modifier and Type | Method and Description |
---|---|
TdbCategory |
TdbClassificationScheme.add(java.lang.String name,
java.lang.String comment)
Add a new category to the scheme.
|
TdbCategory |
TdbClassificationScheme.getCategory(int id)
Retrieve the category with the provided unique ID, if found.
|
TdbCategory |
TdbClassificationScheme.getCategory(java.lang.String name)
Retrieve the category with the provided name, if found.
|
TdbCategory |
TdbClassificationScheme.remove(java.lang.String name)
Remove an existing category from the scheme
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<TdbCategory> |
TdbClassificationScheme.iterator()
Retrieve an iterator over the categories defined within the scheme
|
Modifier and Type | Method and Description |
---|---|
void |
TdbClassificationScheme.remove(TdbCategory cat)
Remove an existing category from the scheme
|
Modifier and Type | Method and Description |
---|---|
void |
TdbClassificationScheme.classify(java.lang.String data,
java.util.List<TdbCategory> categories)
Test classification with the container.
|