|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureGenerator | |
iitb.CRF | Provides an implementation of Conditional Random Fields (CRF) for use in sequential classification tasks. |
iitb.MaxentClassifier | This package shows how to use the CRF package iitb.CRF for basic maxent classification |
iitb.Model | This package has a wealth of classes that will make it easy for you to implement the FeatureGenerator interface required when using CRFs. |
iitb.Segment | This package shows how to use the iitb.CRF package for sequence classification tasks |
Uses of FeatureGenerator in iitb.CRF |
Subinterfaces of FeatureGenerator in iitb.CRF | |
interface |
FeatureGeneratorNested
|
Constructors in iitb.CRF with parameters of type FeatureGenerator | |
CRF(int numLabels,
FeatureGenerator fgen,
java.lang.String arg)
|
|
CRF(int numLabels,
FeatureGenerator fgen,
java.util.Properties configOptions)
|
Uses of FeatureGenerator in iitb.MaxentClassifier |
Classes in iitb.MaxentClassifier that implement FeatureGenerator | |
class |
FeatureGenRecord
|
Uses of FeatureGenerator in iitb.Model |
Classes in iitb.Model that implement FeatureGenerator | |
class |
FeatureGenImpl
The FeatureGenerator is an aggregator over all these different feature types. |
Uses of FeatureGenerator in iitb.Segment |
Methods in iitb.Segment that return FeatureGenerator | |
FeatureGenerator |
Segment.featureGenerator()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |