GAInTheHouse commented on issue #890: URL: https://github.com/apache/lucenenet/issues/890#issuecomment-1887750929
I used @rclabo 's recommendation and tried to utilize the [unit tests](https://github.com/apache/lucenenet/blob/master/src/Lucene.Net.Tests.Analysis.OpenNLP/TestOpenNLPLemmatizerFilterFactory.cs). However I ran into an exception I assume is because I'm not using .Net4.8: ``` System.TypeLoadException: Could not load type 'System.Reflection.Emit.MethodToken' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'``` Does the OpenNLP integration not support .Net6.0? @rclabo Lucene.Net is indeed an amazing library and I'd love to contribute to it once I figure it out! -- 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