## download embeddings.txt | |
# dvc pull embeddings.txt.dvc | |
## or copy it of a previous build | |
# unzip -j binary/graphseg.jar embeddings.txt | |
cp embeddings.txt source/res/ | |
cd source | |
mvn package | |
mkdir -p ../binary | |
mv target/graphseg-0.0.1-SNAPSHOT-jar-with-dependencies.jar ../binary/graphseg.jar | |