Read raw text from a Mongo collection, process with Factorie, and serialize back to Mongo.
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
Compile using maven (from root dir of project):
mvn compile
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).