All Projects → words → an-array-of-spanish-words

words / an-array-of-spanish-words

Licence: MIT license
List of ~636,000 Spanish words

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to an-array-of-spanish-words

An Array Of English Words
List of ~275,000 English words
Stars: ✭ 114 (+267.74%)
Mutual labels:  word, array, words
Random Word
This is a simple python package to generate random english words
Stars: ✭ 75 (+141.94%)
Mutual labels:  word, words
taller-de-git
Documentación del taller de git
Stars: ✭ 18 (-41.94%)
Mutual labels:  spanish
java-notes
Complete Java Note for colleges in Nepal.
Stars: ✭ 30 (-3.23%)
Mutual labels:  array
Competitive Programming
Programming👨‍💻 Questions on BinarySearch💻, LeetCode💻, CodeChef💻, Codeforces💻,DSA 450
Stars: ✭ 188 (+506.45%)
Mutual labels:  array
in-array
Return true if a value exists in an array. Faster than using indexOf and won't blow up on null values.
Stars: ✭ 16 (-48.39%)
Mutual labels:  array
awesome-spacer
Automatic Korean word spacing with TensorFlow 2.0 + Keras
Stars: ✭ 42 (+35.48%)
Mutual labels:  word
textbox
Text collections made available by the CLiGS group.
Stars: ✭ 19 (-38.71%)
Mutual labels:  spanish
php-collections
A collection library for php
Stars: ✭ 34 (+9.68%)
Mutual labels:  array
my-swift-projects
An overview of my most relevant open-source projects on GitHub
Stars: ✭ 261 (+741.94%)
Mutual labels:  array
OfficeExtractor
Extracts embedded OLE objects from Word, Excel, PowerPoint, Open Office and RTF files without needing the original programs
Stars: ✭ 67 (+116.13%)
Mutual labels:  word
pretty-d-array
Pretty printing multidimensional D arrays.
Stars: ✭ 16 (-48.39%)
Mutual labels:  array
react-desde-cero
Un tutorial con ejemplos paso a paso para aprender los fundamentos React desde cero. (99% sin ES2015/ES6)
Stars: ✭ 16 (-48.39%)
Mutual labels:  spanish
filefy
A javascript library to produce downloadable files such as in CSV, PDF, XLSX, DOCX formats
Stars: ✭ 39 (+25.81%)
Mutual labels:  word
latex in word
LaTeX equation edition in a macro-enabled Word document
Stars: ✭ 29 (-6.45%)
Mutual labels:  word
ruzzle-solver
A python script that solves ruzzle boards
Stars: ✭ 46 (+48.39%)
Mutual labels:  word
deque
A highly optimized double-ended queue
Stars: ✭ 75 (+141.94%)
Mutual labels:  array
language-detector
Detect the language of text
Stars: ✭ 28 (-9.68%)
Mutual labels:  spanish
Problem-Solving
contains all coding interview practice problems, data structures and algorithms implementations. 👨‍💻👨‍💻💥 🚩
Stars: ✭ 14 (-54.84%)
Mutual labels:  array
clipboard-parser
剪贴板解析器,支持解析@RequestParam/@ApiModelProperty接口定义代码、Word、Excel以及其他表格类数据
Stars: ✭ 15 (-51.61%)
Mutual labels:  word

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].