feat: Introduce the Criteria struct

This commit is contained in:
Clément Renault
2018-10-10 16:57:21 +02:00
parent 7a668dde98
commit c56c35b45b
12 changed files with 243 additions and 159 deletions

View File

@ -8,7 +8,6 @@ pub mod tokenizer;
mod common_words;
pub use self::metadata::{Metadata, MetadataBuilder};
pub use self::rank::RankedStream;
pub use self::tokenizer::Tokenizer;
pub use self::common_words::CommonWords;