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

dear owner i get one problem #75

Closed leezhihui closed 6 years ago

leezhihui commented 6 years ago

{"java.io.IOException: Unable to open \"..\..\..\..\data\paket-files\nlp.stanford.edu\stanford-segmenter-2017-06-09\data\ctb.gz\" as class path, filename or URL"}

when i run the demo ,i get the above error in the vs c#

sergey-tihon commented 6 years ago

go to the project root folder and execute build.cmd (it will download couple GB of trained model from Stanford site that unzip them into data\paket-files)

leezhihui commented 6 years ago

thank you ,i will do it right now.

leezhihui commented 6 years ago

I am doing some nlp about chinese . Does it enough after the download . thank you