OPENNLP-420 
to speed up similarity computation, store parsing results in a hash, so that if a sentence has been parsed, chunked and prepared for matching once, we store it in a hash. 
when the Processor is instantiated, hash is deserialized. When the processor is closed, this hash is serialized.
10 files changed