Skip to content

ifct2017--languages 2.0.9

Install from the command line:
Learn more about npm packages
$ npm install @ifct2017/ifct2017--languages@2.0.9
Install via package.json:
"@ifct2017/ifct2017--languages": "2.0.9"

About this version

Full form of language abbreviations.
πŸ“¦ Node.js, πŸ“œ Files.

This is part of package ifct2017.
Online database: ifct2017.github.io.


const languages = require('@ifct2017/languages');
// languages(query)
// β†’ {abbr, lang} if found, null otherwise.


languages('mal.');
languages('Mal');
// { abbr: 'Mal.', lang: 'Malayalam' }

languages('what is s.?');
languages('S. stands for?');
// { abbr: 'S.', lang: 'Sanskrit' }


// Note:
// Full stops must immediately follow character, if present.
// For single character abbreviations, full stop is mandatory.
// Additional methods:
languages.load() // β†’ corpus
languages.sql([table], [options]) // β†’ sql statements
languages.csv() // β†’ path of csv file



ORG DOI

Data was obtained from the book Indian Food Composition Tables 2017.
Food composition values were measured by National Institute of Nutrition, Hyderabad.
Take a peek at the raw data here: Document, Webpage.

Details


Assets

  • ifct2017--languages-2.0.9.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0