# File lib/language_detector.rb, line 13
  def initialize(type='tc')
    @profiles = load_model(type)
  end