Skip to content

An array of ~210,000 French words. Works with Node and Browserify.

Notifications You must be signed in to change notification settings

TooNMi/an-array-of-french-words

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

an-array-of-french-words

An array of ~210,000 French words. Works with Node and Browserify.

I found the list in this repo: https://github.com/ManiacDC/TypingAid. I'm not sure of it's origin, but it's the most extensive French word list I could find.

Programmatic Usage

To use the module in Javascript code, install it locally:

npm install an-array-of-french-words --save

Then:

var words = require("an-array-of-french-words")
var funWords = words.filter(word => !!word.match(/^fun/i))
console.log(funWords)

Command Line Usage

There's a CLI that prints all words to STDOUT. Install it globally:

npm i -g an-array-of-french-words
mots | grep toufle

See Also

Dependencies

None

Dev Dependencies

  • byline: simple line-by-line stream reader
  • lodash.uniq: The lodash method _.uniq exported as a module.

License

MIT

Generated by package-json-to-readme

About

An array of ~210,000 French words. Works with Node and Browserify.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%