41 42 43
# File 'lib/excite/crfparser.rb', line 41 def model @model ||= CRFPP::Tagger.new("-m #{default_model_file} -v 1"); end