Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 652 Bytes

README.md

File metadata and controls

29 lines (24 loc) · 652 Bytes

Factorie-MongoDB-Adapter

Read raw text from a Mongo collection, process with Factorie, and serialize back to Mongo.

Dependencies

Clone and install nn-depparse to use the neural net dependency parser:

git clone [email protected]:strubell/nn-depparse.git
cd nn-depparse
sbt publish

Compilation

Compile using maven (from root dir of project):

mvn compile

Running

The run script will work on dishwasher:

./bin/run.sh

Note that to use the nn parser you must specify an intmaps directory and model file (see the run script).