You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

multilingual-game-words

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multilingual-game-words

Words for games like taboo/pictionary/charades/catchphrase/etc in many different languages.


Version published
Weekly downloads
2
Maintainers
1
Install size
553 kB
Created
Weekly downloads
 

Readme

Source

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());
  /*
    [
    { word: 'слова́рь', en: 'dictionary' },
    { word: 'свобо́дный', en: 'free' },
    { word: 'сло́во', en: 'word' },
    { word: 'кни́га', en: 'book' },
    { word: 'пруд', en: 'pond' },
    { word: 'слон', en: 'elephant' },
    { word: 'кори́чневый', en: 'brown' },
    { word: 'ме́сяц', en: 'month' },
    { word: 'су́тки', en: 'day' },
    { word: 'диале́кт', en: 'dialect' },
    ...
    */
}
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)

Keywords

FAQs

Package last updated on 20 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc