Skip to content
Snippets Groups Projects
Commit 283bd68f authored by Leszek Szymczak's avatar Leszek Szymczak
Browse files

Update polem_lemmatizer.py

parent f8db9cca
No related branches found
No related tags found
1 merge request!4Polem2rancher
Pipeline #643 passed
......@@ -6,16 +6,6 @@ import lex_ws
class Polem(lex_ws.LexWorker):
"""Implements lex_worker for polem service. It's a mock object."""
@classmethod
def static_init(cls, config):
"""Class constructor."""
pass
@classmethod
def static_close(cls):
"""."""
pass
def init(self):
"""Initializes lemmatizer."""
self._lemmatizer = WrapLem.CascadeLemmatizer.assembleLemmatizer()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment