Skip to content

Releases: megagonlabs/bunkai

bunkai-1.5.7

09 Feb 10:08
Compare
Choose a tag to compare
  • Support Python 3.11

bunkai-1.5.5

15 Sep 02:27
Compare
Choose a tag to compare
  • Fix for transformers v4.22.0

bunkai-1.5.4

19 Jul 00:53
Compare
Choose a tag to compare
  • Fix for emoji 2.0.0

v1.5.2

14 Apr 02:58
Compare
Choose a tag to compare
  • FIx import error (#105)

v1.5.1

14 Apr 01:43
Compare
Choose a tag to compare
  • Use train extra for training models

bunkai-1.5.0

13 Apr 05:31
Compare
Choose a tag to compare

⚠️ Breaking changes

  • If you want to disambiguate sentence boundaries for line breaks, you need to install bunkai with lb option.
$ pip install -U bunkai[lb]

bunkai-1.4.5

02 Feb 03:18
Compare
Choose a tag to compare
  • Drop Python 3.7 support (#90)

bunkai-1.4.3

28 Jul 01:06
Compare
Choose a tag to compare

Bug fix

  • Fix indirect_quote_exception_annotator.py (#33)

bunkai-1.4.2

27 Jul 09:42
Compare
Choose a tag to compare

Bug fix

  • Fix emoji annotator (#32)

bunkai-1.4.1

15 Jul 07:00
Compare
Choose a tag to compare

New features

  • Added --version Option