asu-ke-web-services / search-api

Search API for documents, data, research, people, etc
MIT License
2 stars 1 forks source link

NER tagger dependencies #62

Closed kenprice closed 8 years ago

kenprice commented 8 years ago

TODO for the NER tagger dependency

idmontie commented 8 years ago

Here is an example from another we repo we have that requires binary dependency: https://github.com/gios-asu/pdf-generation-experiment/blob/master/index.php

$snappy = new Pdf('/usr/local/bin/wkhtmltopdf');

We then have instructions in our README file:

1.  Download the binary: http://wkhtmltopdf.org/downloads.html
2.  Put it in `/usr/local/bin`
rraub commented 8 years ago

or we could create a vendor folder and put the jar's we need in there.

rraub commented 8 years ago

Just dont call it vendor because composer uses that folder already

kenprice commented 8 years ago

I helped out a bit. Created a branch off ian-devel, and made the following changes:

The goal of these changes was to configure Travis properly so that Stanford NER can run on it.

If @rraub or @idmontie wants to review my changes, you can find it here.

I went ahead and merged my change into ian-devel after coordinating with @iajohns1