pub struct IntentExtractor;Expand description
Heuristic intent extractor: strips stop words and keeps up to 5 content words.
Trait Implementations§
Source§impl QueryPreprocessor for IntentExtractor
impl QueryPreprocessor for IntentExtractor
Auto Trait Implementations§
impl Freeze for IntentExtractor
impl RefUnwindSafe for IntentExtractor
impl Send for IntentExtractor
impl Sync for IntentExtractor
impl Unpin for IntentExtractor
impl UnsafeUnpin for IntentExtractor
impl UnwindSafe for IntentExtractor
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more