list 字符查找list 字符查找list 字符查找list 字符查找list 字符查找list 字符查找..
list 字符查找list 字符查找list 字符查找.
list 字符查找list 字符查找list 字符查找list 字符查找.
list 字符查找    
//for(its=StopWordL.begin();its!=StopWordL.end();its++){
list 字符查找     
//if(TermToDic.compare(*its)==0) {
list 字符查找       
//  cout<<"## stop word"<<*its<<endl;
list 字符查找         
//return false;
list 字符查找    
// }//is a stop word
list 字符查找    
// else return true;
list 字符查找     
//acout<<"test for TermToDic"<<TermToDic<<endl;
list 字符查找     
//cout<<"test for StopWord:"<<*its<<endl;
list 字符查找
     its=find(StopWordL.begin(),StopWordL.end(),TermToDic);

这里自己些的那种查找某字段存在的方法好像行不通,改用没注释的倒是可以了!

相关文章:

  • 2021-11-18
  • 2021-10-27
  • 2021-10-09
  • 2022-03-06
  • 2021-07-15
  • 2022-01-12
  • 2022-02-27
  • 2021-11-29
猜你喜欢
  • 2021-07-06
  • 2021-09-11
  • 2022-12-23
  • 2021-12-12
  • 2022-12-23
  • 2021-12-27
  • 2021-12-12
相关资源
相似解决方案