使用Python进行英文单词分割
由于在一些场景中,所有的字母都连在了一起,所以我们需要将字母分割成单词的形式。 1. 安装 pip install -U symspellpy 2. 下载词典 curl -LJO https://raw.githubusercontent.com/mammothb/symspellpy/master/symspellpy/frequency_dictionary_en_82_765.txt curl -LJO https://raw.githubusercontent.com/mammothb/symspellpy/master/symspellpy/frequency_bigramdict
用户评论