Commit 67e4364f authored by c24b's avatar c24b

TAGGE.extract()

parent eff6e73b
......@@ -102,7 +102,7 @@ class MeltTagger(Tagger):
if len(token.string):
yield (token.string, token.label, )
def tag_text(self, text, lemmatize=False):
def extract(self, text, lemmatize=False):
tagged_tokens = self._tag(text)
if not lemmatize:
# without lemmatization
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment