File size: 289 Bytes
9074cf1
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /bin/bash

## 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
mv target/graphseg-0.0.1-SNAPSHOT-jar-with-dependencies.jar ../binary/graphseg.jar