Package miopia :: Package tagger :: Module PerceptronTwitTagger :: Class PerceptronTwitTagger
[hide private]
[frames] | no frames]

Class PerceptronTwitTagger

source code

                            object --+        
                                     |        
              textblob.base.BaseTagger --+    
                                         |    
textblob_aptagger.taggers.PerceptronTagger --+
                                             |
                                            PerceptronTwitTagger

Instance Methods [hide private]
 
tag(self, words)
Tags a string `corpus`.
source code

Inherited from textblob_aptagger.taggers.PerceptronTagger: __init__, load, train

Inherited from textblob_aptagger.taggers.PerceptronTagger (private): _get_features, _make_tagdict, _normalize

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from textblob_aptagger.taggers.PerceptronTagger: AP_MODEL_LOC, END, START, __abstractmethods__

Inherited from textblob.base.BaseTagger (private): _abc_cache, _abc_negative_cache, _abc_negative_cache_version, _abc_registry

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

tag(self, words)

source code 

Tags a string `corpus`.

Overrides: textblob.base.BaseTagger.tag
(inherited documentation)