well they say Reverb is built on the top of OPEN NLP; this snippet is copied from Reverb website:
"ReVerb uses the following code and data, which are included in the release:
OpenNLP, including trained models
Weka
Guava
Apache Commons
A subset of pages from Wikipedia"
So there, it even uses the models from OPENNLP(which take
alot of time to load), but it is still faster than OPENNLP. back to my question, I know one way to increase the execution time is to convert the data into binary, and then run the process on binary data. But any other Idea other than this?
beside that I need it, I am really curious to know more about this.
Thanks!
