Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionuse the
BioCodecimplementation of the SequenceValidator instead!UseSentenceDetectorME.probs()instead.UseThreadSafeTokenizerME.probs()instead.UseTokenizerME.probs()instead.
-
Deprecated ClassesClassDescriptionAs of OPENNLP-1816,
ChunkerMEis itself thread-safe. Use it directly instead.As of OPENNLP-1816,LanguageDetectorMEis itself thread-safe. Use it directly instead.As of OPENNLP-1816,LemmatizerMEis itself thread-safe. Use it directly instead.As of OPENNLP-1816,NameFinderMEis itself thread-safe. Use it directly instead.As of OPENNLP-1816,POSTaggerMEis itself thread-safe. Use it directly instead.As of OPENNLP-1816,SentenceDetectorMEis itself thread-safe. Use it directly instead.As of OPENNLP-1816,TokenizerMEis itself thread-safe. Use it directly instead.
-
Deprecated MethodsMethodDescriptionuse the
BioCodecimplementation of the SequenceValidator instead!UseSentenceDetectorME.probs()instead.UseThreadSafeSentenceDetectorME.probs()instead.UseThreadSafeTokenizerME.probs()instead.UseTokenizerME.probs()instead.Cache statistics are no longer tracked.Cache statistics are no longer tracked.
-
Deprecated ConstructorsConstructorDescriptionUse
DefaultPOSContextGenerator(Dictionary)instead.Use aSentenceDetectorFactoryto extend SentenceDetector functionality.UseCachedFeatureGenerator(AdaptiveFeatureGenerator)instead.