an-array-of-spanish-words

List of ~636,000 Spanish words


Keywords
array, list, spanish, español, words, palabras, language, dictionary, corpus, wordlist, es, word
License
MIT
Install
npm install an-array-of-spanish-words@2.0.0

Documentation

an-array-of-spanish-words

Build Downloads Size

List of ~636,000 Spanish words. Derived from the Letterpress word list.

Install

npm:

npm install an-array-of-spanish-words

Use

var words = require('an-array-of-spanish-words')

console.log(words.filter(d => /palabras/.test(d)))

Yields:

[
  'apalabras',
  'apalabrase',
  'apalabraseis',
  'apalabrasemos',
  'apalabrasen',
  // …and more
]

API

anArrayOfSpanishWords

Array.<string> — List of all Spanish words, lowercased.

CLI

Install the CLI globally:

npm i -g an-array-of-spanish-words

Now run palabras (or an-array-of-spanish-words) to print all words:

palabras

See an-array-of-english-words for more CLI examples.

Related

License

MIT © Zeke Sikelianos