Trait bosonnlp::IntoClusterInput [] [src]

pub trait IntoClusterInput {
    fn into_cluster_input(self) -> Vec<ClusterContent>;
}

将其他类型转换成聚类需要的数据类型

Required Methods

Implementors