void |
DirectCandidateGenerator.CandidateSet.addOneCandidate(DirectCandidateGenerator.Candidate candidate) |
protected double |
WordScorer.channelScore(DirectCandidateGenerator.Candidate candidate,
DirectCandidateGenerator.Candidate original) |
int |
DirectCandidateGenerator.Candidate.compareTo(DirectCandidateGenerator.Candidate other)
Lower scores sort first; if scores are equal, then later (zzz) terms sort first
|
protected void |
DirectCandidateGenerator.postFilter(DirectCandidateGenerator.Candidate candidate,
org.apache.lucene.util.CharsRefBuilder spare,
org.apache.lucene.util.BytesRefBuilder byteSpare,
List<DirectCandidateGenerator.Candidate> candidates) |
double |
WordScorer.score(DirectCandidateGenerator.Candidate[] path,
DirectCandidateGenerator.CandidateSet[] candidateSet,
int at,
int gramSize) |
protected double |
LaplaceScorer.scoreBigram(DirectCandidateGenerator.Candidate word,
DirectCandidateGenerator.Candidate w_1) |
protected double |
WordScorer.scoreBigram(DirectCandidateGenerator.Candidate word,
DirectCandidateGenerator.Candidate w_1) |
protected double |
LinearInterpoatingScorer.scoreBigram(DirectCandidateGenerator.Candidate word,
DirectCandidateGenerator.Candidate w_1) |
protected double |
StupidBackoffScorer.scoreBigram(DirectCandidateGenerator.Candidate word,
DirectCandidateGenerator.Candidate w_1) |
protected double |
LaplaceScorer.scoreTrigram(DirectCandidateGenerator.Candidate word,
DirectCandidateGenerator.Candidate w_1,
DirectCandidateGenerator.Candidate w_2) |
protected double |
WordScorer.scoreTrigram(DirectCandidateGenerator.Candidate word,
DirectCandidateGenerator.Candidate w_1,
DirectCandidateGenerator.Candidate w_2) |
protected double |
LinearInterpoatingScorer.scoreTrigram(DirectCandidateGenerator.Candidate w,
DirectCandidateGenerator.Candidate w_1,
DirectCandidateGenerator.Candidate w_2) |
protected double |
StupidBackoffScorer.scoreTrigram(DirectCandidateGenerator.Candidate w,
DirectCandidateGenerator.Candidate w_1,
DirectCandidateGenerator.Candidate w_2) |
protected double |
WordScorer.scoreUnigram(DirectCandidateGenerator.Candidate word) |