Struct bosonnlp::CommentsCluster [] [src]

pub struct CommentsCluster {
    pub _id: usize,
    pub list: Vec<(String, String)>,
    pub num: usize,
    pub opinion: String,
}

典型意见

Fields

该典型意见的标示

所有属于该典型意见的评论

该典型意见类似的意见个数

典型意见文本

Trait Implementations

impl Debug for CommentsCluster
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CommentsCluster
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations