1.1.0 • Published 7 years ago

all-the-german-words v1.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago