Published September 16, 2022 | Version 2.0.15
Software Open

ifct2017/abbreviations: Full forms of abbreviations used in the original book

  • 1. Cloud Peritus

Description

Full forms of abbreviations used in the original book.<br> 📦 Node.js, 📜 Files.

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

<br>

const abbreviations = require('@ifct2017/abbreviations');
// abbreviations(query)
// → {abbr, full} if found, null otherwise.


abbreviations('GLV');
abbreviations('g l v');
// { abbr: 'GLV', full: 'Green Leafy Vegetables' }

abbreviations('what is D.R.I.');
abbreviations('d. r. i. stands for?');
// { abbr: 'DRI', full: 'Dietary reference intake' }


// Note:
// Full stops must immediately follow character, if present.
// For single character abbreviations, full stop is mandatory.
// Additional methods:
abbreviations.load() // → corpus
abbreviations.sql([table], [options]) // → sql statements
abbreviations.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/abbreviations-2.0.15.zip

Files (16.0 kB)

Name Size Download all
md5:a655c7188b1570145e43d77dde388321
16.0 kB Preview Download

Additional details

Related works