natto-py combines the Python programming language with MeCab, the part-of-speech and morphological analyzer for the Japanese language.
BSD 2-Clause "Simplified" License
92
stars
13
forks
source link
Issue 83: surpress GeneratorExit #85
Closed
buruzaemon closed 8 years ago
Solution to Issue 83 is to explicitly deal with GeneratorExit error that arise when close() is invoked, such as when a break happens during iteration.