Skip to content

Commit

Permalink
zero out the doc suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdurrett committed Nov 30, 2017
1 parent 134dc55 commit 44f62eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ if [ ! -f test/joint/output.conll ]; then
echo "RUNNING COREF+NER+WIKI"
# First, need to extract the subset of Wikipedia relevant to these documents. We have already
# done this to avoid having. Here is the command used:
#java -Xmx4g -cp $jarpath:lib/bliki-resources edu.berkeley.nlp.entity.wiki.WikipediaInterface -datasetPaths test/preprocessed -wikipediaDumpPath data/wikipedia/enwiki-latest-pages-articles.xml -outputPath models/wiki-db-test.ser.gz
#java -Xmx4g -cp $jarpath:lib/bliki-resources edu.berkeley.nlp.entity.wiki.WikipediaInterface -datasetPaths test/preprocessed -docSuffix "" -wikipediaDumpPath data/wikipedia/enwiki-latest-pages-articles.xml -outputPath models/wiki-db-test.ser.gz
java -Xmx8g -cp $jarpath edu.berkeley.nlp.entity.Driver ++config/base.conf -execDir test/scratch/joint -mode PREDICT -modelPath models/joint-onto.ser.gz -testPath test/preprocessed -wikipediaPath models/wiki-db-test.ser.gz
cp test/scratch/joint/output*.conll test/joint/
else
Expand Down

0 comments on commit 44f62eb

Please sign in to comment.