Uses of Class
com.tencentcloudapi.nlp.v20190408.models.CompoundParticiple
-
Packages that use CompoundParticiple Package Description com.tencentcloudapi.nlp.v20190408.models -
-
Uses of CompoundParticiple in com.tencentcloudapi.nlp.v20190408.models
Methods in com.tencentcloudapi.nlp.v20190408.models that return CompoundParticiple Modifier and Type Method Description CompoundParticiple[]ParseWordsResponse. getCompoundParticiples()Get 复合粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))Methods in com.tencentcloudapi.nlp.v20190408.models with parameters of type CompoundParticiple Modifier and Type Method Description voidParseWordsResponse. setCompoundParticiples(CompoundParticiple[] CompoundParticiples)Set 复合粒度分词和词性标注的结果。(请参见附录[词性表](https://cloud.tencent.com/document/product/271/36460))Constructors in com.tencentcloudapi.nlp.v20190408.models with parameters of type CompoundParticiple Constructor Description CompoundParticiple(CompoundParticiple source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-