We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a3652 commit ad6bbacCopy full SHA for ad6bbac
Cargo.toml
@@ -36,7 +36,7 @@ embedded-cjk = [
36
"lindera/embedded-cjk",
37
] # Include CJK dictionary (CC-CEDICT, IPADIC, ko-dic)
38
train = ["lindera/train"] # Enable training functionality
39
-default = [] # No directories included
+default = ["train"] # No directories included
40
41
[dependencies]
42
pyo3 = { version = "0.26.0", features = ["extension-module"] }
0 commit comments