Koji Sekiguchi created OPENNLP-1174:
---------------------------------------
Summary: remove classic format support in feature generator XML
config when it is no longer needed
Key: OPENNLP-1174
URL: https://issues.apache.org/jira/browse/OPENNLP-1174
Project: OpenNLP
Issue Type: Planned Work
Reporter: Koji Sekiguchi
Assignee: Koji Sekiguchi
Priority: Minor
I put many "TODO" marks in the patch for OPENNLP-1154, e.g.:
{code:java}
@Deprecated // TODO: just remove when back-compat is no longer needed
static void register(Map<String, GeneratorFactory.XmlFeatureGeneratorFactory>
factoryMap) {
factoryMap.put("generators", new AggregatedFeatureGeneratorFactory());
}
{code}
Before merging it, I'd like to create this ticket to get ticket number and add
the number in the patch for OPENNLP-1154 so that we can easily find unnecessary
codes when we want to remove in the future..
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)