Skip to content

ginza-2.0.0

Choose a tag to compare

@hiroshi-matsuda-rit hiroshi-matsuda-rit released this 07 Jul 14:59
· 441 commits to develop since this release

ginza-2.0.0 (2019-07-08)

  • Add ginza command
    • run ginza from the console
  • Change package structure
    • module package as ginza
    • language model package as ja_ginza
    • spacy.lang.ja is overridden by ginza
  • Remove sudachipy related directories
    • SudachiPy and its dictionary are installed via pip during ginza installation
  • User dictionary available
  • Token extension fields
    • Added
      • token._.bunsetu_bi_label, token._.bunsetu_position_type
    • Remained
      • token._.inf
    • Removed
      • pos_detail (same value is set to token.tag_)