-
ElementDescription
-
MethodDescriptionuse the
BioCodec
implementation of the SequenceValidator instead!usePOSModel.getPosSequenceModel()
instead. This method will be removed soon. Only required for Parser 1.5.x backward compatibility. Newer models don't need this anymore.
-
ConstructorDescriptionuse
DefaultNameContextGenerator(AdaptiveFeatureGenerator...)
and always provide one or morefeature generators
.Use constructorRegexNameFinder(Pattern[], String)
for single types, and/or constructorRegexNameFinder(Map)
instead.UseHeadRules(Reader)
instead.Use aSentenceDetectorFactory
to extend SentenceDetector functionality.UseSentenceModel(String, MaxentModel, Map, SentenceDetectorFactory)
instead and pass in aSentenceDetectorFactory
UseSentenceModel(String, MaxentModel, Map, SentenceDetectorFactory)
instead and pass in aSentenceDetectorFactory
UseSimpleTokenizer.INSTANCE
field instead to obtain an instance. This constructor will be made private in the future.useTokenizerFactory
to extend the Tokenizer functionality
-
Enum ConstantDescription
ChunkerModel.getChunkerSequenceModel()
instead. This method will be removed soon.