Hi all,

I'm trying to update ClearTK to a recent OpenNLP version. The version that was 
used so far was 1.5.3.
In 1.5.3, the class `RealValueFileEventStream` had a `main` method that is gone 
in later versions.

https://github.com/apache/opennlp/blob/opennlp-1.5.3-rc3/opennlp-maxent/src/main/java/opennlp/model/RealValueFileEventStream.java#L95-L116

Also, some of the referenced classes in this code do no longer exist or have 
different signatures:

- GIS is gone
- OnePassRealValueDataIndexer no longer has a constructor new 
OnePassRealValueDataIndexer(es, cutoff)
- SuffixSensitiveGISModelWriter is gone

Could anybody please tell me how to replace that main method with calls to 
modern OpenNLP API?

Cheers,

-- Richard

Reply via email to