| Package | Description |
|---|---|
| edu.cmu.sphinx.decoder.scorer | |
| edu.cmu.sphinx.decoder.search |
| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator<Scoreable> |
Scoreable.COMPARATOR
A
Scoreable comparator that is used to order scoreables according to their score,
in descending order. |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Scoreable> |
ThreadedAcousticScorer.doScoring(java.util.List<T> scoreableList,
Data data) |
protected <T extends Scoreable> |
SimpleAcousticScorer.doScoring(java.util.List<T> scoreableList,
Data data)
Scores a a list of
Scoreables given a Data
-object. |
| Modifier and Type | Method and Description |
|---|---|
Scoreable |
ScoreNormalizer.normalize(java.util.List<? extends Scoreable> scoreableList,
Scoreable bestToken)
Normalizes the scores of a set of Tokens.
|
Scoreable |
MaxScoreNormalizer.normalize(java.util.List<? extends Scoreable> scoreableList,
Scoreable bestToken) |
Scoreable |
BackgroundModelNormalizer.normalize(java.util.List<? extends Scoreable> scoreableList,
Scoreable bestToken) |
| Modifier and Type | Method and Description |
|---|---|
Scoreable |
ScoreNormalizer.normalize(java.util.List<? extends Scoreable> scoreableList,
Scoreable bestToken)
Normalizes the scores of a set of Tokens.
|
Scoreable |
MaxScoreNormalizer.normalize(java.util.List<? extends Scoreable> scoreableList,
Scoreable bestToken) |
Scoreable |
BackgroundModelNormalizer.normalize(java.util.List<? extends Scoreable> scoreableList,
Scoreable bestToken) |
| Modifier and Type | Method and Description |
|---|---|
Data |
SimpleAcousticScorer.calculateScores(java.util.List<? extends Scoreable> scoreableList)
Scores the given set of states.
|
Data |
AcousticScorer.calculateScores(java.util.List<? extends Scoreable> scorableList)
Scores the given set of states over previously stored acoustic data if any or a new one
|
Data |
SimpleAcousticScorer.calculateScoresAndStoreData(java.util.List<? extends Scoreable> scoreableList) |
Data |
AcousticScorer.calculateScoresAndStoreData(java.util.List<? extends Scoreable> scorableList)
Scores the given set of states over previously acoustic data from frontend
and stores latter in the queue
|
protected Data |
SimpleAcousticScorer.calculateScoresForData(java.util.List<? extends Scoreable> scoreableList,
Data data) |
Scoreable |
ScoreNormalizer.normalize(java.util.List<? extends Scoreable> scoreableList,
Scoreable bestToken)
Normalizes the scores of a set of Tokens.
|
Scoreable |
MaxScoreNormalizer.normalize(java.util.List<? extends Scoreable> scoreableList,
Scoreable bestToken) |
Scoreable |
BackgroundModelNormalizer.normalize(java.util.List<? extends Scoreable> scoreableList,
Scoreable bestToken) |
| Modifier and Type | Class and Description |
|---|---|
class |
Token
Represents a single state in the recognition trellis.
|