Example #1
0
 public int FindPartOfSpeech(string partOfSpeechName)
 {
     return(GrammarApi.sol_FindClass(_engine, partOfSpeechName));
 }