- generate(String, File) - Static method in class com.optimaize.langdetect.frma.GenProfile
-
Loads a text file and generate a language profile from its content.
- generateProfile() - Method in class com.optimaize.langdetect.cybozu.CommandLineInterface
-
Generate Language Profile from a text file.
- GenProfile - Class in com.optimaize.langdetect.cybozu
-
Load Wikipedia's abstract XML as corpus and generate its language profile in JSON format.
- GenProfile() - Constructor for class com.optimaize.langdetect.cybozu.GenProfile
-
- GenProfile - Class in com.optimaize.langdetect.frma
-
Generate a language profile from any given text file.
- GenProfile() - Constructor for class com.optimaize.langdetect.frma.GenProfile
-
- get(int) - Method in class com.optimaize.langdetect.cybozu.util.NGram
-
TODO this method has some weird, undocumented behavior to ignore ngrams with upper case.
- getFreq() - Method in class com.optimaize.langdetect.cybozu.util.LangProfile
-
Deprecated.
- getFrequency(String) - Method in interface com.optimaize.langdetect.profiles.LanguageProfile
-
- getFrequency(String) - Method in class com.optimaize.langdetect.profiles.LanguageProfileImpl
-
- getGramLengths() - Method in class com.optimaize.langdetect.ngram.NgramExtractor
-
- getGramLengths() - Method in interface com.optimaize.langdetect.profiles.LanguageProfile
-
Tells what the n in n-grams are used here.
- getGramLengths() - Method in class com.optimaize.langdetect.profiles.LanguageProfileImpl
-
- getInstance() - Static method in class com.optimaize.langdetect.ngram.BackwardsCompatibleNgramFilter
-
- getInstance() - Static method in class com.optimaize.langdetect.ngram.StandardNgramFilter
-
- getInstance() - Static method in class com.optimaize.langdetect.text.UrlTextFilter
-
- getLanguage() - Method in class com.optimaize.langdetect.i18n.LdLocale
-
- getLanguage(int) - Method in class com.optimaize.langdetect.NgramFrequencyData
-
- getLanguageList() - Method in class com.optimaize.langdetect.NgramFrequencyData
-
- getLanguages() - Static method in class com.optimaize.langdetect.profiles.BuiltInLanguages
-
- getLocale() - Method in class com.optimaize.langdetect.DetectedLanguage
-
- getLocale() - Method in interface com.optimaize.langdetect.profiles.LanguageProfile
-
- getLocale() - Method in class com.optimaize.langdetect.profiles.LanguageProfileImpl
-
- getMaxGramCount(int) - Method in interface com.optimaize.langdetect.profiles.LanguageProfile
-
Tells how often the n-gram with the highest amount of occurrences used in this profile occurred.
- getMaxGramCount(int) - Method in class com.optimaize.langdetect.profiles.LanguageProfileImpl
-
- getMinGramCount(int) - Method in interface com.optimaize.langdetect.profiles.LanguageProfile
-
Tells how often the n-gram with the lowest amount of occurrences used in this profile occurred.
- getMinGramCount(int) - Method in class com.optimaize.langdetect.profiles.LanguageProfileImpl
-
- getName() - Method in class com.optimaize.langdetect.cybozu.util.LangProfile
-
Deprecated.
- getNumGramOccurrences(int) - Method in interface com.optimaize.langdetect.profiles.LanguageProfile
-
Tells how often all n-grams of a certain length occurred, combined.
- getNumGramOccurrences(int) - Method in class com.optimaize.langdetect.profiles.LanguageProfileImpl
-
- getNumGrams(int) - Method in interface com.optimaize.langdetect.profiles.LanguageProfile
-
Tells how many different n-grams there are for a certain n-gram size.
- getNumGrams() - Method in interface com.optimaize.langdetect.profiles.LanguageProfile
-
Tells how many n-grams there are for all n-gram sizes combined.
- getNumGrams(int) - Method in class com.optimaize.langdetect.profiles.LanguageProfileImpl
-
- getNumGrams() - Method in class com.optimaize.langdetect.profiles.LanguageProfileImpl
-
- getNWords() - Method in class com.optimaize.langdetect.cybozu.util.LangProfile
-
Deprecated.
- getProbabilities(CharSequence) - Method in interface com.optimaize.langdetect.LanguageDetector
-
Returns all languages with at least some likeliness.
- getProbabilities(CharSequence) - Method in class com.optimaize.langdetect.LanguageDetectorImpl
-
- getProbabilities(String) - Method in class com.optimaize.langdetect.NgramFrequencyData
-
Don't modify this data structure! (Can't make array immutable...)
- getProbability() - Method in class com.optimaize.langdetect.DetectedLanguage
-
- getRegion() - Method in class com.optimaize.langdetect.i18n.LdLocale
-
- getScript() - Method in class com.optimaize.langdetect.i18n.LdLocale
-
- getShortTextLanguages() - Static method in class com.optimaize.langdetect.profiles.BuiltInLanguages
-
- getString(String) - Static method in class com.optimaize.langdetect.cybozu.util.Messages
-
- gramLength(int) - Static method in class com.optimaize.langdetect.ngram.NgramExtractor
-
- gramLengths(Integer...) - Static method in class com.optimaize.langdetect.ngram.NgramExtractor
-