I am using Arabic word NET Library to get the synonyms of a given words but i get no result this is the code which i used
awn = new AWN(@"..\..\awn.xml", true);
List<string> words = new List<string>();
string str = awn.Get_Synset_ID_From_Word_Id("كثير");
But there is no result returned. any help??
I solved it as follows