Enum cabocha::CABOCHA_INPUT [] [src]

pub enum CABOCHA_INPUT {
    RAW_SENTENCE,
    POS,
    CHUNK,
    SELECTION,
    DEP,
}

Variants

Trait Implementations

impl Debug for CABOCHA_INPUT
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for CABOCHA_INPUT

impl Sync for CABOCHA_INPUT