class documentation

class SennaNERTagger(Senna): (source)

Constructor: SennaNERTagger(path, encoding)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method tag_sents Applies the tag method over a list of sentences. This method will return for each sentence a list of tuples of (word, tag).
def __init__(self, path, encoding='utf-8'): (source)

Undocumented

def tag_sents(self, sentences): (source)

Applies the tag method over a list of sentences. This method will return for each sentence a list of tuples of (word, tag).