コード例 #1
0
 public long FindWordId(string stemmedWord, string culture)
 {
     return(provider.FindWordId(stemmedWord, culture));
 }