Struct bosonnlp::Dependency [] [src]

pub struct Dependency {
    pub head: Vec<isize>,
    pub role: Vec<String>,
    pub tag: Vec<String>,
    pub word: Vec<String>,
}

依存文法

Fields

Trait Implementations

impl Debug for Dependency
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Dependency
[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 Dependency

impl Sync for Dependency