# File lib/mirimiri/ttagger.rb, line 66
    def initialize chunk_file
      @chunks = TaggerChunker.parse File.open(chunk_file).readlines
    end