Metadata-Version: 2.0
Name: citation-extractor
Version: 1.6.3
Summary: UNKNOWN
Home-page: http://github.com/mromanello/CitationExtractor/
Author: Matteo Romanello
Author-email: matteo.romanello@gmail.com
License: UNKNOWN
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Requires-Dist: hucitlib
Requires-Dist: langid
Requires-Dist: docopt
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: treetagger
Requires-Dist: citation-parser (>=0.4.1)
Requires-Dist: sklearn-crfsuite
Requires-Dist: jellyfish (>=0.5.6)
Requires-Dist: stop-words (>=2015.2.23.1)
Requires-Dist: scikit-learn (>=0.16.1)

# (Canonical) Citation Extractor

## Status

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.35470.svg)](https://doi.org/10.5281/zenodo.35470)
[![Build Status](https://travis-ci.org/mromanello/CitationExtractor.svg?branch=master)](https://travis-ci.org/mromanello/CitationExtractor)
[![codecov](https://codecov.io/gh/mromanello/CitationExtractor/branch/master/graph/badge.svg)](https://codecov.io/gh/mromanello/CitationExtractor)

## Installation

This software supports Python version 2.7, and it was tested only on POSIX–compliant operating systems (Linux, Mac OS X, FreeBSD, etc.).

To install the `CitationExtractor` first run:

    $ pip install http://www.antlr3.org/download/Python/antlr_python_runtime-3.1.3.tar.gz#egg=antlr_python_runtime-3.1.3
    $ pip install https://github.com/mromanello/treetagger-python/archive/master.zip#egg=treetagger-1.0.1

followed by:

    $ pip install citation-extractor

**NB:** the installation of all other dependencies is handled by `setup.py` but for some reason
(that I'm still trying to figure out) it does not pick up these two.


## Documentation

I'm working on it ;-)

For the time being, you can find a concrete example of how to use the library in [this notebook](https://gist.github.com/mromanello/3d29add74a33da6629509742fe738ca1).


