[GitHub] [opennlp] mawiesne opened a new pull request, #454: OPENNLP-1344 Broken link (404) for Leipzig corpora in OpenNLP Manual

2022-12-09 Thread GitBox
mawiesne opened a new pull request, #454: URL: https://github.com/apache/opennlp/pull/454 Change - - adjusts URL to Leipzig corpora in corresponding `langdetect.xml`, as proposed by reporter 'P. Rhodes' - verified the new URL works as expected Tasks - Thank you for

[GitHub] [opennlp] mawiesne opened a new pull request, #453: OPENNLP-1357 Use CharSequence to allow for memory management

2022-12-09 Thread GitBox
mawiesne opened a new pull request, #453: URL: https://github.com/apache/opennlp/pull/453 Change - - adjusts method signatures in `SentenceDetector` and `EndOfSentenceScanner` to use CharSequence` as proposed by reporter 'P. Austin' - adapts existing impl classes to work (fine)

[GitHub] [opennlp] mawiesne opened a new pull request, #452: OPENNLP-1187 Issue in finding accuracy of model

2022-12-09 Thread GitBox
mawiesne opened a new pull request, #452: URL: https://github.com/apache/opennlp/pull/452 Change - - adds `NaiveBayesEvalParameters` by computation of the outcome total values, as proposed by reporter 'agarg98' Tasks - Thank you for contributing to Apache OpenNLP.

[GitHub] [opennlp] mawiesne commented on a diff in pull request #449: OPENNLP-1406 Enhance JavaDoc in opennlp.tools.parser package

2022-12-09 Thread GitBox
mawiesne commented on code in PR #449: URL: https://github.com/apache/opennlp/pull/449#discussion_r1044397338 ## opennlp-tools/src/main/java/opennlp/tools/parser/ParserModel.java: ## @@ -41,16 +41,15 @@ import opennlp.tools.util.model.POSModelSerializer; /** - * This is an

[GitHub] [opennlp] mawiesne opened a new pull request, #451: OPENNLP-1408: Enhance JavaDoc in opennlp.tools.doccat package

2022-12-09 Thread GitBox
mawiesne opened a new pull request, #451: URL: https://github.com/apache/opennlp/pull/451 Change - - adds missing JavaDoc - improves existing documentation for clarity - removes superfluous text - adds 'final' modifier where useful and applicable - adds 'Override'

[GitHub] [opennlp] rzo1 commented on a diff in pull request #449: OPENNLP-1406 Enhance JavaDoc in opennlp.tools.parser package

2022-12-09 Thread GitBox
rzo1 commented on code in PR #449: URL: https://github.com/apache/opennlp/pull/449#discussion_r1044334326 ## opennlp-tools/src/main/java/opennlp/tools/parser/ParserEventTypeEnum.java: ## @@ -19,13 +19,14 @@ package opennlp.tools.parser; /** - * Enumerated type of event

[GitHub] [opennlp] mawiesne opened a new pull request, #450: OPENNLP-1307: Incorrect code example for Document Categorization (9.3)

2022-12-09 Thread GitBox
mawiesne opened a new pull request, #450: URL: https://github.com/apache/opennlp/pull/450 Change - - fixes `doccat.xml` as proposed in OPENNLP-1307; the current example in the DOC was inconsistent with `DocumentCategorizerME#categorize(..)` and required a change Tasks -

Re: New Committer: Martin Wiesner

2022-12-09 Thread Koji Sekiguchi
Welcome, Martin! Koji On 2022/12/08 22:31, Jeff Zemerick wrote: The Project Management Committee (PMC) for Apache OpenNLP has invited Martin Wiesner to become a committer and we are pleased to announce that they have accepted. Welcome, Martin! Your contributions to Apache OpenNLP are much

Re: New Committer: Richard Zowalla

2022-12-09 Thread Koji Sekiguchi
Welcome, Richard! Koji On 2022/12/08 22:32, Jeff Zemerick wrote: The Project Management Committee (PMC) for Apache OpenNLP has invited Richard Zowalla to become a committer and we are pleased to announce that they have accepted. Welcome, Richard! Your contributions to Apache OpenNLP are much

[GitHub] [opennlp] mawiesne opened a new pull request, #449: OPENNLP-1406 Enhance JavaDoc in opennlp.tools.parser package

2022-12-09 Thread GitBox
mawiesne opened a new pull request, #449: URL: https://github.com/apache/opennlp/pull/449 Change - - adds missing JavaDoc - improves existing documentation for clarity - removes superfluous text - removes orphaned (commented) code fragments in