Sergey Tihon
Sergey Tihon
Close this as an old issue, should be fine with .NET Core binaries
It is question to @jfrijters everything depend on plans to port [IKVM.NET](http://www.ikvm.net/) https://sourceforge.net/projects/ikvm/
@Stanwar sorry, nobody tried`netcore` yet. Could you please try to run `CoreNLP` as a server on your java machine and just communicate with the server using client - here is...
The most realistic future is [.NET 5](https://devblogs.microsoft.com/dotnet/introducing-net-5/) with > Java interoperability will be available on all platforms. As of today, the most robust approach is to use [CoreNLP Server](https://stanfordnlp.github.io/CoreNLP/corenlp-server.html) and...
Not sure if we really need it... I hope .NET 5 (`Java interoperability will be available on all platforms.`) will simplify usage of Java packages. IKVM details are here https://github.com/sergey-tihon/OpenNLP.NET/issues/5#issuecomment-546685482
@danasagi there is no IKVM for .net core and there no Stanford.NLP.NET for .net core
I see the repo with last commit (25 May 2020) and no NuGet package released. So yes, it is irrelevant now.
@agonzalezm do not expect it soon. We did attempt to port simpler and smaller library ([Open.NLP](https://github.com/sergey-tihon/OpenNLP.NET)) and it even exist on NuGet. We did it with IKVM 8.2.0-prerelease.392 -https://github.com/sergey-tihon/OpenNLP.NET/pull/14, but...
The most latest sample should be here - https://sergey-tihon.github.io/Stanford.NLP.NET//samples/CoreNLP.Server.html Where did you get stack trace? It looks like JVM exception. You always can repeat question on SO - there are...
Close as an old issue