Package nltk :: Package chunk :: Module named_entity
[hide private]
[frames] | no frames]

Module named_entity

source code

Named entity chunker

Classes [hide private]
NEChunkParserTagger
The IOB tagger used by the chunk parser.
NEChunkParser
Expected input: list of pos-tagged words
Functions [hide private]
 
shape(word) source code
 
simplify_pos(s) source code
 
postag_tree(tree) source code
 
load_ace_data(roots, fmt='binary', skip_bnews=True) source code
 
load_ace_file(textfile, fmt) source code
 
cmp_chunks(correct, guessed) source code
 
build_model(fmt='binary') source code
Variables [hide private]
  _short_en_wordlist = set(['I', 'a', 'able', 'about', 'account'...
Variables Details [hide private]

_short_en_wordlist

Value:
set(['I',
     'a',
     'able',
     'about',
     'account',
     'acid',
     'across',
     'act',
...