You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@opennlp.apache.org by "Koji Sekiguchi (JIRA)" <ji...@apache.org> on 2017/12/27 03:01:10 UTC

[jira] [Created] (OPENNLP-1174) remove classic format support in feature generator XML config when it is no longer needed

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)