sergey-tihon / Stanford.NLP.NET

Stanford NLP for .NET
http://sergey-tihon.github.io/Stanford.NLP.NET/
MIT License
595 stars 123 forks source link

The new .NET Core merge works except very minor issues #121

Closed GeorgeS2019 closed 2 years ago

GeorgeS2019 commented 2 years ago

The UNPACKING did not work for TWO folders

sergey-tihon commented 2 years ago

It works, but not when you build from VS

Run .\build.cmd -t RunTests this command download model and unpack them before tests execution https://github.com/sergey-tihon/Stanford.NLP.NET/blob/master/build.fsx#L370-L377

After that everything will be fine in VS.