Uses of Class
com.optimaize.langdetect.cybozu.util.LangProfile
-
Packages that use LangProfile Package Description com.optimaize.langdetect.cybozu Original language detection classes from https://code.google.com/p/language-detection/com.optimaize.langdetect.cybozu.util Provides the utility classes for language detection.com.optimaize.langdetect.frma com.optimaize.langdetect.profiles Provides functionality for loading, storing and creatingLanguageProfiles. -
-
Uses of LangProfile in com.optimaize.langdetect.cybozu
Methods in com.optimaize.langdetect.cybozu that return LangProfile Modifier and Type Method Description static LangProfileGenProfile. load(java.lang.String lang, java.io.File file)Load Wikipedia abstract database file and generate its language profile -
Uses of LangProfile in com.optimaize.langdetect.cybozu.util
Methods in com.optimaize.langdetect.cybozu.util with parameters of type LangProfile Modifier and Type Method Description static voidUtil. addCharSequence(LangProfile langProfile, java.lang.CharSequence text)voidTagExtractor. closeTag(LangProfile profile) -
Uses of LangProfile in com.optimaize.langdetect.frma
Methods in com.optimaize.langdetect.frma that return LangProfile Modifier and Type Method Description static LangProfileGenProfile. generate(java.lang.String lang, java.io.File textFile)Loads a text file and generate a language profile from its content.LangProfileLangProfileReader. read(java.io.File profileFile)Reads aLangProfilefrom a File in UTF-8.LangProfileLangProfileReader. read(java.io.InputStream inputStream)Reads aLangProfilefrom an InputStream in UTF-8.Methods in com.optimaize.langdetect.frma with parameters of type LangProfile Modifier and Type Method Description voidLangProfileWriter. write(LangProfile langProfile, java.io.OutputStream outputStream)Writes aLangProfileto an OutputStream in UTF-8. -
Uses of LangProfile in com.optimaize.langdetect.profiles
Methods in com.optimaize.langdetect.profiles with parameters of type LangProfile Modifier and Type Method Description static LanguageProfileOldLangProfileConverter. convert(LangProfile langProfile)
-