# File lib/mirimiri/ttagger.rb, line 89
    def initialize str,tag
      @words = str.split
      @tag   = tag[1..-2]
    end