Interprete/compile *.utter files for creating a verbose library of utterances
npm install verbose-utteranceSee samples folder for example files that can be used.
NPM
``bash`
npm i --save verbose-utterance
Yarn
`bash`
yarn add verbose-utterance
js
const verboseUtterance = require('verbose-utterance');
verboseUtterance('filename.utter').then( (utterances) => {
console.log('results', utterances);
});
`ES6+
`js
import verboseUtterance from 'verbose-utterance';
verboseUtterance('filename.utter').then( (utterances) => {
console.log('results', utterances);
});
``Expanding all the possible words with the same meaning eliminates the possibility of a user using a phrase they would expect to be a valid utterance and being disappointed by it not being supported.