rust_bert/pipelines/keywords_extraction/
mod.rs

1mod pipeline;
2mod scorer;
3mod stopwords;
4mod tokenizer;
5
6pub use pipeline::{Keyword, KeywordExtractionConfig, KeywordExtractionModel, KeywordScorerType};