Skip to content

Latest commit

 

History

History

helpers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

一些工具

文本纠错

如何开启

  1. 下载模型,模型地址
  2. 设置 config
    pipeline:
      - name: compoments.nlu.helpers.correction.TextCorrection # 文本纠错 Component
        model_dir: ...  # 模型地址
        threshold: float  # 阈值
  3. 重新训练

可参考实现