Multilingual Game Words
Words for games like taboo/pictionary/charades/catchphrase/etc in many different languages.
Translations come from Wiktionary.
Tiago Tresoldi, "Extracting translation data from the Wiktionary project," in Computer-Assisted Language Comparison in Practice, 11/06/2018, https://calc.hypotheses.org/?p=32.
Installation
npm install --save multilingual-game-words
Usage
async function run() {
const russianWords = await gameWords('ru');
console.log(russianWords.getAllWords());
}
run();
Categories
- swadesh: Words from the Swadesh list
- catchphrase: Words suitable for playing Catchphrase
- charades: Words suitable for playing Charades
- household: Things around the house
- objects: Random objects
- people: Roles that people have (e.g. doctor, prisoner, astronaut, etc)