New
Sudachi version 0.7.5
Highlights
- Behavior of the dictionary printer and builder are changed (#234)
DictionaryPrinternow prints word references in the (Surface, POS, Reading) triple format, instead of the line number format.DictionaryBuildernow 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.asByteBuffernow always returns ByteBuffer with little endian byte order (#239)StringUtil.readAllBytesalso now returns ByteBuffer with little endian byte order.