Uses of Class
com.tietoenator.trip.jxp.classification.TdbCategory
-
Packages that use TdbCategory Package Description com.tietoenator.trip.jxp.classification TRIP text classification support. -
-
Uses of TdbCategory in com.tietoenator.trip.jxp.classification
Methods in com.tietoenator.trip.jxp.classification that return TdbCategory Modifier and Type Method 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 schemeMethods in com.tietoenator.trip.jxp.classification that return types with arguments of type TdbCategory Modifier and Type Method Description java.util.Iterator<TdbCategory>
TdbClassificationScheme. iterator()
Retrieve an iterator over the categories defined within the schemeMethods in com.tietoenator.trip.jxp.classification with parameters of type TdbCategory Modifier and Type Method Description void
TdbClassificationScheme. remove(TdbCategory cat)
Remove an existing category from the schemeMethod parameters in com.tietoenator.trip.jxp.classification with type arguments of type TdbCategory Modifier and Type Method Description void
TdbClassificationScheme. classify(java.lang.String data, java.util.List<TdbCategory> categories)
Test classification with the container.
-