[jira] [Updated] (OPENNLP-125) POS Tagger context generator should use feature generation classes

2017-01-26 Thread Joern Kottmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENNLP-125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joern Kottmann updated OPENNLP-125:
---
Fix Version/s: (was: 1.7.2)
   1.7.3

> POS Tagger context generator should use feature generation classes
> --
>
> Key: OPENNLP-125
> URL: https://issues.apache.org/jira/browse/OPENNLP-125
> Project: OpenNLP
>  Issue Type: Improvement
>  Components: POS Tagger
>Reporter: Joern Kottmann
>Priority: Minor
> Fix For: 1.7.3
>
>
> As part of the name finder refactoring a number of reusable feature generator 
> classes have been created. The POS Tagger should use these classes and drop 
> custom feature generation code as much as possible. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OPENNLP-967) Add forbiddenapis to maven build

2017-01-26 Thread Joern Kottmann (JIRA)
Joern Kottmann created OPENNLP-967:
--

 Summary: Add forbiddenapis to maven build
 Key: OPENNLP-967
 URL: https://issues.apache.org/jira/browse/OPENNLP-967
 Project: OpenNLP
  Issue Type: Improvement
  Components: Build, Packaging and Test
Reporter: Joern Kottmann
Priority: Minor
 Fix For: 1.7.2






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OPENNLP-966) Remove deprecated trainers from UIMA integration

2017-01-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENNLP-966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15840536#comment-15840536
 ] 

ASF GitHub Bot commented on OPENNLP-966:


GitHub user kottmann opened a pull request:

https://github.com/apache/opennlp/pull/92

OPENNLP-966: Remove deprecated UIMA trainers



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kottmann/opennlp OPENNLP-966

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/opennlp/pull/92.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 #92


commit ecf61d5b5202e1365e6c531ccb34ebce8efab589
Author: Jörn Kottmann 
Date:   2017-01-26T22:05:44Z

OPENNLP-966: Remove deprecated UIMA trainers




> Remove deprecated trainers from UIMA integration
> 
>
> Key: OPENNLP-966
> URL: https://issues.apache.org/jira/browse/OPENNLP-966
> Project: OpenNLP
>  Issue Type: Improvement
>  Components: UIMA Integration
>Reporter: Joern Kottmann
>Assignee: Joern Kottmann
> Fix For: 1.7.2
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OPENNLP-962) Dictionary should implement SerializableArtifact

2017-01-26 Thread Suneel Marthi (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENNLP-962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suneel Marthi updated OPENNLP-962:
--
Affects Version/s: 1.7.1
  Component/s: Parser

> Dictionary should implement SerializableArtifact
> 
>
> Key: OPENNLP-962
> URL: https://issues.apache.org/jira/browse/OPENNLP-962
> Project: OpenNLP
>  Issue Type: Improvement
>  Components: Parser
>Affects Versions: 1.7.1
>Reporter: Joern Kottmann
>Assignee: Suneel Marthi
>Priority: Minor
> Fix For: 1.7.2
>
>
> The Dictionary should implement this interface to use the new more robust 
> serialization mechanism.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OPENNLP-965) Replace Charset.forName("UTF-8") with constant

2017-01-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENNLP-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15840510#comment-15840510
 ] 

ASF GitHub Bot commented on OPENNLP-965:


GitHub user kottmann opened a pull request:

https://github.com/apache/opennlp/pull/91

OPENNLP-965: Use UTF_8 constant instead of Charset.forName



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/kottmann/opennlp OPENNLP-965

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/opennlp/pull/91.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 #91


commit 3c3d94e8bc85839a6b0650d98a43ff9d24f18157
Author: Jörn Kottmann 
Date:   2017-01-26T21:40:19Z

OPENNLP-965: Use UTF_8 constant instead of Charset.forName




> Replace Charset.forName("UTF-8") with constant
> --
>
> Key: OPENNLP-965
> URL: https://issues.apache.org/jira/browse/OPENNLP-965
> Project: OpenNLP
>  Issue Type: Improvement
>Reporter: Joern Kottmann
>Assignee: Joern Kottmann
>Priority: Trivial
> Fix For: 1.7.2
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (OPENNLP-965) Replace Charset.forName("UTF-8") with constant

2017-01-26 Thread Joern Kottmann (JIRA)
Joern Kottmann created OPENNLP-965:
--

 Summary: Replace Charset.forName("UTF-8") with constant
 Key: OPENNLP-965
 URL: https://issues.apache.org/jira/browse/OPENNLP-965
 Project: OpenNLP
  Issue Type: Improvement
Reporter: Joern Kottmann
Assignee: Joern Kottmann
Priority: Trivial
 Fix For: 1.7.2






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OPENNLP-962) Dictionary should implement SerializableArtifact

2017-01-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENNLP-962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15840493#comment-15840493
 ] 

ASF GitHub Bot commented on OPENNLP-962:


GitHub user smarthi opened a pull request:

https://github.com/apache/opennlp/pull/90

OPENNLP-962: Dictionary should implement SerializableArtifact



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/smarthi/opennlp OPENNLP-962

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/opennlp/pull/90.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 #90


commit 976f669d47ed12b001e9f6840bcd01d8eb7daa21
Author: smarthi 
Date:   2017-01-26T21:30:58Z

OPENNLP-962: Dictionary should implement SerializableArtifact




> Dictionary should implement SerializableArtifact
> 
>
> Key: OPENNLP-962
> URL: https://issues.apache.org/jira/browse/OPENNLP-962
> Project: OpenNLP
>  Issue Type: Improvement
>Reporter: Joern Kottmann
>Assignee: Suneel Marthi
>Priority: Minor
> Fix For: 1.7.2
>
>
> The Dictionary should implement this interface to use the new more robust 
> serialization mechanism.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (OPENNLP-963) Both AbstractTrainer and AbstractEventTrainer defined a reportMap

2017-01-26 Thread Suneel Marthi (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENNLP-963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suneel Marthi closed OPENNLP-963.
-
Assignee: Daniel Russ

> Both AbstractTrainer and AbstractEventTrainer defined a reportMap
> -
>
> Key: OPENNLP-963
> URL: https://issues.apache.org/jira/browse/OPENNLP-963
> Project: OpenNLP
>  Issue Type: Bug
>  Components: Machine Learning
>Affects Versions: 1.7.1
>Reporter: Russ, Daniel (NIH/CIT) [E]
>Assignee: Daniel Russ
>Priority: Minor
> Fix For: 1.7.2
>
>
> Both AbstractEventTrainer and AbstractTrainer hold a references to different 
> reportMaps. This can cause a NullPointerException when addToReport is called. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (OPENNLP-962) Dictionary should implement SerializableArtifact

2017-01-26 Thread Joern Kottmann (JIRA)

 [ 
https://issues.apache.org/jira/browse/OPENNLP-962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joern Kottmann updated OPENNLP-962:
---
Assignee: Suneel Marthi  (was: Joern Kottmann)

> Dictionary should implement SerializableArtifact
> 
>
> Key: OPENNLP-962
> URL: https://issues.apache.org/jira/browse/OPENNLP-962
> Project: OpenNLP
>  Issue Type: Improvement
>Reporter: Joern Kottmann
>Assignee: Suneel Marthi
>Priority: Minor
> Fix For: 1.7.2
>
>
> The Dictionary should implement this interface to use the new more robust 
> serialization mechanism.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OPENNLP-124) Maxent/Perceptron training should report progess back via an API

2017-01-26 Thread Joern Kottmann (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENNLP-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15839820#comment-15839820
 ] 

Joern Kottmann commented on OPENNLP-124:


That would be very nice. We did spend some time to refactor the ml code for 
1.7.0 and 1.7.1, therefore it would be nice to also work on this issue.

I suggest you come over the mailing list and start a discussion with us there 
on how to solve this.

> Maxent/Perceptron training should report progess back via an API
> 
>
> Key: OPENNLP-124
> URL: https://issues.apache.org/jira/browse/OPENNLP-124
> Project: OpenNLP
>  Issue Type: Improvement
>  Components: Machine Learning
>Reporter: Joern Kottmann
>
> Currently any training progress is printed to the console. The code should be 
> changed to report the training progress back via an API. A command line 
> training tool could use this API to print the status messages to the console. 
> Other applications, e.g. a training server could use the reported results to 
> display them to a user in a ui interface.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (OPENNLP-124) Maxent/Perceptron training should report progess back via an API

2017-01-26 Thread John Wiseman (JIRA)

[ 
https://issues.apache.org/jira/browse/OPENNLP-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15839793#comment-15839793
 ] 

John Wiseman commented on OPENNLP-124:
--

Has any progress been made on this issue?  If not I could try having a go at it.

> Maxent/Perceptron training should report progess back via an API
> 
>
> Key: OPENNLP-124
> URL: https://issues.apache.org/jira/browse/OPENNLP-124
> Project: OpenNLP
>  Issue Type: Improvement
>  Components: Machine Learning
>Reporter: Joern Kottmann
>
> Currently any training progress is printed to the console. The code should be 
> changed to report the training progress back via an API. A command line 
> training tool could use this API to print the status messages to the console. 
> Other applications, e.g. a training server could use the reported results to 
> display them to a user in a ui interface.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)