Commit 4665a786 authored by Romain Loth's avatar Romain Loth

restore inheritance _Tagger > TurboTagger

parent 71d6bd21
# from ._Tagger import Tagger
from ._Tagger import Tagger
from .lib.nlpserver.client import NLPClient
class TurboTagger:
class TurboTagger(Tagger):
def start(self):
self._nlpclient = NLPClient()
......
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