# spelling-correct-service **Repository Path**: snakecy/spelling-correct-service ## Basic Information - **Project Name**: spelling-correct-service - **Description**: ref:http://norvig.com/spell-correct.html - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2021-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # -word- 利用文本分析算法和Python脚本,自动纠正word中的英语单词拼写错误 ## 语料库(Corpus) Big.txt: (http://norvig.com/big.txt) Gutenberg语料库数据 \ 维基词典 \ 英国国家语料库中的最常用单次列表 ## 方法 求解办法 1. 动态规划法(DP) 2. 利用NTLK模块的edit_distance()函数