UNPKG

lemme-lex

Version:

A library for creating dictionaries that can be utilised by NLP tools

8 lines (7 loc) 100 B
module.exports = class Expander { constructor(phrase) { this.phrase = phrase; } }