Commit Graph

16 Commits

Author SHA1 Message Date
Lucas Verney 0e2066c180 Solve ImportError in Python < 3.5 due to cyclic import 2016-02-17 16:37:02 +01:00
Lucas Verney a2ee654eac Passing pylint on the module 2016-02-17 16:04:36 +01:00
Lucas Verney a69e7ef6c1 Use absolute import in __init__.py 2016-02-17 14:39:07 +01:00
Lucas Verney 9853469f3c Remove useless TODOs 2016-01-30 17:03:12 +01:00
Lucas Verney a2875fc242 Wrapper around Grobid 2016-01-30 16:28:21 +01:00
Lucas Verney f5183a1d11 Add a setup.py file and __init__.py for module and submodules 2016-01-25 17:56:34 +01:00
Lucas Verney 8a905a9776 References extraction using CERMINE 2016-01-24 22:23:41 +01:00
Lucas Verney eb576f5fa6 Use a local version of CERMINE if available 2016-01-24 18:21:34 +01:00
Lucas Verney 3eb251a8d4 Fix citation fetching from arXiv papers 2016-01-20 23:40:07 +01:00
Lucas Verney 9019833dbb Add some doc, especially about external dependencies 2016-01-19 18:17:12 +01:00
Lucas Verney 65967cfa96 Add a statement about common issues with pdfextract 2016-01-19 17:58:24 +01:00
Lucas Verney e9d7f3ad78 Add functions to extract references from a PDF file
Add some functions to extract references from a PDF file. They are
basically wrappers around Cermine, Grobid and pdf-extract. The Grobid
wrapper is still to be done and more deeply embedded in the toolchain.
2016-01-19 17:45:58 +01:00
Lucas Verney 962b4adc23 Fix requests.exception import error 2016-01-19 17:45:21 +01:00
Lucas Verney 168e37f247 Add a citations fetcher for bibtex files 2015-12-28 00:43:45 +01:00
Lucas Verney 0d17254f6c Add a citation fetcher for plaintext, and factorize code with bbl citations fetcher 2015-12-28 00:21:41 +01:00
Lucas Verney d8b74ae356 Reimport bbl citations parsing and make some minor fixes 2015-12-27 23:46:43 +01:00