项目作者: cn-writing

项目描述 :
Aspell Personal Dictionaries
高级语言:
项目地址: git://github.com/cn-writing/aspell-personal-dictionaries.git
创建时间: 2019-08-27T14:17:35Z
项目社区:https://github.com/cn-writing/aspell-personal-dictionaries

开源协议:Apache License 2.0

下载


Aspell Personal Dictionaries





Usage for Spanish analysis

  1. Download the word_list file.

    1. wget -O spanish_word_list https://raw.githubusercontent.com/cn-writing/aspell-personal-dictionaries/master/spanish_word_list
  2. Generate the Aspell dictionary for Spanish adding the word list.

    1. aspell --lang=es create master ./list.pws < spanish_word_list
  3. Move the recently created dictionary to the Aspell folder.

    1. mv list.pws /usr/lib/aspell/
  4. Add the dictionary to the spanish checks

    1. echo "add list.pws" >> /usr/lib/aspell/es.multi
  5. Use the Aspell command as usual

    1. aspell --lang=es