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