You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by "Shad Storhaug (Jira)" <ji...@apache.org> on 2019/09/30 17:53:00 UTC

[jira] [Updated] (LUCENENET-623) Port Lucene.Net.Analysis.OpenNLP

     [ https://issues.apache.org/jira/browse/LUCENENET-623?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shad Storhaug updated LUCENENET-623:
------------------------------------
    Labels: features up-for-grabs  (was: )

> Port Lucene.Net.Analysis.OpenNLP
> --------------------------------
>
>                 Key: LUCENENET-623
>                 URL: https://issues.apache.org/jira/browse/LUCENENET-623
>             Project: Lucene.Net
>          Issue Type: Task
>          Components: Lucene.Net.Analysis.UIMA
>            Reporter: Shad Storhaug
>            Priority: Minor
>              Labels: features, up-for-grabs
>   Original Estimate: 40h
>  Remaining Estimate: 40h
>
> In Lucene 8.x, the Analysis.UIMA component has been replaced with Analysis.OpenNLP.
> This is good news for us, because there are at least a couple OpenNLP options in .NET, a native port, and one using IKVM. Unfortunately, Lucene 8.x uses version 1.9.1 of OpenNLP, for which there is no equivalent so compatibility must be checked. Perhaps the best option would be to upgrade the first one (pull request) so we have native C# support, although the fastest option would certainly to use the IKVM version (which has no .NET Standard support).
> https://www.nuget.org/packages/OpenNLP/
> https://www.nuget.org/packages/OpenNLP.NET/
> This could make a great learning experience for how to port Java code to .NET, since the OpenNLP package is quite small in size.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)