Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit d6fc438

Browse files
committed
Update the link to BabelNet-API-3.7.zip
1 parent 4055638 commit d6fc438

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jdk:
55
env:
66
- BABELNET=3.7
77
before_install:
8-
- wget "http://babelnet.org/data/$BABELNET/BabelNet-API-$BABELNET.zip" && unzip BabelNet-API-$BABELNET.zip
8+
- wget "https://github.com/nlpub/babelnet-extract/releases/download/bn37/BabelNet-API-$BABELNET.zip" && unzip BabelNet-API-$BABELNET.zip
99
- mvn install:install-file -Dfile=BabelNet-API-$BABELNET/lib/jltutils-2.2.jar -DgroupId=it.uniroma1.lcl.jlt -DartifactId=jltutils -Dversion=2.2 -Dpackaging=jar
1010
- unzip -p BabelNet-API-$BABELNET/babelnet-api-$BABELNET.jar META-INF/maven/it.uniroma1.lcl.babelnet/babelnet-api/pom.xml | grep -vP '<(scope|systemPath)>' >BabelNet-API-$BABELNET/babelnet-api-$BABELNET.pom
1111
- mvn install:install-file -Dfile=BabelNet-API-$BABELNET/babelnet-api-$BABELNET.jar -DpomFile=BabelNet-API-$BABELNET/babelnet-api-$BABELNET.pom

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The format of the `synsets.txt` output file is the same as the format of the `cl
6161
Building
6262
--------
6363

64-
A couple of preliminary steps needs to be done before building this application with Maven. Firstly, it is necessary to download and unpack the [BabelNet-API-3.7.zip](http://babelnet.org/data/3.7/BabelNet-API-3.7.zip) archive. Secondly, two dependencies, `jltutils` and `babelnet-api`, need to be installed to the local Maven repository as follows.
64+
A couple of preliminary steps needs to be done before building this application with Maven. Firstly, it is necessary to download and unpack the [BabelNet-API-3.7.zip](https://github.com/nlpub/babelnet-extract/releases/download/bn37/BabelNet-API-3.7.zip) archive. Secondly, two dependencies, `jltutils` and `babelnet-api`, need to be installed to the local Maven repository as follows.
6565

6666
```bash
6767
mvn install:install-file -Dfile=lib/jltutils-2.2.jar -DgroupId=it.uniroma1.lcl.jlt -DartifactId=jltutils -Dversion=2.2 -Dpackaging=jar

0 commit comments

Comments
 (0)