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

2.0.22 • Public • Published

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

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


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



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.

Dependents (1)

Package Sidebar

Install

npm i @ifct2017/abbreviations

Weekly Downloads

41

Version

2.0.22

License

MIT

Unpacked Size

13.8 kB

Total Files

7

Last publish

Collaborators

  • wolfram77