edu.northwestern.at.utils.corpuslinguistics.postagger.hepple.rules
Class Rule_UNRESTRICTED

java.lang.Object
  extended by edu.northwestern.at.utils.corpuslinguistics.postagger.hepple.Rule
      extended by edu.northwestern.at.utils.corpuslinguistics.postagger.hepple.rules.Rule_UNRESTRICTED

public class Rule_UNRESTRICTED
extends Rule

Title: HepTag Description: Mark Hepple's POS tagger Copyright: Copyright (c) 2001 Company: University of Sheffield

Version:
1.0
Author:
Mark Hepple

Field Summary
 
Fields inherited from class edu.northwestern.at.utils.corpuslinguistics.postagger.hepple.Rule
context, debug, from, ruleId, to
 
Constructor Summary
Rule_UNRESTRICTED()
           
 
Method Summary
 boolean checkContext(HeppleTagger tagger)
           
 
Methods inherited from class edu.northwestern.at.utils.corpuslinguistics.postagger.hepple.Rule
apply, hasToTag, initialise
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rule_UNRESTRICTED

public Rule_UNRESTRICTED()
Method Detail

checkContext

public boolean checkContext(HeppleTagger tagger)
Specified by:
checkContext in class Rule