Uses of Class
com.optimaize.langdetect.cybozu.util.LangProfile
Packages that use LangProfile
Package
Description
Original language detection classes from https://code.google.com/p/language-detection/
Provides the utility classes for language detection.
Provides functionality for loading, storing and creating
LanguageProfile
s.-
Uses of LangProfile in com.optimaize.langdetect.cybozu
Methods in com.optimaize.langdetect.cybozu that return LangProfileModifier and TypeMethodDescriptionstatic LangProfile
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 LangProfileModifier and TypeMethodDescriptionstatic void
Util.addCharSequence
(LangProfile langProfile, CharSequence text) void
TagExtractor.closeTag
(LangProfile profile) -
Uses of LangProfile in com.optimaize.langdetect.frma
Methods in com.optimaize.langdetect.frma that return LangProfileModifier and TypeMethodDescriptionstatic LangProfile
Loads a text file and generate a language profile from its content.Reads aLangProfile
from a File in UTF-8.LangProfileReader.read
(InputStream inputStream) Reads aLangProfile
from an InputStream in UTF-8.Methods in com.optimaize.langdetect.frma with parameters of type LangProfileModifier and TypeMethodDescriptionvoid
LangProfileWriter.write
(LangProfile langProfile, OutputStream outputStream) Writes aLangProfile
to an OutputStream in UTF-8. -
Uses of LangProfile in com.optimaize.langdetect.profiles
Methods in com.optimaize.langdetect.profiles with parameters of type LangProfileModifier and TypeMethodDescriptionstatic LanguageProfile
OldLangProfileConverter.convert
(LangProfile langProfile)