Need a very basic C# example to anaylze arabic words #112
MonsterMMORPG
started this conversation in
Ideas
Replies: 1 comment
-
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 #18 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
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
Beta Was this translation helpful? Give feedback.
All reactions