gitabtion / BertBasedCorrectionModels

PyTorch impelementations of BERT-based Spelling Error Correction Models. 基于BERT的文本纠错模型,使用PyTorch实现。
Apache License 2.0
265 stars 43 forks source link

Infer question #29

Closed ZHANGHAO19961003 closed 2 years ago

ZHANGHAO19961003 commented 2 years ago

How to output the position of the wrong word when inferring?

gitabtion commented 2 years ago

Compair the input and output or use the predictions of the detection network.