NightOwl888 commented on issue #890: URL: https://github.com/apache/lucenenet/issues/890#issuecomment-1882918435
The OpenNLP project is not ported from Java, instead it uses IKVM to convert the bytecode directly into IL. So, there is nothing we add over and above the Java implementation of OpenNLP 1.9.1. The documentation for [OpenNLP 1.9.1](https://opennlp.apache.org/docs/1.9.1/) is on the [OpenNLP website](https://opennlp.apache.org/). As far as the Lucene TokenStream APIs are concerned, the documentation (which is a bit scant) is in the [Getting Started section](https://lucenenet.apache.org/docs/4.8.0-beta00016/#getting-started). I concur with @rclabo that the best place to see examples are in the [tests](https://github.com/apache/lucenenet/tree/Lucene.Net_4_8_0_beta00016/src/Lucene.Net.Tests.Analysis.OpenNLP). For such a task, I would also recommend using the [test framework package](https://www.nuget.org/packages/Lucene.Net.TestFramework/absoluteLatest) to verify your analyzer implementation is compatible with Lucene.NET. And of course to look at other tests to work out how to use it because the docs are not great. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org