-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove model decompression feature (#10)
* Remove model decompression feature * fix * update tests
- Loading branch information
1 parent
2583636
commit 5b7e435
Showing
7 changed files
with
88 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "python-vaporetto" | ||
version = "0.2.1" | ||
version = "0.3.0" | ||
edition = "2021" | ||
authors = ["Koichi Akabe <[email protected]>"] | ||
description = "Python wrapper of Vaporetto tokenizer" | ||
|
@@ -17,6 +17,5 @@ crate-type = ["cdylib"] | |
hashbrown = "0.13.2" # MIT or Apache-2.0 | ||
ouroboros = "0.15.6" # MIT or Apache-2.0 | ||
pyo3 = { version = "0.18.2", features = ["extension-module"] } # Apache-2.0 | ||
ruzstd = "0.3.0" # MIT | ||
vaporetto_rust = { package = "vaporetto", version = "0.6.3", features = ["kytea"] } # MIT or Apache-2.0 | ||
vaporetto_rules = "0.6.3" # MIT or Apache-2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
pytest>=7.2.1 | ||
pytest>=7.3.0 | ||
pytest-benchmark>=4.0.0 | ||
mypy>=0.991 | ||
mypy>=1.2.0 | ||
kytea>=0.1.7 | ||
SudachiPy>=0.6.6 | ||
SudachiPy>=0.6.7 | ||
SudachiDict-core>=20230110 | ||
zstandard>=0.20.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters