class Chronic::Token

def initialize(word)

def initialize(word)
  @word = word
  @tags = []
end