class documentation

class NEChunkParserTagger(ClassifierBasedTagger): (source)

Constructor: NEChunkParserTagger(train)

View In Hierarchy

The IOB tagger used by the chunk parser.

Method __init__ Undocumented
Method _classifier_builder Undocumented
Method _english_wordlist Undocumented
Method _feature_detector Undocumented
Instance Variable _en_wordlist Undocumented
def __init__(self, train): (source)

Undocumented

def _classifier_builder(self, train): (source)

Undocumented

def _english_wordlist(self): (source)

Undocumented

def _feature_detector(self, tokens, index, history): (source)

Undocumented

_en_wordlist = (source)

Undocumented