Skip to content

Releases: megagonlabs/bunkai

bunkai-1.4.0

09 Jul 01:48
Compare
Choose a tag to compare

Bug fix

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

bunkai-1.3.0

01 Jun 02:55
Compare
Choose a tag to compare

Breaking changes

  • Renamed _eos() to eos()

New features

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

bunkai-1.2.0

31 May 07:04
58bb768
Compare
Choose a tag to compare

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
from bunkai import Bunkai
bunkai = Bunkai() #Alias for BunkaiSentenceBoundaryDisambiguation

bunkai-1.1.1

26 Apr 10:17
Compare
Choose a tag to compare
  • 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.