Struct cabocha::Chunk [] [src]

pub struct Chunk {
    pub link: i32,
    pub head_pos: usize,
    pub func_pos: usize,
    pub token_size: usize,
    pub token_pos: usize,
    pub score: c_float,
    pub feature_list: Vec<String>,
    pub additional_info: String,
    pub feature_list_size: c_ushort,
}

Fields

Trait Implementations

impl Debug for Chunk
[src]

Formats the value using the given formatter.

impl Clone for Chunk
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more