All Projects → dolph → Dictionary

dolph / Dictionary

A list of the most popular English words.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Dictionary

langua
A suite of language tools
Stars: ✭ 29 (-78.52%)
Mutual labels:  dictionary, words
Vocabs
📚 A lightweight online dictionary integration to the command line. No browsers. No paperbacks.
Stars: ✭ 226 (+67.41%)
Mutual labels:  dictionary, words
Russian Words
List of Russian words
Stars: ✭ 168 (+24.44%)
Mutual labels:  dictionary, words
Word forms
Accurately generate all possible forms of an English word e.g "election" --> "elect", "electoral", "electorate" etc.
Stars: ✭ 463 (+242.96%)
Mutual labels:  dictionary, words
En2bg4term
грижливо подбиран речник с преводи на често срещани понятия от света на ИТ в превод на български
Stars: ✭ 120 (-11.11%)
Mutual labels:  dictionary
Mdict Java
Query library for Mdict (mdx or mdd) , a popular dictionary file format.
Stars: ✭ 106 (-21.48%)
Mutual labels:  dictionary
Dictmaker
A stand-alone web server app for rapidly building and publishing full fledged dictionary websites and APIs for any language.
Stars: ✭ 97 (-28.15%)
Mutual labels:  dictionary
Yorubaname Website
Source code for YorubaName dictionary
Stars: ✭ 95 (-29.63%)
Mutual labels:  dictionary
Dynamictranslator
Instant translation application for windows in .NET 🎪
Stars: ✭ 131 (-2.96%)
Mutual labels:  dictionary
Dictomaton
Finite state dictionaries in Java
Stars: ✭ 124 (-8.15%)
Mutual labels:  dictionary
Collections.pooled
Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
Stars: ✭ 115 (-14.81%)
Mutual labels:  dictionary
Word Wrap
Wrap words to a specified length.
Stars: ✭ 107 (-20.74%)
Mutual labels:  words
Ichiran
Linguistic tools for texts in Japanese language
Stars: ✭ 120 (-11.11%)
Mutual labels:  dictionary
Weak Password
字典大全 dictionary
Stars: ✭ 100 (-25.93%)
Mutual labels:  dictionary
Pluralize
Pluralize or singularize any word based on a count
Stars: ✭ 1,808 (+1239.26%)
Mutual labels:  words
Profane Words
A very long list of English profanity.
Stars: ✭ 95 (-29.63%)
Mutual labels:  words
An Array Of English Words
List of ~275,000 English words
Stars: ✭ 114 (-15.56%)
Mutual labels:  words
Data Structures With Go
Data Structures with Go Language
Stars: ✭ 121 (-10.37%)
Mutual labels:  dictionary
Dictionaryplusplus
Dictionary++ is a simple interface to iOS's system dictionary.
Stars: ✭ 112 (-17.04%)
Mutual labels:  dictionary
Android Keyboard
Android Keyboard with 180+ dictionaries. Support swipe input (sliding input), Emoji keyboard, AI predictions, dictionaries downloading, and keyboard themes.
Stars: ✭ 108 (-20%)
Mutual labels:  dictionary

List of the Most Common English Words

According to an article entitled The words in the mental cupboard published by the BBC, "An ordinary person, one who has not been to university say, would know about 35,000 quite easily."

The Unix dictionary contains far too many ridiculous words that even Google has trouble explaining, such as zuurveldt, cholecystenterorrhaphy and nonly:

$ cat /usr/share/dict/words | wc -l
235886

Even enable1.txt, the more verbose version of the Official Scrabble Player's Dictionary (ospd.txt) (which is limited to words of 8 letters or less) used by Words with Friends, contains more words than any English speaking adult would reasonably be familiar with:

$ cat enable1.txt | wc -l
172819

popular.txt

popular.txt represents the common subset of words found in both enable1.txt and Wiktionary's word frequency lists, which are in turn compiled by statistically analyzing a sample of 29 million words used in English TV and movie scripts.

$ cat popular.txt | wc -l
25322

These are 25,322 words that everyone should be familiar with.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].