[][src]Trait sudachiclone::dictionary_lib::grammar::GetPartOfSpeech

pub trait GetPartOfSpeech {
    fn get_part_of_speech_id(&self, pos: &[&str]) -> Option<usize>;
fn get_part_of_speech_size(&self) -> usize; }

Required methods

Loading content...

Implementors

impl GetPartOfSpeech for Grammar[src]

Loading content...