Uses of Class
ipipan.spejd.tagset.Attribute

Packages that use Attribute
ipipan.spejd.tagset Provides representation of the corpus tagset. 
 

Uses of Attribute in ipipan.spejd.tagset
 

Methods in ipipan.spejd.tagset with parameters of type Attribute
 void InterpretationArray.addValue(Attribute attr, java.lang.String val)
           
 void InterpretationArray.addValues(Attribute attr, java.lang.String values)
           
 

Constructors in ipipan.spejd.tagset with parameters of type Attribute
InterpretationFactor(Attribute attr, java.lang.String values)