| Home | Trees | Index | Help |
|
|---|
| Package nltk_lite :: Package contrib :: Module combined :: Class CombinedTagger |
|
object--+ |TagI--+ |SequentialBackoff--+ | CombinedTagger
| Method Summary | |
|---|---|
__init__(self)
| |
exemple_train(self,
train_sents,
verbose)
| |
marshal(self,
basepath)
| |
Assign a tag to each token in tokens, and yield a tagged
token of the form (token, tag) | |
tag_one(self,
token)
| |
unmarshal(self,
basepath)
| |
_append_affix(self,
a_len,
w_len,
train_sents,
verbose)
| |
_append_brill(self,
train_sents,
max_rules,
min_score,
trace)
| |
_append_default(self,
default_tag,
verbose)
| |
_append_ngram(self,
size,
train_sents,
verbose,
cutoff_value)
| |
_append_unigram(self,
train_sents,
verbose)
| |
Inherited from SequentialBackoff:
tag_sents,
_backoff_tag_one
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Method Details |
|---|
tag(self, tokens, verbose=False)Assign a tag to each token intokens, and yield a
tagged token of the form (token, tag)
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Sep 5 09:37:21 2006 | http://epydoc.sf.net |