Skip to content

Commit

Permalink
Merge pull request #181 from ku-nlp/dev
Browse files Browse the repository at this point in the history
v2.1.2
  • Loading branch information
hkiyomaru authored Jun 7, 2023
2 parents d46fd27 + 8ca012d commit 893864f
Show file tree
Hide file tree
Showing 6 changed files with 354 additions and 207 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v2.1.2] - 2023-06-07
### Added
- Support executing kwja with `python -m kwja`.

### Fixed
- Fix a bug in senter prediction.

## [v2.1.1] - 2023-06-03
### Fixed
- Fix a bug in the interactive mode.
Expand Down Expand Up @@ -164,7 +171,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- Remove an unnecessary dependency, `fugashi`.

[Unreleased]: https://github.com/ku-nlp/kwja/compare/v2.1.1...HEAD
[Unreleased]: https://github.com/ku-nlp/kwja/compare/v2.1.2...HEAD
[2.1.2]: https://github.com/ku-nlp/kwja/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/ku-nlp/kwja/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/ku-nlp/kwja/compare/v2.0.0...v2.1.0
[2.0.0]: https://github.com/ku-nlp/kwja/compare/v1.4.2...v2.0.0
Expand Down
Loading

0 comments on commit 893864f

Please sign in to comment.