gitabtion / BertBasedCorrectionModels

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

Other languages #39

Open maherr13 opened 2 years ago

maherr13 commented 2 years ago

Great work,

I wonder if this approach can be adopted for other languages.?

gitabtion commented 2 years ago

Thanks for your attention, you can repalce the Chinese Macbert with a model such as bert-base-uncased.

maherr13 commented 2 years ago

Thanks for your answer, is there any other adjustments I need to do for such a case??