Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.77 KB

File metadata and controls

56 lines (33 loc) · 1.77 KB

Changelog

CAUTION This release is unstable. It may include breaking changes even between patch versions, so please pin the exact version and review release notes carefully before upgrading.

Changed

  • PathAnchor.None does NOT resolve now (#361).
  • 0-th column of DictionaryPrinter output become normalized (#242).

Added

  • Add TextNormalizer (#242)

Added

  • Some benchmark scripts are added under benchmark/ (#235)

Changed

  • Behavior of the dictionary printer and builder are changed (#234)
    • DictioaryPrinter now prints word reference as (surface, pos, reading)-triple format.
    • DictionaryBuilder now allow dictionary-form to be triple format.

Fixed

  • Tutorial is updated (#237)
  • The byte order of a ByteBuffer returned by Config.Resource.asByteBuffer is now always little endian (#239)
    • Also, the byte order of StringUtil.readAllBytes is now little endian.

Added

  • Update tutorial.md (#226)
  • Lazy sentence split and tokenization (#231)
    • Add Tokenizer.lazyTokenizeSentences(SplitMode mode, Readable input), that performs analysis lazily and saves memory usage.

Fixed

  • Do not segfault on tokenizing with closed dictionary (#217)
  • The default config sudachi.json sets non-existent property joinKanjiNumeric in JoinNumericPlugin (#221)
  • fix incorrect size calculation when expand (#227)

Deprecated

  • Tokenizer.tokenizeSentences(SplitMode mode, Reader input) are marked as deprecated (#231)