constructor()

in lib/word.js [10:13]


  constructor(lexeme, tag) {
    super(tag);
    this.lexeme = lexeme;
  }