english-words

一个包含479k英语单词的文本文件,用于所有词典/基于单词的项目,例如:auto-completion / autosuggestion。(:memo: A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion / autosuggestion.)

  • 所有者: dwyl/english-words
  • 平台: Cross-platform
  • 许可证: The Unlicense
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

english-words

A text file containing over 466k English words.

While searching for a list of english words (for an auto-complete tutorial)
I found: http://stackoverflow.com/questions/2213607/how-to-get-english-language-word-database which refers to http://www.infochimps.com/datasets/word-list-350000-simple-english-words-excel-readable (archived).

No idea why infochimps put the word list inside an excel (.xls) file.

I pulled out the words into a simple new-line-delimited text file.
Which is more useful when building apps or importing into databases etc.

Copyright still belongs to them.

Files you may be interested in:

  • words.txt contains all words.
  • words_alpha.txt contains only words (words that only have letters, no numbers or symbols). If you want a quick solution choose this.
  • words_dictionary.json contains all the words from words_alpha.txt as json format.
    If you are using Python, you can easily load this file and use as a dictionary for faster performance. All the words are assigned with 1 in the dictionary.
    See read_english_dictionary.py for example usage.

概览

名称与所有者dwyl/english-words
主编程语言Python
编程语言Python (语言数: 2)
平台Cross-platform
许可证The Unlicense
发布数0
创建于2014-07-13 22:20:45
推送于2024-04-05 19:03:17
最后一次提交2022-11-08 22:11:16
星数10.1k
关注者数204
派生数1.8k
提交数98
已启用问题?
问题数122
打开的问题数86
拉请求数38
打开的拉请求数26
关闭的拉请求数9
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部