Trait jieba_rs::KeywordExtract[][src]

pub trait KeywordExtract {
    fn extract_tags(
        &self,
        sentence: &str,
        top_k: usize,
        allowed_pos: Vec<String>
    ) -> Vec<Keyword>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
; }

Required methods

Implementors