|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.aitools.ie.languagedetection.TrigramStatistic
public class TrigramStatistic
Constructor Summary | |
---|---|
TrigramStatistic()
|
Method Summary | |
---|---|
static java.util.Map<java.lang.String,java.lang.Double> |
getTrigrams(java.lang.String s)
Creates a map containing a fixed number of the most frequent trigrams in a given string. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TrigramStatistic()
Method Detail |
---|
public static java.util.Map<java.lang.String,java.lang.Double> getTrigrams(java.lang.String s)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |