all-the-german-words
v1.1.0
Published
An array of ~1,6 million German words. Works in node and browsers.
Downloads
20
Readme
all-the-german-words
An array of ~1,648,000 German words derived from Wiktionary and the Letterpress word list. Provides normal case, lowercase and uppercase versions. Works with node and browserify.
Try also the original an-array-of-english-words from zeke.
Programmatic Usage
To use the module in Javascript code, install it locally:
npm install all-the-german-words --save
Then:
var woerter = require("all-the-german-words")
var quatschWoerter = woerter.filter(function(w) { return /quatsch/i.test(w) })
console.log(quatschWoerter)
Command Line Usage
There's a CLI that prints all words to STDOUT. Install it globally:
npm i -g all-the-german-words
Now you can print all words:
woerter | grep Donaudampfschifffahrtsgesellschaft
See also
The lowercase ascii version of this word list: all-the-german-words-ascii