Skip to content

Commit 645406a

Browse files
committed
Fix lindera version
1 parent 6d6225a commit 645406a

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

Cargo.lock

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ serde = { version = "1.0.228", features = ["derive"] }
4444
serde_json = "1.0.145"
4545
num_cpus = "1.17.0"
4646

47-
lindera = { path = "../lindera/lindera" }
47+
lindera = "1.3.2"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ lindera.export(
296296
```
297297

298298
This will create:
299+
299300
- `lex.csv`: Lexicon file
300301
- `matrix.def`: Connection cost matrix
301302
- `unk.def`: Unknown word definitions

0 commit comments

Comments
 (0)