# File lib/chronic/token.rb, line 7
    def initialize(word)
      @word = word
      @tags = []
    end