Skip to content

creativecouple/all-the-german-words

 
 

Repository files navigation

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

About

An array of ~1,648,000 German words derived from multiple sources. Works with Node and Browserify.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%