Uses of Class
cc.mallet.extract.LabeledSpan

Packages that use LabeledSpan
cc.mallet.extract Unimplemented. 
 

Uses of LabeledSpan in cc.mallet.extract
 

Methods in cc.mallet.extract that return LabeledSpan
 LabeledSpan LabeledSpans.getLabeledSpan(int i)
           
 LabeledSpan Field.span(int i)
           
 

Methods in cc.mallet.extract with parameters of type LabeledSpan
 void Field.addFiller(LabeledSpan span)
           
 

Constructors in cc.mallet.extract with parameters of type LabeledSpan
Field(LabeledSpan span)