lindera 3.0.6 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Cargo.toml +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a89bc3a59e7757036ac0b48c2a7f7168377ed28a761d02eda65928279ff9b38
|
|
4
|
+
data.tar.gz: 14e9f373a2e402248ad0cf1c8c731223cc876431979ff5d5db70d88c2865a511
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 498f35f4a71700849ff38cb9163ac3ad3b9c3737613547b5997e26a0bfd8be7701bd7ea33c9ebeab4629dece564e0d7cf97e33978e834353e15591d1fb503a76
|
|
7
|
+
data.tar.gz: 34b35ab22834a478df2b8ac255f98b7d01a3e430951f38062dfba3c518bad7f515c788031f11308af8be22e8f4aff54fb08c00a63e97a44a221b6dc3290ebd1b
|
data/Cargo.toml
CHANGED
|
@@ -34,6 +34,7 @@ default = ["train"] # No directories included
|
|
|
34
34
|
|
|
35
35
|
[dependencies]
|
|
36
36
|
lindera = { workspace = true }
|
|
37
|
+
lindera-binding-core = { workspace = true }
|
|
37
38
|
magnus = { version = "0.8.2", features = ["rb-sys"] }
|
|
38
39
|
num_cpus = { workspace = true }
|
|
39
40
|
serde = { workspace = true, features = ["derive"] }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lindera
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 4.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lindera contributors
|
|
@@ -94,7 +94,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
94
94
|
- !ruby/object:Gem::Version
|
|
95
95
|
version: '0'
|
|
96
96
|
requirements: []
|
|
97
|
-
rubygems_version: 4.0.
|
|
97
|
+
rubygems_version: 4.0.10
|
|
98
98
|
specification_version: 4
|
|
99
99
|
summary: Ruby bindings for Lindera morphological analysis engine
|
|
100
100
|
test_files: []
|