public int[] Run() { return(FtxLib.STASearchPhrase(phraseSide, text, isDBStemming)); }
public PhraseWords Run() { return(FtxLib.STABreakAndCheck(lang, phrase)); }
public Phrase Run() { return(FtxLib.STAInsert(ctx, newWords, phraseId, dict, phraseSide, srcSideId)); }