knmnyn / ParsCit

An open-source CRF Reference String Parsing Package
http://wing.comp.nus.edu.sg/parsCit
GNU Lesser General Public License v3.0
155 stars 47 forks source link

Dockerfile #20

Closed pchaigno closed 8 years ago

pchaigno commented 8 years ago

This pull request adds a Dockerfile to the repository. This should ease the installation process. You can now execute citeExtract.pl with just a few commands:

$ docker build -t parscit .
$ docker run -v /path/to/pdfs:/pdfs -it parscit bash
/ParsCit/bin# ./citeExtract.pl -m extract_all /pdfs/file_to_process.txt

I wasn't able to install the web service in the container (the installation guidelines are less verbose on that subject).

pidugusundeep commented 5 years ago

Screenshot from 2019-05-14 19-07-41

I get this error when I run can someone please update the docker and PR.