分析及CCCR Probe 指标对于ACL 2023 (Findings): Investigating Glyph Phonetic Information for Chinese Spell Checking: What Works and What's Next
训练纠错模型的代码及训练数据见另一github仓库:SpecialEdition 论文中的Probe实验一见github仓库:
python >= 3.7
conda create -n ctcSE python=3.7
conda activate ctcSE
pip install -r requirements.txt
将main.py中路径设置为你要测试的纠错模型的路径。
bash run.sh