NltkNet icon indicating copy to clipboard operation
NltkNet copied to clipboard

web application support

Open isaiahfisher opened this issue 5 years ago • 3 comments

When I try to Initialize the NltkNet object in my dotnet core web application I receive an error saying an assembly is not found or has a different manifest definition than its assembly reference.

image

The code is fairly simple, it does nothing at all except initialize an NltkNet object when a button is clicked.

image

Is this a configuration issue on my end or is ASP.NET core MVC web application support not available for NltkNet?

isaiahfisher avatar May 31 '20 07:05 isaiahfisher

.NET Core is not supported in NLTK.NET. You could try to rebuild it with IronPython for .net core.

nrcpp avatar Jun 01 '20 15:06 nrcpp

@nrcpp is there plans to support .net core?

isaiahfisher avatar Jun 01 '20 18:06 isaiahfisher

Initially, I tried to implement NLTK.NET on .NET Core, but IronPython doesn't work properly in such case. So, not sure there will be a port to .NET Core in visible future.

nrcpp avatar Jun 09 '20 13:06 nrcpp