All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eu.project.ttc.models.index.WRMeasure Maven / Gradle / Ivy

package eu.project.ttc.models.index;

import eu.project.ttc.models.Term;
import eu.project.ttc.models.TermIndex;

public class WRMeasure extends TermMeasure {
	
	public WRMeasure(TermIndex termIndex) {
		super(termIndex);
	}

	@Override
	public double getValue(Term term) {
		return term.getFrequencyNorm() / term.getGeneralFrequencyNorm();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy