Package nltk_lite :: Package corpora :: Module conll2000
[hide private]
[frames] | no frames]

Module conll2000

source code

Read chunk structures from the CONLL-2000 Corpus

Functions [hide private]
 
_list_sent(sent) source code
 
raw(files=['train']) source code
 
tagged(files=['train']) source code
 
chunked(files=['train'], chunk_types=('NP', 'VP', 'PP')) source code
 
demo() source code
Variables [hide private]
  items = ['train', 'test']
  item_name = {'test': 'test set', 'train': 'training set'}