@ifct2017/languages
TypeScript icon, indicating that this package has built-in type declarations

2.0.12 • Public • Published

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.

Dependencies (1)

Dev Dependencies (3)

Package Sidebar

Install

npm i @ifct2017/languages

Weekly Downloads

51

Version

2.0.12

License

MIT

Unpacked Size

7.77 kB

Total Files

7

Last publish

Collaborators

  • wolfram77