Commit 18b05727 authored by PkSM3's avatar PkSM3

[UPDATE] ngram-table OK (2)

parent 6cbcf36f
from .NgramsExtractor import NgramsExtractor
from ..Taggers import NltkTagger
from ..Taggers import TurboTagger
class TurboNgramsExtractor(NgramsExtractor):
def start(self):
self.tagger = NltkTagger()
self.tagger = TurboTagger()
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