var _ = require('lodash'); function parseGlossary(src) { return []; } module.exports = parseGlossary;