Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskamphuis committed Jun 24, 2019
1 parent 94e5b8d commit a471b3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 11 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,5 @@ COPY index index
COPY search search
COPY interact interact

# HACK FOR WAPO
COPY topic_reader.py topic_reader.py

# Set working directory
WORKDIR /work
2 changes: 0 additions & 2 deletions do.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/bin/sh
pushd /export/data/ir/jig

echo Indexing collections
python3 run.py prepare \
Expand Down Expand Up @@ -42,4 +41,3 @@ python3 run.py search \
--collection core18 \
--opts out_file_name="core18-disj" mode="disjunctive"

popd
10 changes: 4 additions & 6 deletions init
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@
echo Downloading anserini.jar...
wget -q http://central.maven.org/maven2/io/anserini/anserini/0.4.0/anserini-0.4.0-fatjar.jar -O anserini.jar
echo Downloading OldDog...
wget -q https://github.com/Chriskamphuis/olddog/archive/v0.2.0.tar.gz
tar xzf v0.2.0.tar.gz
mv olddog-0.2.0 olddog
wget -q https://github.com/Chriskamphuis/olddog/archive/v1.0.0.tar.gz
tar xzf v1.0.0.tar.gz
mv olddog-1.0.0 olddog
cd olddog
# REMOVE
cp /topic_reader.py src/main/python
# /REMOVE

echo Building OldDog...
mvn -q clean package appassembler:assemble

0 comments on commit a471b3c

Please sign in to comment.