Bayes classifier, type tokenizer and NLP module reorganization
This commit is contained in:
@@ -12,6 +12,7 @@ foundationdb = ["store/foundation"]
|
||||
|
||||
[dependencies]
|
||||
store = { path = "../crates/store", features = ["test_mode"] }
|
||||
nlp = { path = "../crates/nlp" }
|
||||
directory = { path = "../crates/directory" }
|
||||
jmap = { path = "../crates/jmap", features = ["test_mode"] }
|
||||
jmap_proto = { path = "../crates/jmap-proto" }
|
||||
|
||||
@@ -27,10 +27,11 @@ use std::{
|
||||
};
|
||||
|
||||
use jmap_proto::types::keyword::Keyword;
|
||||
use nlp::language::Language;
|
||||
use store::{ahash::AHashMap, query::sort::Pagination};
|
||||
|
||||
use store::{
|
||||
fts::{builder::FtsIndexBuilder, Language},
|
||||
fts::builder::FtsIndexBuilder,
|
||||
query::{Comparator, Filter},
|
||||
write::{BatchBuilder, F_BITMAP, F_INDEX, F_VALUE},
|
||||
Store, ValueKey,
|
||||
|
||||
Reference in New Issue
Block a user