class Keyword {
  name = '';
  constructor(name: string) {
    this.name = name;
  }