Pattern p=Pattern.compile( t2 );
 Matcher mat =p.matcher(str.get(j) );
              while(mat.find()){
               repeat++;  
              }
怎样才能在我查找to 时 不把too,bottom等词统计进去呢?