示例#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));
 }