Recent Releases of bunkai

bunkai - bunkai-1.5.7

  • Support Python 3.11

- Python
Published by shirayu about 3 years ago

bunkai - bunkai-1.5.5

  • Fix for transformers v4.22.0

- Python
Published by shirayu over 3 years ago

bunkai - bunkai-1.5.4

  • Fix for emoji 2.0.0

- Python
Published by shirayu over 3 years ago

bunkai -

  • FIx import error (#105)

- Python
Published by shirayu almost 4 years ago

bunkai -

  • Use train extra for training models

- Python
Published by shirayu almost 4 years ago

bunkai - bunkai-1.5.0

⚠️ Breaking changes

  • If you want to disambiguate sentence boundaries for line breaks, you need to install bunkai with lb option.

console $ pip install -U bunkai[lb]

- Python
Published by shirayu almost 4 years ago

bunkai - bunkai-1.4.5

  • Drop Python 3.7 support (#90)

- Python
Published by shirayu about 4 years ago

bunkai - bunkai-1.4.3

Bug fix

  • Fix indirectquoteexception_annotator.py (#33)

- Python
Published by shirayu over 4 years ago

bunkai - bunkai-1.4.2

Bug fix

  • Fix emoji annotator (#32)

- Python
Published by shirayu over 4 years ago

bunkai - bunkai-1.4.1

New features

  • Added --version Option

- Python
Published by shirayu over 4 years ago

bunkai - bunkai-1.4.0

Bug fix

  • Fix IndexError when an input text ends with No. (#27, Thanks to @t-yamamura)

- Python
Published by shirayu over 4 years ago

bunkai - bunkai-1.3.0

Breaking changes

  • Renamed _eos() to eos()

New features

  • Added --ma option to show morphological analysis results in CLI

- Python
Published by shirayu over 4 years ago

bunkai - bunkai-1.2.0

Breaking changes

  • Use Path instead of str for arguments of constructors and methods

New features

  • Added an alias to call bunkai.algorithm.bunkai_sbd.bunkai_sbd.BunkaiSentenceBoundaryDisambiguation simply

python from bunkai import Bunkai bunkai = Bunkai() #Alias for BunkaiSentenceBoundaryDisambiguation

- Python
Published by shirayu over 4 years ago

bunkai - bunkai-1.1.1

  • Please use --setup option for setup to disambiguate sentence boundaries for line breaks like bunkai --model bunkai-model-directory --setup.
  • The attached file ​is trained on BCCWJ by National Institute for Japanese Language and Linguistics, and Megagon Labs. It ​is licensed under Apache-2.0 License.

- Python
Published by shirayu almost 5 years ago