Skip to content

Commit 2c92c30

Browse files
authored
feat(node): add Japanese tokenizer to Node package (#1341)
1 parent db8e482 commit 2c92c30

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

node/Cargo.toml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,7 @@ napi = { version = "3", default-features = false, features = [
1818
"napi4",
1919
] }
2020
napi-derive = "3"
21-
odict = { path = "../lib", features = [
22-
"tokenize-latin",
23-
"tokenize-chinese",
24-
"tokenize-thai",
25-
"tokenize-khmer",
26-
"tokenize-swedish",
27-
"tokenize-german",
28-
"sql",
29-
] }
21+
odict = { path = "../lib", features = ["tokenize", "sql"] }
3022
structural-convert = { workspace = true }
3123
internal = { path = "../internal" }
3224

0 commit comments

Comments
 (0)