sergey-tihon / Stanford.NLP.NET

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

Need a very basic C# example to anaylze arabic words #59

Closed MonsterMMORPG closed 3 years ago

MonsterMMORPG commented 7 years ago

I have created a new WPF project in visual studio 2017

Then from manage nuget packages > installed Stanford.NLP.CoreNLP

Then i have downloaded and extracted stanford-parser-full-2016-10-31

Then extracted stanford-parser-3.7.0-javadoc.jar, stanford-parser-3.7.0-models.jar and stanford-parser-3.7.0-sources.jar files into folders

Here inside of that folder

inside folder

Ok from here i need a very basic c# example for how to analyze arabic words?

I would like to learn is word noun verb etc Is word first person second person etc Is word female or male or he she it etc Is word plural or not or available other forms etc Is word superlative or comparative etc

Thank you very much

need example

sergey-tihon commented 7 years ago

Start from this sample project https://github.com/sergey-tihon/Stanford.NLP.NET/tree/master/samples/Stanford.NLP.CoreNLP.CSharp and make sure that it works on you machine.

This discussion may be useful https://github.com/sergey-tihon/Stanford.NLP.NET/issues/18