words / an-array-of-spanish-words

List of ~636,000 Spanish words

Home Page:https://npm.im/an-array-of-spanish-words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

List of ~636,000 Spanish words

https://npm.im/an-array-of-spanish-words

License:MIT License


Languages

Language:JavaScript 100.0%