Skip to content

Commit

Permalink
update SudachiPy to 0.6.0
Browse files Browse the repository at this point in the history
- change pkg name case to avoid installing SudachiPy every time
- SudachiPy is written in Rust since 0.6.0: https://github.com/WorksApplications/sudachi.rs/releases/tag/v0.6.0
  • Loading branch information
xxyzz committed Nov 13, 2021
1 parent 110046e commit 12c3145
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 18 deletions.
4 changes: 2 additions & 2 deletions data/spacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"langcodes": {
"compiled": false,
"version": "3.2.1"
"version": "3.3.0"
},
"murmurhash": {
"compiled": true,
Expand Down Expand Up @@ -113,7 +113,7 @@
},
"Jinja2": {
"compiled": false,
"version": "3.0.2"
"version": "3.0.3"
},
"MarkupSafe": {
"compiled": true,
Expand Down
20 changes: 4 additions & 16 deletions data/spacy_extra.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,12 @@
{
"ja": {
"Cython": {
"compiled": true,
"version": "0.29.24"
},
"dartsclone": {
"compiled": false,
"version": "0.9.0"
},
"sortedcontainers": {
"compiled": false,
"version": "2.1.0"
},
"sudachidict_core": {
"SudachiDict-core": {
"compiled": false,
"version": "20210802"
"version": "20210802.post1"
},
"sudachipy": {
"SudachiPy": {
"compiled": true,
"version": "0.5.4"
"version": "0.6.0"
}
},
"zh": {
Expand Down

0 comments on commit 12c3145

Please sign in to comment.