Skip to content

Commit

Permalink
Adjust paths for local testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
louismullie committed Dec 26, 2012
1 parent 2527cfd commit fd3b720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/spec_helper.rb
Expand Up @@ -2,8 +2,8 @@

require_relative '../lib/stanford-core-nlp'

# StanfordCoreNLP.model_path = '/ruby/stanford-core-nlp-minimal/' # Local testing only
# StanfordCoreNLP.jar_path = '/ruby/stanford-core-nlp-minimal/' # Local testing only.
# StanfordCoreNLP.model_path = '/ruby/stanford-core-nlp-minimal/both/' # Local testing only
# StanfordCoreNLP.jar_path = '/ruby/stanford-core-nlp-minimal/both/' # Local testing only.

def get_information(text, with_name_tag=false, with_coref=false)

Expand Down

0 comments on commit fd3b720

Please sign in to comment.