コード例 #1
0
 public int[] Run()
 {
     return(FtxLib.STASearchPhrase(phraseSide, text, isDBStemming));
 }
コード例 #2
0
 public PhraseWords Run()
 {
     return(FtxLib.STABreakAndCheck(lang, phrase));
 }
コード例 #3
0
 public Phrase Run()
 {
     return(FtxLib.STAInsert(ctx, newWords, phraseId, dict, phraseSide, srcSideId));
 }