class Chronic::Token

def to_s

Print this Token in a pretty way
def to_s
  @word << '(' << @tags.join(', ') << ') '
end