nrcpp / NltkNet

NLTK library wrapper for .NET
MIT License
46 stars 8 forks source link

web application support #5

Open isaiahfisher opened 4 years ago

isaiahfisher commented 4 years ago

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?

nrcpp commented 4 years ago

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

isaiahfisher commented 4 years ago

@nrcpp is there plans to support .net core?

nrcpp commented 4 years ago

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.