コード例 #1
0
ファイル: DictionaryTagger.java プロジェクト: oaqa/banner
 public void suppress(String text) {
   notInclude.add(process(text), Boolean.TRUE);
 }