module documentation

Named entity chunker

Class NEChunkParser Expected input: list of pos-tagged words
Class NEChunkParserTagger The IOB tagger used by the chunk parser.
Function build_model Undocumented
Function cmp_chunks Undocumented
Function load_ace_data Undocumented
Function load_ace_file Undocumented
Function postag_tree Undocumented
Function shape Undocumented
Function simplify_pos Undocumented
def build_model(fmt='binary'): (source)

Undocumented

def cmp_chunks(correct, guessed): (source)

Undocumented

def load_ace_data(roots, fmt='binary', skip_bnews=True): (source)

Undocumented

def load_ace_file(textfile, fmt): (source)

Undocumented

def postag_tree(tree): (source)

Undocumented

def shape(word): (source)

Undocumented

def simplify_pos(s): (source)

Undocumented