Is there a create that provides a dictionary of words?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • english-words

    :memo: A text file containing 479k English words for all your dictionary/word-based projects e.g: auto-completion / autosuggestion

  • What you're looking for is not a crate but data. You can search for a list of all words in English (or your language of choice), such as this, but for a game, you probably want only the most common ones.

  • google-10000-english

    This repo contains a list of the 10,000 most common English words in order of frequency, as determined by n-gram frequency analysis of the Google's Trillion Word Corpus.

  • Here's a collection of 25 thousand most popular words, here's one with 10 thousand, and here's one with 3. If I were you, I'd go with the last one.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Oxford-3000-Word-List

    A simple - relatively - small dictionary of words.

  • Here's a collection of 25 thousand most popular words, here's one with 10 thousand, and here's one with 3. If I were you, I'd go with the last one.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project