Recent Releases of bunkai
bunkai - bunkai-1.5.0
⚠️ Breaking changes
- If you want to disambiguate sentence boundaries for line breaks, you need to install
bunkaiwithlboption.
console
$ pip install -U bunkai[lb]
- Python
Published by shirayu almost 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
--versionOption
- Python
Published by shirayu over 4 years ago
bunkai - bunkai-1.4.0
Bug fix
- Fix
IndexErrorwhen an input text ends withNo.(#27, Thanks to @t-yamamura)
- Python
Published by shirayu over 4 years ago
bunkai - bunkai-1.3.0
Breaking changes
- Renamed
_eos()toeos()
New features
- Added
--maoption to show morphological analysis results in CLI
- Python
Published by shirayu over 4 years ago
bunkai - bunkai-1.2.0
Breaking changes
- Use
Pathinstead ofstrfor arguments of constructors and methods
New features
- Added an alias to call
bunkai.algorithm.bunkai_sbd.bunkai_sbd.BunkaiSentenceBoundaryDisambiguationsimply
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
--setupoption 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.
- Python
Published by shirayu almost 5 years ago