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

Does not compile out of the box #82

Closed AndrewBragdon closed 6 years ago

AndrewBragdon commented 6 years ago

Does not compile out of the box

This project needs to either (a) include all dependent binaries, or (b) ideally use NuGet to resolve missing binaries.

1>------ Rebuild All started: Project: Stanford.NLP.CoreNLP.CSharp, Configuration: Debug Any CPU ------ 2>------ Rebuild All started: Project: Stanford.NLP.NER.CSharp, Configuration: Debug Any CPU ------ 3>------ Rebuild All started: Project: Stanford.NLP.Parser.CSharp, Configuration: Debug Any CPU ------ 4>------ Rebuild All started: Project: Stanford.NLP.POSTagger.CSharp, Configuration: Debug Any CPU ------ 5>------ Rebuild All started: Project: Stanford.NLP.Segmenter.CSharp, Configuration: Debug Any CPU ------ 6>------ Rebuild All started: Project: Stanford.NLP.SUTime.CSharp, Configuration: Debug Any CPU ------ 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ejml-0.23". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "javax.json". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "joda-time". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "jollyday". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "slf4j-api". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "slf4j-simple". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "protobuf". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "stanford-corenlp-3.8.0". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "xom". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 1>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.CoreNLP.CSharp\CorefAnnotator.cs(9,7,9,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 1>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.CoreNLP.CSharp\CorefAnnotator.cs(10,7,10,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 1>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.CoreNLP.CSharp\CorefAnnotator.cs(11,7,11,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 1>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.CoreNLP.CSharp\CorefAnnotator.cs(12,7,12,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 1>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.CoreNLP.CSharp\CorefAnnotator.cs(14,7,14,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 1>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.CoreNLP.CSharp\Program.cs(5,7,5,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "stanford-postagger-3.8.0". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.AWT.WinForms". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Beans". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Charsets". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Cldrdata". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Corba". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Core". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Jdbc". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Localedata". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Management". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Media". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Misc". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Naming". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Nashorn". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Remoting". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Security". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.SwingAWT". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Text". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Tools". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Util". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.API". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Bind". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Crypto". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Parse". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Transform". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.WebServices". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.XPath". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.Runtime". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.Runtime.JNI". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 4>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.POSTagger.CSharp\Program.cs(1,7,1,11): error CS0246: The type or namespace name 'java' could not be found (are you missing a using directive or an assembly reference?) 4>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.POSTagger.CSharp\Program.cs(2,7,2,11): error CS0246: The type or namespace name 'java' could not be found (are you missing a using directive or an assembly reference?) 4>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.POSTagger.CSharp\Program.cs(3,7,3,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 4>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.POSTagger.CSharp\Program.cs(4,7,4,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "joda-time". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "jollyday-0.4.9". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "stanford-ner". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.AWT.WinForms". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Beans". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Charsets". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Cldrdata". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Corba". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Core". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Jdbc". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Localedata". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Management". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Media". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Misc". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Naming". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Nashorn". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Remoting". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Security". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.SwingAWT". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Text". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Tools". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Util". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.API". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Bind". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Crypto". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Parse". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Transform". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.WebServices". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.XPath". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.Runtime". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.Runtime.JNI". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 2>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.NER.CSharp\Program.cs(1,7,1,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ejml-0.23". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "slf4j-api". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "stanford-parser". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.AWT.WinForms". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Beans". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Charsets". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Cldrdata". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Corba". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Core". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Jdbc". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Localedata". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Management". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Media". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Misc". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Naming". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Nashorn". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Remoting". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Security". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.SwingAWT". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Text". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Tools". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Util". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.API". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Bind". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Crypto". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Parse". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Transform". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.WebServices". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.XPath". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.Runtime". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.Runtime.JNI". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 3>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.Parser.CSharp\Program.cs(1,7,1,11): error CS0246: The type or namespace name 'java' could not be found (are you missing a using directive or an assembly reference?) 3>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.Parser.CSharp\Program.cs(2,7,2,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 3>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.Parser.CSharp\Program.cs(3,7,3,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 3>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.Parser.CSharp\Program.cs(4,7,4,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 3>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.Parser.CSharp\Program.cs(5,7,5,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "stanford-segmenter-3.8.0". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.AWT.WinForms". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Beans". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Charsets". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Cldrdata". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Corba". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Core". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Jdbc". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Localedata". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Management". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Media". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Misc". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Naming". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Nashorn". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Remoting". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Security". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.SwingAWT". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Text". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Tools". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Util". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.API". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Bind". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Crypto". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Parse". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Transform". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.WebServices". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.XPath". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.Runtime". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.Runtime.JNI". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 5>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.Segmenter.CSharp\Program.cs(1,7,1,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 5>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.Segmenter.CSharp\Program.cs(2,7,2,11): error CS0246: The type or namespace name 'java' could not be found (are you missing a using directive or an assembly reference?) 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ejml-0.23". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "javax.json". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "joda-time". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "jollyday". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "slf4j-api". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "slf4j-simple". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "protobuf". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "stanford-corenlp-3.8.0". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "xom". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.AWT.WinForms". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Beans". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Charsets". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Cldrdata". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Corba". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Core". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Jdbc". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Localedata". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Management". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Media". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Misc". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Naming". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Nashorn". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Remoting". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Security". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.SwingAWT". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Text". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Tools". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.Util". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.API". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Bind". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Crypto". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Parse". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.Transform". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.WebServices". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.OpenJDK.XML.XPath". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.Runtime". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1988,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "IKVM.Runtime.JNI". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. 6>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.SUTime.CSharp\Program.cs(1,7,1,11): error CS0246: The type or namespace name 'java' could not be found (are you missing a using directive or an assembly reference?) 6>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.SUTime.CSharp\Program.cs(2,7,2,11): error CS0246: The type or namespace name 'java' could not be found (are you missing a using directive or an assembly reference?) 6>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.SUTime.CSharp\Program.cs(3,7,3,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 6>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.SUTime.CSharp\Program.cs(4,7,4,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 6>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.SUTime.CSharp\Program.cs(5,7,5,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 6>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.SUTime.CSharp\Program.cs(6,7,6,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) 6>C:\Users\Andrew\Downloads\Stanford.NLP.NET-master\Stanford.NLP.NET-master\samples\Stanford.NLP.SUTime.CSharp\Program.cs(7,7,7,10): error CS0246: The type or namespace name 'edu' could not be found (are you missing a using directive or an assembly reference?) ========== Rebuild All: 0 succeeded, 6 failed, 0 skipped ==========

AndrewBragdon commented 6 years ago

You should make available a Release for direct download

sergey-tihon commented 6 years ago

Use build.cmd from the project root to compile the solution (as it works on AppVeyor).

This project has more than 3Gb of binary dependencies that change over the time, so I do not plan to store them in version control.

We do not use GitHub Releases for compiled assemblies, all build results are packed into NuGet packages and available from NuGet - https://www.nuget.org/packages?q=Stanford.NLP