Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phyks/citationextractor
Web interface around libbmc and CERMINE.
https://github.com/phyks/citationextractor
Last synced: about 1 month ago
JSON representation
Web interface around libbmc and CERMINE.
- Host: GitHub
- URL: https://github.com/phyks/citationextractor
- Owner: Phyks
- Created: 2016-02-10T14:35:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-17T18:53:33.000Z (over 8 years ago)
- Last Synced: 2024-06-11T17:59:10.144Z (5 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CitationExtractor
=================This is a simple web interface above
[libbmc](https://github.com/Phyks/libbmc/) and especially
[CERMINE](https://github.com/CeON/CERMINE) to extract references from a given
PDF file.## Installation
* Clone this repository.
* Install requirements: `pip install -r requirements.txt`
* Create a config file: `cp config.py.example config.py` and edit it according
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
This repo is under an MIT license.