You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After that, the program freezes. No errors, no warnings. When I send KeyboardInterrupt (^C), I see the next Traceback:
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/nokados/anaconda3/lib/python3.6/site-packages/pymystem3/mystem.py", line 250, in lemmatize
infos = self.analyze(text)
File "/home/nokados/anaconda3/lib/python3.6/site-packages/pymystem3/mystem.py", line 235, in analyze
result.extend(self._analyze_impl(line))
File "/home/nokados/anaconda3/lib/python3.6/site-packages/pymystem3/mystem.py", line 273, in _analyze_impl
select.select([self._procout_no], [], [])
KeyboardInterrupt
If the input string contains \0 character, Mystem does not respond.
Code to reproduce:
After that, the program freezes. No errors, no warnings. When I send KeyboardInterrupt (^C), I see the next Traceback:
Python 3.6.5
pymystem3 0.1.5, 0.1.10 , 0.2.0 (all 3 were tested)
Mystem 3.0
The text was updated successfully, but these errors were encountered: