1. 首页
  2. 数据库
  3. 其它
  4. 使用Python进行英文单词分割

使用Python进行英文单词分割

上传者: 2021-01-16 14:50:37上传 PDF文件 28.79KB 热度 32次
由于在一些场景中,所有的字母都连在了一起,所以我们需要将字母分割成单词的形式。 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
用户评论