WorksApplications/sudachi.rs

Pyhon API: ability to reduce allocations by reusing objects

eiennohito opened this issue · 0 comments

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.