For more information on the search, visit the help page.
SennaTagger
__init__
tag_sents
senna
SennaChunkTagger
SennaNERTagger
nltk.tag.senna.SennaTagger
nltk
tag
class SennaTagger(Senna): (source)
Constructor: SennaTagger(path, encoding)
SennaTagger(path, encoding)
View In Hierarchy
Undocumented
Applies the tag method over a list of sentences. This method will return for each sentence a list of tuples of (word, tag).