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.

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

Is this a configuration issue on my end or is ASP.NET core MVC web application support not available for NltkNet?
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.
The code is fairly simple, it does nothing at all except initialize an NltkNet object when a button is clicked.
Is this a configuration issue on my end or is ASP.NET core MVC web application support not available for NltkNet?