this.weight=weight; this.term=term;
returnthe term value (stemmed) return term;
return term;
returnthe weight associated with this term return weight;
return weight;
paramterm the term value (stemmed) this.term = term;
this.term = term;
paramweight the weight associated with this term this.weight = weight;
this.weight = weight;