Pyhon API: ability to reduce allocations by reusing objects
eiennohito opened this issue · 0 comments
eiennohito commented
Tokenizer.analyze
and Morpheme.split
will have new out parameter which will accept MorphemeList
. It will be rewritten with new content. Passing the same MorphemeList twice will be diagnosed and an exception will be thrown.