english_words
Utilities for working with English words. Counts syllables, generates well-sounding word combinations, and provides access to the top 5000 English words by usage.
4.0.0
33K downloads/mo
#1778 most downloaded on pub.dev
filiph/english_words
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Release timing varies
gaps range from 3 weeks to 2.0 years
Most releases are documented
notes for 16 of 18 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
19 releases · first in 2017
0 releases in the last 12 months
see the full history below
Release timeline
19 releases · Mar 2017 to Mar 2021Releases
latest 19-
4.0.024 Mar 2021 -
4.0.0-nullsafety.010 Nov 2020 pre-release -
3.1.521 Nov 2018 -
3.1.411 Oct 2018 -
3.1.326 Jul 2018 -
3.1.223 Jul 2018Nothing published for this version
-
3.1.123 Jul 2018 -
3.1.015 Feb 2018Release notes
Open source →- Allow injecting
RandomtogenerateWordPairs() - Add
WordPair.random()constructor for easier creation of a single word combo
- Allow injecting
-
3.0.108 Feb 2018 -
2.0.417 May 2017Release notes
Open source →For the most common use case, use pre-generated word-lists. This runs 10-20 times faster than the non-pre-generated code.
Release notes
Open source →- Make
generateWordPairs10-20x faster for the most common use case (i.e. running the function with all named parameters at default values).
- Make
-
2.0.312 May 2017 -
2.0.211 May 2017 -
2.0.111 May 2017 -
2.0.031 Mar 2017Release notes
Open source →- The
generateCombo()function has been renamed togenerateWordPairs() generateWordPairs()takes asafeOnlynamed argument. If set totrue(default), it will avoid wordpairs like "ballsack" or anything containing "ass", "shit", "fucking", etc.- Add benchmark for
GenerateWordPair() - Add exception for "cruel"
- The
-
1.1.209 Mar 2017 -
1.1.109 Mar 2017 -
1.1.008 Mar 2017Release notes
Open source →- Use
string_scannerinstead of RegExp replace for most syllable counting - 400% faster syllable counting
- Use
-
1.0.107 Mar 2017Nothing published for this version
-
1.0.007 Mar 2017