Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Long Pham committed Jul 6, 2018
1 parent 06a93d7 commit daaa5cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions annotateTitles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
for file in `ls $1`; do
#[ -d "$file" ] || continue
echo "$file"
echo "$1/$file/data/"
echo "$1/$file/serializedTitles"
# java -cp target/uber-EntityAnnotation-1.0-SNAPSHOT.jar org.forward.entitysearch.experiment.CreateAnnotatedTitles $1/$file/data/ $1/$file/serializedTitles
# echo "$1/$file/data/"
# echo "$1/$file/serializedTitles"
java -cp target/uber-EntityAnnotation-1.0-SNAPSHOT.jar org.forward.entitysearch.experiment.CreateAnnotatedTitles $1/$file/data/ $1/$file/serializedTitles
done

0 comments on commit daaa5cb

Please sign in to comment.