Deprecated API
Contents
-
Deprecated ConstructorsConstructorDescriptionsince 0.2.0 — pass an
XmlTrainingDataConfigurationviaXmlTrainingData(TagProvider, XmlTrainingDataConfiguration)instead. The configuration object also lets callers customize the root element name.since 0.2.0 — this token-only constructor invents no excluded runs, so the resultingTrainingSequence.surface()is the bare token concatenation. PreferTrainingSequence.ofSegments(List)to preserve excluded characters, orTrainingSequence.ofTokens(List, List)when no excluded runs exist.