Package io.outofprintmagazine.nlp.utils
Class NGramUtils.NGramScore
- java.lang.Object
-
- io.outofprintmagazine.nlp.utils.NGramUtils.NGramScore
-
- Enclosing class:
- NGramUtils
public class NGramUtils.NGramScore extends Object
-
-
Field Summary
Fields Modifier and Type Field Description NGramUtils.NGramPhraseScore
match
NGramUtils.NGramPhraseScore
totals
-
Constructor Summary
Constructors Constructor Description NGramScore()
-
-
-
Field Detail
-
totals
public NGramUtils.NGramPhraseScore totals
-
match
public NGramUtils.NGramPhraseScore match
-
-