if(!language.equals("english")){
docno.set(docno.get() + 1000000000); //to distinguish between the two collections in the PWSim sliding window algorithm
}
//translate doc vector
HMapIFW tfS = new HMapIFW();
int docLen = CLIRUtils.translateTFs(doc, tfS, eVocabSrc, eVocabTrg, fVocabSrc, fVocabTrg, e2f_Probs, f2e_Probs, LOG);
HMapSFW v = CLIRUtils.createTermDocVector(docLen, tfS, eVocabSrc, model, transDfTable, isNormalize, LOG);
// if no translation of any word is in the target vocab, remove document i.e., our model wasn't capable of translating it.