Struct bosonnlp::Tag [] [src]

pub struct Tag {
    pub tag: Vec<String>,
    pub word: Vec<String>,
}

词性标注

Fields

词性标注结果

分词结果

Trait Implementations

impl Debug for Tag
[src]

Formats the value using the given formatter.

impl Clone for Tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more