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

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

public class Rule_PREV2WD
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_PREV2WD()
           
 
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_PREV2WD

public Rule_PREV2WD()
Method Detail

checkContext

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