Skip to content

Sudachi version 0.7.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Nov 05:55

Highlights

  • Behavior of the dictionary printer and builder are changed (#234)
    • DictionaryPrinter now prints word references in the (Surface, POS, Reading) triple format, instead of the line number format.
    • DictionaryBuilder now allows the dictionary form to be written in the triple format, not only the line number format.

Added

  • Benchmark scripts are added (#235)

Fixed

  • Tutorial and readme are updated (#237, #240)
  • Config.Resource.asByteBuffer now always returns ByteBuffer with little endian byte order (#239)
    • StringUtil.readAllBytes also now returns ByteBuffer with little endian byte order.