Uses of Interface
iitb.CRF.Feature

Packages that use Feature
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. 
 

Uses of Feature in iitb.CRF
 

Methods in iitb.CRF that return Feature
 Feature FeatureGenerator.next()
           
 

Uses of Feature in iitb.MaxentClassifier
 

Methods in iitb.MaxentClassifier that return Feature
 Feature FeatureGenRecord.next()
           
 

Uses of Feature in iitb.Model
 

Classes in iitb.Model that implement Feature
 class FeatureImpl
           
 

Methods in iitb.Model that return Feature
 Feature FeatureGenImpl.next()
           
 



Submit a bug or feature.