[][src]Struct mecab::Model

pub struct Model { /* fields omitted */ }

Methods

impl Model[src]

pub fn new(args: &str) -> Model[src]

pub fn create_tagger(&self) -> Tagger[src]

pub fn create_lattice(&self) -> Lattice[src]

pub fn swap(&self, model: &Model) -> bool[src]

pub fn dictionary_info(&self) -> DictionaryInfo[src]

pub fn transition_cost(&self, rc_attr: u16, lc_attr: u16) -> i32[src]

pub fn lookup(&self, begin: &str, len: u64, lattice: &Lattice) -> Option<Node>[src]

Trait Implementations

impl Drop for Model[src]

Auto Trait Implementations

impl !Send for Model

impl !Sync for Model

impl Unpin for Model

impl UnwindSafe for Model

impl RefUnwindSafe for Model

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]