[
https://issues.apache.org/jira/browse/OPENNLP-927?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15829054#comment-15829054
]
ASF GitHub Bot commented on OPENNLP-927:
----------------------------------------
GitHub user danielruss reopened a pull request:
https://github.com/apache/opennlp/pull/55
OPENNLP-927: Removed PluggableParameter
Merged the functionality of PluggableParameter and TrainingData. Changed
all instances of PluggableParameters to TrainingData.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/danielruss/opennlp OpenNLP-927
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/opennlp/pull/55.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #55
----
commit 51d4961bb152f38f76eee969b0dfdf6ccdb8ea7f
Author: Daniel Russ <[email protected]>
Date: 2017-01-13T15:26:05Z
OPENNLP-927: Replaced PluggableParameters with TrainingParameters
----
> Merge TrainingParameters and PluggableParameters
> ------------------------------------------------
>
> Key: OPENNLP-927
> URL: https://issues.apache.org/jira/browse/OPENNLP-927
> Project: OpenNLP
> Issue Type: New Feature
> Components: Machine Learning
> Affects Versions: 1.7.0
> Reporter: Daniel Russ
> Assignee: Daniel Russ
> Priority: Minor
> Fix For: 1.7.1
>
>
> The PluggableParameters class was added to pull out the
> get(Int/String/Boolean)Parameters() methods from the AbstractTrainer. Merge
> the functionality of the PluggableParameters into the TrainingParameters.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)