Struct bosonnlp::Tag [] [src]

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

词性标注

Fields

词性标注结果

分词结果

Trait Implementations

impl Debug for Tag
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Tag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Tag

impl Sync for Tag