Package | Description |
---|---|
com.tencentcloudapi.nlp.v20190408 | |
com.tencentcloudapi.nlp.v20190408.models |
Modifier and Type | Method and Description |
---|---|
TextCorrectionResponse |
NlpClient.TextCorrection(TextCorrectionRequest req)
提供对中文文本的自动纠错功能,能够识别输入文本中的错误片段,定位错误并给出正确的文本结果;支持长度不超过2000字符(含标点符号)的长文本纠错。
此功能是基于千亿级大规模互联网语料和LSTM、BERT等深度神经网络模型进行训练,并持续迭代更新,以保证效果不断提升,是搜索引擎、语音识别、内容审核等功能更好运行的基础之一。
|
Constructor and Description |
---|
TextCorrectionResponse(TextCorrectionResponse 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 © 2022. All rights reserved.