Published September 17, 2022 | Version 2.0.5
Software Open

ifct2017/languages: Full form of language abbreviations

  • 1. Cloud Peritus

Description

Full form of language abbreviations.<br> 📦 Node.js, 📜 Files.

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

<br>

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

<br> <br>

<br>

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

Files

ifct2017/languages-2.0.5.zip

Files (14.7 kB)

Name Size Download all
md5:c30ab9aa633d53855283b35918e05ed4
14.7 kB Preview Download

Additional details

Related works