all-the-german-words

1.1.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i all-the-german-words

Weekly Downloads

2

Version

1.1.0

License

MIT

Last publish

Collaborators

  • creativecouple