| Package | Description |
|---|---|
| com.tencentcloudapi.nlp.v20190408 | |
| com.tencentcloudapi.nlp.v20190408.models |
| Modifier and Type | Method and Description |
|---|---|
DependencyParsingResponse |
NlpClient.DependencyParsing(DependencyParsingRequest req)
因业务调整该接口将于北京时间2023年8月1日0点下线,届时该产品功能将无法正常使用,为了避免对您的业务造成影响,请您尽快做好相关业务调整。详见:https://cloud.tencent.com/document/product/271/90711
句法依存分析接口能够分析出句子中词与词之间的相互依存关系,并揭示其句法结构,包括主谓关系、动宾关系、核心关系等等,可用于提取句子主干、提取句子核心词等,在机器翻译、自动问答、知识抽取等领域都有很好的应用。
|
| Constructor and Description |
|---|
DependencyParsingResponse(DependencyParsingResponse 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.
|
Copyright © 2023. All rights reserved.