Hi All,
I'm trying to get an external NLP library working in Unity 5 from an old project in 4.3. It's basically one class built in VS using the [Stanford.NLP.NET][1] by way of IKVM.NET. None of my dependencies will import properly (not sure if Unity5 still wants them in a Plugins subfolder), and the only thing it throws is a general "System.Reflection.ReflectionTypeLoadException: The classes in the module cannot be loaded."
It's in .NET 3.5 framework, and my project has been flipped to .NET 2.0 compatibility, so I don't believe it's a framework error.
It DID work once (ploddingly), but now I can't reproduce it on the old project, either. Thanks in advance--
[1]: http://sergey-tihon.github.io/Stanford.NLP.NET/StanfordPOSTagger.html
↧