Skip to content

Release v3.2.1

Compare
Choose a tag to compare
@mh-northlander mh-northlander released this 14 Jun 05:53
6b73b1a

Highlights

  • Fix OOM issue with a huge input by @kenmasumitsu in #132
    • Huge input now split into relatively small (1M char) chunks now.
    • Analysis maybe broken around the edge of chunks (open issue, see #131).
  • Add documentation about Sudachi synonym dict by @sorami in #65

Breaking Changes

  • Huge (>1M char) input now split into chunks to avoid OOM and the analysis may be broken around the edge of chunks (open issue, see #131).