{
l.addCount(counts.get(lemmas.indexOf(p.getLemma())));
this.dict.WriteSuperLemma(path, s);
}
s=this.dict.loadSuperLemma(u.getLemma(),path);
l=s.retrieveLemma(this.dict.getName());
}
Sense sens=l.getSenses().get(u.getSense());
if(!sens.getSamples().contains(u.getText()))
{
sens.addBagOfWords(u.getText(), u.getBow(),this.name);