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 daaa5cb commit 8775bae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion annotateTitles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ for file in `ls $1`; do
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
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 8775bae

Please sign in to comment.