See: Description
| Class | Description |
|---|---|
| ContextScore |
This class provides a java object of context score.
|
| ContextScoreComparator<T> |
This class is a comparator to compare ContextScores.
|
| CSpellScore |
This class provides a java object of CSpell score.
|
| CSpellScoreNw1To1Comparator<T> |
This class is a comparator to compare CSpellScores for Non-word 1To1.
|
| CSpellScoreRw1To1Comparator<T> |
This class is a comparator to compare CSpellScores for real-word 1To1.
|
| EditDistance |
This class provides a java class to get the cost of edit distance of
two strings.
|
| FrequencyScore |
This class provides a java object of frequency score.
|
| FrequencyScoreComparator<T> |
This class is a comparator to compare FrequencyScores.
|
| Metaphone2 |
This class provides a java class to get the doubleMetaphone code of a string
using org.apache.commons.codec.language.DoubleMetaphone.
|
| NoisyChannelScore |
This class provides a java object of noisy channel score.
|
| NoisyChannelScoreComparator<T> |
This class is a comparator to compare NoisyChannelScores.
|
| OrthographicScore |
This class provides a java object of orthographic score.
|
| OrthographicScoreComparator<T> |
This class is a comparator to compare OrthographicScore records.
|
| OrthographicUtil |
This is a java class for orthographic utility to get
similarity and penalty for split.
|
| OverlapScore |
This class provides a java class to get the similarity score for overlap.
|
| PhoneticDistance |
This class provides a java class to get the distance for phonetic codes
of two strings.
|
| PhoneticScore |
This class provides a java class to get the similarity score of phonetic
used in orthographic score.
|
| RankByContext |
This class ranks and finds the best ranked candidates by ContextSocre.
|
| RankByCSpellNonWord |
This class ranks and finds the best ranked candidates for non-word correction
by CSpell score system (playoffs).
|
| RankByCSpellRealWord1To1 |
This class ranks and finds the best ranked candidates for real-word 1To1
correction by CSpell scoring system.
|
| RankByEnsemble |
This class ranks and finds the best ranked candidates by ensemble method.
|
| RankByFrequency |
This class ranks and finds the best ranked candidates by FrequencyScore.
|
| RankByNoisyChannel |
This class ranks and finds the best ranked candidates by Noisy Channel score.
|
| RankByOrthographic |
This class ranks and finds the best ranked candidates by OrthographicScore.
|
| RankNonWordByMode |
This class ranks and finds the best candidates for non-word split and 1To1
correction by specifying different ranking methods.
|
| RankNonWordMergeByContext |
This class ranks and finds the best ranked candidates for non-word merge
by ContextSocre.
|
| RankNonWordMergeByMode |
This class ranks and finds the best candidate for non-word merge by
specifying different ranking methods.
|
| RankRealWord1To1ByCSpell |
This class ranks and finds the best ranked candidates for real-word 1To1
correction by CSpell system.
|
| RankRealWordMergeByContext |
This class ranks and finds the best ranked candidates for real-word merge
by ContextSocre.
|
| RankRealWordMergeByMode |
This class ranks and finds the best candidates for real-word merge by
specifying different ranking methods.
|
| RankRealWordSplitByContext |
This class ranks and finds the best ranked candidates for real-word split
by ContextSocre.
|
| RankRealWordSplitByMode |
This class ranks and finds the best candidate for real-word split by
specifying different ranking method.
|
| RefinedSoundex |
This class provides a java class to get the refined soundex code form
of a string using org.apache.commons.codec.language.RefinedSoundex.
|
| ScoreDetailByMode |
This class provides detail of scores for different ranking methods.
|
| TokenScore |
This class calculates the token similarity score in orthographic score.
|
| Word2Vec |
This is a java object class for Word2Vec object.
|
| Word2VecContext |
This class is the context utility for word2Vec.
|
| Word2VecScore |
This class is the java object of context score (by word2Vec).
|
| WordCountScore |
This class is the java object of frequency score by word count.
|
| WordWcMap |
This class converts and stores word (key) and frequency (value) in Map.
|
Related Documents
Submit a bug or feature
Copyright © 2018 National Library of Medicine