edu.stanford.nlp.tagger.maxent
Class TaggerFeatures

java.lang.Object
  extended by edu.stanford.nlp.maxent.Features
      extended by edu.stanford.nlp.tagger.maxent.TaggerFeatures

public class TaggerFeatures
extends Features

This class contains POS tagger specific features.

Author:
Kristina Toutanova

Method Summary
 
Methods inherited from class edu.stanford.nlp.maxent.Features
add, clean, domain, get, print, removeLast, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Stanford NLP Group