Skip to content

Commit

Permalink
update model predict.
Browse files Browse the repository at this point in the history
  • Loading branch information
shibing624 committed Nov 28, 2023
1 parent f4be975 commit 74f03ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ iPhone差 iPhoneX
张旗康 张旗康
```

- 自定义混淆集`ConfusionCorrector`类,可以独立使用,也可以和`Corrector`类一起使用,还可以和`MacBertCorrector`一起使用,示例代码[examples/macbert/model_correction_pipeline_demo.py](https://github.com/shibing624/pycorrector/blob/master/examples/macbert/model_correction_pipeline_demo.py)
自定义混淆集`ConfusionCorrector`类,除了上面演示的和`Corrector`类一起使用,还可以和`MacBertCorrector`一起使用,也可以独立使用。示例代码 [examples/macbert/model_correction_pipeline_demo.py](https://github.com/shibing624/pycorrector/blob/master/examples/macbert/model_correction_pipeline_demo.py)

#### 自定义语言模型

Expand Down

0 comments on commit 74f03ea

Please sign in to comment.