an-array-of-french-words

2.0.0 • Public • Published

an-array-of-french-words

Build Downloads Size

List of ~336,000 French words. Derived from the Letterpress word list.

Install

npm:

npm install an-array-of-french-words

Use

var words = require('an-array-of-french-words')
 
console.log(words.filter(d => /mots/.test(d)))

Yields:

[
  'guillemots',
  'marmots',
  'mots',
  'mots-clés',
  'mots-croisiste',
  // …and more
]

API

anArrayOfFrenchWords

Array.<string> — List of all French words, lowercased.

CLI

Install the CLI globally:

npm i -g an-array-of-french-words

Now run mots (or an-array-of-french-words) to print all words:

mots

See an-array-of-english-words for more CLI examples.

Related

License

MIT © Zeke Sikelianos

Package Sidebar

Install

npm i an-array-of-french-words

Weekly Downloads

27

Version

2.0.0

License

MIT

Unpacked Size

4.57 MB

Total Files

5

Last publish

Collaborators

  • wooorm
  • zeke