GATE
Version 3.1-2270

Uses of Class
hepple.postag.InvalidRuleException

Packages that use InvalidRuleException
hepple.postag   
 

Uses of InvalidRuleException in hepple.postag
 

Methods in hepple.postag that throw InvalidRuleException
 Rule POSTagger.createNewRule(String ruleId)
          Creates a new rule of the required type according to the provided ID.
 void POSTagger.readRules(URL rulesURL)
          Reads the rules from the rules input file
 

Constructors in hepple.postag that throw InvalidRuleException
POSTagger(URL lexiconURL, URL rulesURL)
          Construct a POS tagger using the platform's native encoding to read the lexicon and rules files.
POSTagger(URL lexiconURL, URL rulesURL, String encoding)
          Construct a POS tagger using the specified encoding to read the lexicon and rules files.
 


GATE
Version 3.1-2270