Struct bosonnlp::NamedEntity [] [src]

pub struct NamedEntity {
    pub entity: Vec<(usize, usize, String)>,
    pub tag: Vec<String>,
    pub word: Vec<String>,
}

命名实体

Fields

命名实体结果

词性标注结果

分词结果

Trait Implementations

impl Debug for NamedEntity
[src]

Formats the value using the given formatter.

impl Clone for NamedEntity
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more