Skip to content

Commit ad6bbac

Browse files
committed
Update Cargo.toml
1 parent f8a3652 commit ad6bbac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ embedded-cjk = [
3636
"lindera/embedded-cjk",
3737
] # Include CJK dictionary (CC-CEDICT, IPADIC, ko-dic)
3838
train = ["lindera/train"] # Enable training functionality
39-
default = [] # No directories included
39+
default = ["train"] # No directories included
4040

4141
[dependencies]
4242
pyo3 = { version = "0.26.0", features = ["extension-module"] }

0 commit comments

Comments
 (0)