Update README.md with instructions on how to install CERMINE

This commit is contained in:
Lucas Verney 2016-02-11 15:44:26 +01:00
parent 662a328047
commit d22f57a610
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,12 @@ PDF file.
to your needs.
* Run it: `python3 ./main.py`. Head to `http://localhost:8080` to see it live.
With the default configuration, it will forward uploaded papers to CERMINE
API, which is really slow and puts a lot of charge on these servers. You
should download an executable JAR from [their
repo](http://maven.icm.edu.pl/artifactory/simple/kdd-releases/pl/edu/icm/cermine/cermine-impl/)
to your server and indicate the path to this JAR file in the `config.py` file.
## LICENSE