Package Exports
- most-common-words-by-language
- most-common-words-by-language/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (most-common-words-by-language) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
most-common-words-by-language
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 wordsfindWord
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:
- https://en.wiktionary.org/wiki/Wiktionary:French_frequency_lists/1-2000
- https://en.wiktionary.org/wiki/Wiktionary:French_frequency_lists/2001-4000
- https://en.wiktionary.org/wiki/Wiktionary:French_frequency_lists/4001-6000
- https://en.wiktionary.org/wiki/Wiktionary:French_frequency_lists/6001-8000
- https://en.wiktionary.org/wiki/Wiktionary:French_frequency_lists/8001-10000
German:
- https://en.wiktionary.org/wiki/User:Matthias_Buchmeier/German_frequency_list-1-5000
- https://en.wiktionary.org/wiki/User:Matthias_Buchmeier/German_frequency_list-5001-10000
Greek:
Hebrew:
Hindi:
Hungarian:
Italian:
Indonesian:
Japanese:
Kazakh:
Korean:
Lithuanian:
Latvian:
Macedonian:
Norwegian:
Polish:
Portuguese:
Romanian:
Russian:
Slovak:
Slovenian:
Serbian:
Spanish:
- https://en.wiktionary.org/wiki/User:Matthias_Buchmeier/Spanish_frequency_list-1-5000
- https://en.wiktionary.org/wiki/User:Matthias_Buchmeier/Spanish_frequency_list-5001-10000
Swedish:
Thai:
Turkish:
Ukrainian:
Vietnamese:
