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

edu.berkeley.nlp.lm.values.ProbBackoffValueContainer Maven / Gradle / Ivy

The newest version!
package edu.berkeley.nlp.lm.values;

public interface ProbBackoffValueContainer extends ValueContainer
{

	public abstract float getProb(final int ngramOrder, final long index);

	public abstract float getBackoff(final int ngramOrder, final long index);

	public abstract ProbBackoffPair getScratchValue();

	public abstract long getSuffixOffset(final long index, final int ngramOrder);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy