• Stars
    star
    158
  • Rank 237,131 (Top 5 %)
  • Language
    JavaScript
  • Created over 6 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

List of the most common words in many languages

most-common-words-by-language

MIT License Build Status

NPM status

Usage

getWordsList

const { getWordsList } = require('most-common-words-by-language');

getWordsList('french', 200); // returns 200 most common French words
getWordsList('spanish'); // returns 10000 (10000 is the default and max value) most common Spanish words

findWord

const { findWord } = require('most-common-words-by-language');

// returns an object informing about the position of a given word
// in the ranks of the most common words by language (starting from the 1 index)
// the case is ignored
findWord('angeles');
// returns { english: 1788, spanish: 2770 }

Sources

Afrikaans:

Albanian:

Arabic:

Bulgarian:

Bengali:

Catalan:

Chinese:

Czech:

Danish:

Dutch:

English:

Esperanto:

Estonian:

Farsi:

Finnish:

French:

German:

Greek:

Hebrew:

Hindi:

Hungarian:

Italian:

Indonesian:

Japanese:

Kazakh:

Korean:

Lithuanian:

Latvian:

Macedonian:

Norwegian:

Polish:

Portuguese:

Romanian:

Russian:

Slovak:

Slovenian:

Serbian:

Spanish:

Swedish:

Thai:

Turkish:

Ukrainian:

Vietnamese:

More Repositories

1

github-languages

GitHub languages statistics
JavaScript
67
star
2

json-schema-faker-cli

A CLI for json-schema-faker.
JavaScript
28
star
3

deep-equal-in-any-order

A chai plugin to match objects and arrays deep equality with arrays (including nested ones) being in any order.
JavaScript
16
star
4

empirical-laws-of-software-development

Empirical laws of software development
15
star
5

arangodb-error-codes

Error codes for ArangoDB
JavaScript
6
star
6

fast-rimraf

A tool to delete a huge directory fast
JavaScript
6
star
7

vinberodb

Distributed object database
JavaScript
4
star
8

read-json-lines-sync

Synchronous reader of a string containing many lines in JSON format
JavaScript
4
star
9

sort-any

Sorts any JavaScript array in a predictable way (deep equal arrays are always sorted in the same order)
JavaScript
4
star
10

github-star-history

A library checking stars number at a given point in time for a given GitHub repo
JavaScript
4
star
11

random-weighted-item

Generator of random item in array by probability function
JavaScript
3
star
12

fasta-to-object-parser

DNA parser of FASTA format
JavaScript
2
star
13

joi-us-zipcode

Joi extension to validate USA zip codes
JavaScript
2
star
14

plezuro_js

A scripting language compiled to JavaScript.
Java
1
star
15

nodejs-most-growing-repos

The fastest growing GitHub repos related to Node.js
JavaScript
1
star
16

countries-by-ratio-between-largest-and-second-largest-city-population

Countries by ratio between largest and second largest city population
JavaScript
1
star
17

vim-ftp

vim plugin for synchronization via FTP
Vim Script
1
star