Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mromanello committed Nov 13, 2015
1 parent 81c1763 commit 81a85e7
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@

(This document assumes as working directory the root of the git repository)

The module `citation_extractor` can be installed by running:

pip install https://github.com/mromanello/CitationExtractor/archive/master.zip

However, before doing so, a few depencies need to be manually installed.

## Local Dependencies

The following command installs a few dependencies that need to be installed from local files (these files are shipped together as part of the `citation_extractor`):
## TreeTagger

pip install -e lib/
pip install https://github.com/miotto/treetagger-python/archive/master.zip

## CRF++

Expand All @@ -31,6 +23,7 @@ Uncompress, compile and install:
./configure
make
make install
make clean

**Note**: you may need to add `/usr/local/lib` to your `LD_LIBRARY_PATH` env variable.

Expand All @@ -42,4 +35,18 @@ From within the `CRF++-0.58` directory:

(note: it's important **not to delete** the directory form which CRF was installed and the python bindings were installed)

## CitationExtractor

The module `citation_extractor` can be installed by running:

pip install https://github.com/mromanello/CitationExtractor/archive/master.zip

However, before doing so, a few depencies need to be manually installed.

## Local Dependencies

The following command installs a few dependencies that need to be installed from local files (these files are shipped together as part of the `citation_extractor`):

pip install -e lib/


0 comments on commit 81a85e7

Please sign in to comment.