Releases: megagonlabs/bunkai
Releases · megagonlabs/bunkai
bunkai-1.4.0
Bug fix
- Fix
IndexError
when an input text ends withNo.
(#27, Thanks to @t-yamamura)
bunkai-1.3.0
Breaking changes
- Renamed
_eos()
toeos()
New features
- Added
--ma
option to show morphological analysis results in CLI
bunkai-1.2.0
Breaking changes
- Use
Path
instead ofstr
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
- Please use
--setup
option for setup to disambiguate sentence boundaries for line breaks likebunkai --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.