Uses of Record Class
opennlp.tools.util.normalizer.NormalizationProfile
Packages that use NormalizationProfile
-
Uses of NormalizationProfile in opennlp.tools.util.normalizer
Methods in opennlp.tools.util.normalizer that return types with arguments of type NormalizationProfileModifier and TypeMethodDescriptionstatic Optional<NormalizationProfile> NormalizationProfiles.detect(CharSequence text, opennlp.tools.langdetect.LanguageDetector detector) Detects the language oftextand returns itsprofile.static Optional<NormalizationProfile> NormalizationProfiles.forLanguage(String language) Returns theprofilefor a language.