[jira] [Reopened] (OPENNLP-1133) The Gaussian smoother cannot be used

2017-10-10 Thread Joern Kottmann (JIRA)

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

Joern Kottmann reopened OPENNLP-1133:
-
  Assignee: Daniel Russ

> The Gaussian smoother cannot be used
> 
>
> Key: OPENNLP-1133
> URL: https://issues.apache.org/jira/browse/OPENNLP-1133
> Project: OpenNLP
>  Issue Type: Bug
>  Components: Machine Learning
>Affects Versions: 1.8.2
>Reporter: Daniel Russ
>Assignee: Daniel Russ
> Fix For: 1.8.3
>
>
> In the  GISTrainer, the variable useGaussianSmoothing cannot be set using the 
> TrainingParameters



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (OPENNLP-1133) The Gaussian smoother cannot be used

2017-10-10 Thread Joern Kottmann (JIRA)

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

Joern Kottmann closed OPENNLP-1133.
---
Resolution: Fixed

> The Gaussian smoother cannot be used
> 
>
> Key: OPENNLP-1133
> URL: https://issues.apache.org/jira/browse/OPENNLP-1133
> Project: OpenNLP
>  Issue Type: Bug
>  Components: Machine Learning
>Affects Versions: 1.8.2
>Reporter: Daniel Russ
>Assignee: Daniel Russ
> Fix For: 1.8.3
>
>
> In the  GISTrainer, the variable useGaussianSmoothing cannot be set using the 
> TrainingParameters



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (OPENNLP-1131) LeipzigLanguageSampleStreamFactory should not load hidden files

2017-10-10 Thread Joern Kottmann (JIRA)

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

Joern Kottmann closed OPENNLP-1131.
---
Resolution: Fixed

> LeipzigLanguageSampleStreamFactory should not load hidden files
> ---
>
> Key: OPENNLP-1131
> URL: https://issues.apache.org/jira/browse/OPENNLP-1131
> Project: OpenNLP
>  Issue Type: Bug
>  Components: Language Detector
>Affects Versions: 1.8.2
>Reporter: Peter Thygesen
>Assignee: Peter Thygesen
> Fix For: 1.8.3
>
>
> .DS_Store file is loaded as a sentence sample file. This is should not happen.
> Exception in thread "main" java.io.UncheckedIOException: 
> java.nio.charset.MalformedInputException: Input length = 1
>   at java.io.BufferedReader$1.hasNext(BufferedReader.java:574)
>   at java.util.Iterator.forEachRemaining(Iterator.java:115)
>   at 
> java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
>   at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
>   at 
> java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
>   at 
> java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
>   at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
>   at java.util.stream.LongPipeline.reduce(LongPipeline.java:438)
>   at java.util.stream.LongPipeline.sum(LongPipeline.java:396)
>   at java.util.stream.ReferencePipeline.count(ReferencePipeline.java:526)
>   at 
> opennlp.tools.formats.leipzig.LeipzigLanguageSampleStream$LeipzigSentencesStream.(LeipzigLanguageSampleStream.java:57)
>   at 
> opennlp.tools.formats.leipzig.LeipzigLanguageSampleStream.read(LeipzigLanguageSampleStream.java:157)
>   at 
> opennlp.tools.formats.leipzig.LeipzigLanguageSampleStream.read(LeipzigLanguageSampleStream.java:42)
>   at 
> opennlp.tools.formats.leipzig.SampleShuffleStream.(SampleShuffleStream.java:38)
>   at 
> opennlp.tools.formats.leipzig.LeipzigLanguageSampleStreamFactory.create(LeipzigLanguageSampleStreamFactory.java:76)
>   at 
> opennlp.tools.cmdline.AbstractConverterTool.run(AbstractConverterTool.java:106)
>   at opennlp.tools.cmdline.CLI.main(CLI.java:256)
> Caused by: java.nio.charset.MalformedInputException: Input length = 1
>   at java.nio.charset.CoderResult.throwException(CoderResult.java:281)
>   at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:339)
>   at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
>   at java.io.InputStreamReader.read(InputStreamReader.java:184)
>   at java.io.BufferedReader.fill(BufferedReader.java:161)
>   at java.io.BufferedReader.readLine(BufferedReader.java:324)
>   at java.io.BufferedReader.readLine(BufferedReader.java:389)
>   at java.io.BufferedReader$1.hasNext(BufferedReader.java:571)
>   ... 16 more



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (OPENNLP-1127) Fix readme HTML file generated for distribution archives

2017-10-10 Thread Joern Kottmann (JIRA)

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

Joern Kottmann closed OPENNLP-1127.
---
Resolution: Fixed

> Fix readme HTML file generated for distribution archives
> 
>
> Key: OPENNLP-1127
> URL: https://issues.apache.org/jira/browse/OPENNLP-1127
> Project: OpenNLP
>  Issue Type: Bug
>  Components: Build, Packaging and Test
>Affects Versions: 1.8.1
>Reporter: Bruno P. Kinoshita
>Assignee: Bruno P. Kinoshita
>Priority: Trivial
>  Labels: build, documentation
> Fix For: 1.8.2
>
>
> The current README.md file, in the project root directory, is used by the 
> opennlp-distr module. The readme file is included in distribution files. 
> There are a few changes in the master branch that were not released yet.
> Running `mvn clean install` will create the distribution files, and inside 
> you should find a README.html created based on the README.md file, plus other 
> files.
> The Markdown to HTML generation is being done through 
> https://github.com/walokra/markdown-page-generator-plugin.
> This issue is for enhancements in the README file and also around the 
> markdown-page-generator-plugin use. As 1.8.2 release is in progress, this may 
> be included in 1.8.3.
> Cheers
> Bruno



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Closed] (OPENNLP-1112) Jenkins should publish daily snapshot builds

2017-10-10 Thread Joern Kottmann (JIRA)

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

Joern Kottmann closed OPENNLP-1112.
---
   Resolution: Fixed
Fix Version/s: (was: 1.8.3)

> Jenkins should publish daily snapshot builds
> 
>
> Key: OPENNLP-1112
> URL: https://issues.apache.org/jira/browse/OPENNLP-1112
> Project: OpenNLP
>  Issue Type: Improvement
>  Components: Build, Packaging and Test
>Reporter: Joern Kottmann
>Assignee: Joern Kottmann
>
> Jenkins should publish a snapshot build every time the master branch is 
> updated.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OPENNLP-1142) Add an experimental annotation

2017-10-10 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on OPENNLP-1142:
-

kottmann commented on issue #273: OPENNLP-1142: Add an annotation to mark 
unstable APIs
URL: https://github.com/apache/opennlp/pull/273#issuecomment-335395749
 
 
   Right, you can just write the javadoc comment directly. Let me merge this.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add an experimental annotation
> --
>
> Key: OPENNLP-1142
> URL: https://issues.apache.org/jira/browse/OPENNLP-1142
> Project: OpenNLP
>  Issue Type: Improvement
>Reporter: Joern Kottmann
>Assignee: Joern Kottmann
>Priority: Minor
> Fix For: 1.8.3
>
>
> To mark new APIs which are not stable yet an experimental annotation should 
> be introduced. If the annotation is set our users can't assume the APIs don't 
> break backward compatibility.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)