public class SentimentPipeline
extends Object
A wrapper class which creates a suitable pipeline for the sentiment
model and processes raw text.
The main program has the following options:
-parserModel Which parser model to use, defaults to englishPCFG.ser.gz
-sentimentModel Which sentiment model to use, defaults to sentiment.ser.gz
-file Which file to process.
-stdin Read one line at a time from stdin.
-output pennTrees: Output trees with scores at each binarized node. vectors: Number tree nodes and print out the vectors. Defaults to printing just the root.
- Author:
- John Bauer