We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78aa92e commit ce547a6Copy full SHA for ce547a6
pythainlp/translate/core.py
@@ -111,5 +111,4 @@ def translate(self, text: str) -> str:
111
:return: translated text in target language
112
:rtype: str
113
"""
114
- self._model_init()
115
return self._model.translate(text)
0 commit comments