GATE
Version 3.1-2270

Uses of Class
hepple.postag.POSTagger

Packages that use POSTagger
gate.creole   
hepple.postag   
hepple.postag.rules   
 

Uses of POSTagger in gate.creole
 

Fields in gate.creole declared as POSTagger
protected  POSTagger POSTagger.tagger
           
 

Uses of POSTagger in hepple.postag
 

Methods in hepple.postag with parameters of type POSTagger
 boolean Rule.apply(POSTagger tagger)
           
abstract  boolean Rule.checkContext(POSTagger tagger)
           
 boolean Rule.hasToTag(POSTagger tagger)
           
 

Uses of POSTagger in hepple.postag.rules
 

Methods in hepple.postag.rules with parameters of type POSTagger
 boolean Rule_CURWD.checkContext(POSTagger tagger)
           
 boolean Rule_LBIGRAM.checkContext(POSTagger tagger)
           
 boolean Rule_NEXT1OR2OR3TAG.checkContext(POSTagger tagger)
           
 boolean Rule_NEXT1OR2TAG.checkContext(POSTagger tagger)
           
 boolean Rule_NEXT1OR2WD.checkContext(POSTagger tagger)
           
 boolean Rule_NEXT2TAG.checkContext(POSTagger tagger)
           
 boolean Rule_NEXT2WD.checkContext(POSTagger tagger)
           
 boolean Rule_NEXTBIGRAM.checkContext(POSTagger tagger)
           
 boolean Rule_NEXTTAG.checkContext(POSTagger tagger)
           
 boolean Rule_NEXTWD.checkContext(POSTagger tagger)
           
 boolean Rule_PREV1OR2OR3TAG.checkContext(POSTagger tagger)
           
 boolean Rule_PREV1OR2TAG.checkContext(POSTagger tagger)
           
 boolean Rule_PREV1OR2WD.checkContext(POSTagger tagger)
           
 boolean Rule_PREV2TAG.checkContext(POSTagger tagger)
           
 boolean Rule_PREV2WD.checkContext(POSTagger tagger)
           
 boolean Rule_PREVBIGRAM.checkContext(POSTagger tagger)
           
 boolean Rule_PREVTAG.checkContext(POSTagger tagger)
           
 boolean Rule_PREVWD.checkContext(POSTagger tagger)
           
 boolean Rule_RBIGRAM.checkContext(POSTagger tagger)
           
 boolean Rule_SURROUNDTAG.checkContext(POSTagger tagger)
           
 boolean Rule_UNKNOWN.checkContext(POSTagger tagger)
           
 boolean Rule_UNRESTRICTED.checkContext(POSTagger tagger)
           
 boolean Rule_WDAND2AFT.checkContext(POSTagger tagger)
           
 boolean Rule_WDAND2BFR.checkContext(POSTagger tagger)
           
 boolean Rule_WDAND2TAGAFT.checkContext(POSTagger tagger)
           
 boolean Rule_WDAND2TAGBFR.checkContext(POSTagger tagger)
           
 boolean Rule_WDNEXTTAG.checkContext(POSTagger tagger)
           
 boolean Rule_WDPREVTAG.checkContext(POSTagger tagger)
           
 


GATE
Version 3.1-2270