Messages by Date
-
2024/11/17
(opennlp-site) branch asf-site updated: Automatic Site Publish by Buildbot
git-site-role
-
2024/11/17
(opennlp-site) branch main updated: removes Google+ entry from share_links.ftl as it was discontinued in 2019
mawiesne
-
2024/11/17
(opennlp-site) branch asf-site updated: Automatic Site Publish by Buildbot
git-site-role
-
2024/11/17
(opennlp) branch main updated: Adjust Dependabot to only consider major version updates for some dependencies (#687)
mawiesne
-
2024/11/17
(opennlp-site) branch asf-site updated: Automatic Site Publish by Buildbot
git-site-role
-
2024/11/17
(opennlp-site) branch main updated: Adjusts models.ad, moving a generic note on specific model training to the top, 1st section
mawiesne
-
2024/11/17
(opennlp-site) branch main updated: Modernizes building.ad, improving structure, introducing TOC, improving formatting
mawiesne
-
2024/11/17
(opennlp-site) branch asf-site updated: Automatic Site Publish by Buildbot
git-site-role
-
2024/11/17
(opennlp) branch OPENNLP-1646-Remove-compiler-warnings-in-AbstractDL-and-inheriting-classes deleted (was 4badd935)
mawiesne
-
2024/11/17
(opennlp) branch main updated: OPENNLP-1644: Add missing opennlp-tools-models to opennlp-distr (#686)
mawiesne
-
2024/11/17
(opennlp) branch OPENNLP-1644-Add-missing-opennlp-tools-models-to-opennlp-distr deleted (was 7c1f95df)
mawiesne
-
2024/11/17
(opennlp) branch dependabot/maven/io.github.classgraph-classgraph-4.8.179 deleted (was 83b5a1db)
mawiesne
-
2024/11/17
(opennlp) branch main updated: OPENNLP-1647: Update classgraph to 4.8.179 (#689)
mawiesne
-
2024/11/17
(opennlp) branch main updated: OPENNLP-1646: Remove compiler warnings in AbstractDL and inheriting classes (#688)
mawiesne
-
2024/11/17
(opennlp) branch dependabot/maven/io.github.classgraph-classgraph-4.8.179 created (now 83b5a1db)
github-bot
-
2024/11/17
(opennlp) branch adjust-dependabot-to-ignore-some-minor-versions deleted (was 7f720bf6)
mawiesne
-
2024/11/17
(opennlp) branch OPENNLP-1646-Remove-compiler-warnings-in-AbstractDL-and-inheriting-classes created (now 4badd935)
mawiesne
-
2024/11/17
(opennlp) 01/01: OPENNLP-1646 Remove compiler warnings in AbstractDL and inheriting classes
mawiesne
-
2024/11/17
(opennlp-models) branch OPENNLP-1642-Provide-a-README.md-section-for-ud-train-script deleted (was 1a51a8d)
mawiesne
-
2024/11/15
(opennlp) 01/01: OPENNLP-1644 Add missing opennlp-tools-models to opennlp-distr - declares `opennlp-tools-models` as a dependency for opennlp-distr - adds filesets to `bin.xml` ensuring `opennlp-tools-models/apidocs` and `opennlp-dl/apidocs` are included in the bin archives - improves formatting of the changed files
mawiesne
-
2024/11/15
(opennlp) branch OPENNLP-1644-Add-missing-opennlp-tools-models-to-opennlp-distr created (now 7c1f95df)
mawiesne
-
2024/11/15
(opennlp-models) branch OPENNLP-1642-Provide-a-README.md-section-for-ud-train-script created (now 1a51a8d)
mawiesne
-
2024/11/15
(opennlp-models) 01/01: OPENNLP-1642 Provide a README.md section for ud-train script - adds relevant infos on Model Training via ud-train to README.md - switches CREATE_RELEASE to 'false' by default, as non-PMC members won't be able to sign with a key from the KEYS file - updates default `UD_HOME` value to use ud treebanks release version 2.15 (released Nov 15 2024)
mawiesne
-
2024/11/13
(opennlp-models) branch main updated: OPENNLP-1640 Add training and evaluation of Lemmatizer models - adds execution phase for train & eval of lemma models for all supported languages - removes non-required line breaks in echo messages
rzo1
-
2024/11/12
(opennlp-models) branch OPENNLP-1640-Add-training-and-evaluation-of-Lemmatizer-models deleted (was d429c7a)
rzo1
-
2024/11/12
(opennlp-models) branch OPENNLP-1640-Add-training-and-evaluation-of-Lemmatizer-models created (now d429c7a)
mawiesne
-
2024/11/12
(opennlp-models) 01/01: OPENNLP-1640 Add training and evaluation of Lemmatizer models - adds execution phase for train & eval of lemma models for all supported languages - removes non-required line breaks in echo messages
mawiesne
-
2024/11/12
(opennlp-models) branch OPENNLP-1641-Add-code-comments-in-ud-train.sh-script deleted (was 621f840)
mawiesne
-
2024/11/12
(opennlp-models) branch main updated: OPENNLP-1641 Add code comments in ud-train.sh script (#28)
mawiesne
-
2024/11/11
(opennlp-models) branch OPENNLP-1641-Add-code-comments-in-ud-train.sh-script created (now 621f840)
mawiesne
-
2024/11/11
(opennlp-models) 01/01: OPENNLP-1641 Add code comments in ud-train.sh script - adds comments to script configuration parameters - renames previous UD_HOME to TRAIN_HOME - introduces actual UD_HOME, pointing to the directory with UD treebanks, to make UD version updates easier - adds TRAIN_TOKENIZER, TRAIN_POSTAGGER, TRAIN_SENTDETECT switches to control what is model types are trained or skipped - adds EXPERIMENTAL_LANGUAGES to prepare further script capabilities - fixes double redirection for POS model training - [...]
mawiesne
-
2024/11/11
(opennlp-site) branch asf-site updated: Automatic Site Publish by Buildbot
git-site-role
-
2024/11/11
(opennlp-models) branch main updated: OPENNLP-1639 Add basic ud-train.conf file and reference it in ud-train.sh (#27)
mawiesne
-
2024/11/11
(opennlp-models) branch OPENNLP-1639-Add-basic-ud-train.conf-file-and-reference-it-in-ud-train.sh deleted (was c938205)
mawiesne
-
2024/11/11
(opennlp-site) branch improve-and-update-faq-page deleted (was ed973d08)
mawiesne
-
2024/11/11
(opennlp-site) branch main updated: polish the FAQ page (#90)
mawiesne
-
2024/11/11
(opennlp-site) branch improve-and-update-faq-page created (now ed973d08)
mawiesne
-
2024/11/11
(opennlp-site) 01/01: polishes the FAQ page - switches the source of faq.ad to plain AsciiDoc - fixes outdated and inconsistent URLs - avoids hard-coded version strings improves get-involved.ad for better readability adjusts news.ftl to start with h1 instead of h2
mawiesne
-
2024/11/11
(opennlp-sandbox) branch update-to-opennlp-tools-2.5.0 deleted (was 2f1b460)
rzo1
-
2024/11/11
(opennlp-sandbox) branch master updated: updates sandbox components to use opennlp-tools version 2.5.0 - bumps version of sandbox components to 2.5.1-SNAPSHOT
rzo1
-
2024/11/11
(opennlp-addons) branch master updated: updates addons to use opennlp-tools version 2.5.0 - bumps version of addons to 2.5.1-SNAPSHOT - updates log4j2 to version 2.24.1 - converts http URLs to https
rzo1
-
2024/11/11
(opennlp-addons) branch update-to-opennlp-tools-2.5.0 deleted (was 5c4e594)
rzo1
-
2024/11/11
(opennlp-sandbox) branch master updated: Bump com.thoughtworks.xstream:xstream from 1.4.20 to 1.4.21 (#183)
mawiesne
-
2024/11/11
(opennlp-sandbox) branch dependabot/maven/com.thoughtworks.xstream-xstream-1.4.21 deleted (was 152484c)
mawiesne
-
2024/11/11
(opennlp-models) branch OPENNLP-1639-Add-basic-ud-train.conf-file-and-reference-it-in-ud-train.sh updated (14f3cdb -> c938205)
mawiesne
-
2024/11/11
(opennlp-models) 01/01: OPENNLP-1639 Add basic ud-train.conf file and reference it in ud-train.sh - introduces OPENNLP_CONFIG to ud-train.sh - adds '-params ..' for existing training CLI calls - adds up-train.conf with reasonable default values - bumps OpenNLP version to latest release (2.5.0)
mawiesne
-
2024/11/11
(opennlp-models) branch OPENNLP-1639-Add-basic-ud-train.conf-file-and-reference-it-in-ud-train.sh created (now 14f3cdb)
mawiesne
-
2024/11/11
(opennlp-addons) branch update-to-opennlp-tools-2.5.0 created (now 5c4e594)
mawiesne
-
2024/11/11
(opennlp-addons) 01/01: updates addons to use opennlp-tools version 2.5.0 - bumps version of addons to 2.5.1-SNAPSHOT - updates log4j2 to version 2.24.1 - converts http URLs to https
mawiesne
-
2024/11/11
(opennlp-sandbox) 01/01: updates sandbox components to use opennlp-tools version 2.5.0 - bumps version of sandbox components to 2.5.1-SNAPSHOT
mawiesne
-
2024/11/11
(opennlp-sandbox) branch update-to-opennlp-tools-2.5.0 created (now 2f1b460)
mawiesne
-
2024/11/11
(opennlp-site) branch asf-site updated: Automatic Site Publish by Buildbot
git-site-role
-
2024/11/11
(opennlp-site) branch main updated: OpenNLP 2.5.0
mawiesne
-
2024/11/11
(opennlp-site) branch main updated: fixes typo of the year for release announcement for version 2.5.0
mawiesne
-
2024/11/11
(opennlp) branch rel-opennlp-2.5.0-rc1 deleted (was bf95a858)
mawiesne
-
2024/11/11
(opennlp) branch main updated: OpenNLP 2.5.0 (#685)
mawiesne
-
2024/11/11
svn commit: r72957 - /release/opennlp/opennlp-2.4.0/
mawiesne
-
2024/11/11
svn commit: r72956 - /dev/opennlp/opennlp-2.5.0/ /release/opennlp/opennlp-2.5.0/
mawiesne
-
2024/11/11
(opennlp-site) branch asf-site updated: Automatic Site Publish by Buildbot
git-site-role
-
2024/11/11
(opennlp-site) branch main updated: removes two outdated steps from the "Post-Release Steps" subsection in release.ad replaces hard-coded release version with 'x.y.z' placeholder
mawiesne
-
2024/11/10
(opennlp-sandbox) branch dependabot/maven/jackson.version-2.18.1 created (now e21c1c1)
github-bot
-
2024/11/10
(opennlp-sandbox) branch dependabot/maven/com.thoughtworks.xstream-xstream-1.4.21 created (now 152484c)
github-bot
-
2024/11/08
(opennlp-site) branch asf-site updated: Automatic Site Publish by Buildbot
git-site-role
-
2024/11/08
(opennlp-site) branch main updated: Adjusts release.ad and release-model.ad after preparations of OpenNLP 2.5.0 - adds missing maven profiles for release prep steps - adjusts path to src/bin artifacts for copy to dist/dev folder - improves formatting - adds TOC Adjusts Maven and Gradle dependency pages - adds missing opennlp-tools-models to list - adds missing opennlp-dl-gpu to list - removes brat-annotator from list, see: OPENNLP-1634
mawiesne
-
2024/11/07
svn commit: r72874 - /dev/opennlp/opennlp-2.5.0/
mawiesne
-
2024/11/07
(opennlp) branch rel-opennlp-2.5.0-rc1 updated: [maven-release-plugin] prepare for next development iteration
mawiesne
-
2024/11/07
(opennlp) annotated tag opennlp-2.5.0 updated (a720b5bb -> 51b1d7a7)
mawiesne
-
2024/11/07
(opennlp) branch rel-opennlp-2.5.0-rc1 created (now a720b5bb)
mawiesne
-
2024/11/07
(opennlp) branch remove-outdated-KEYS-file-from-repo deleted (was d57e349e)
rzo1
-
2024/11/07
(opennlp) branch main updated: Removes outdated KEYS file from repository, as per ASF requirements the KEYS file should be published in a project's distribution directory - see: https://infra.apache.org/release-distribution.html#sigs-and-sums
rzo1
-
2024/11/07
(opennlp) branch remove-outdated-KEYS-file-from-repo created (now d57e349e)
mawiesne
-
2024/11/07
(opennlp) 01/01: Removes outdated KEYS file from repository, as per ASF requirements the KEYS file should be published in a project's distribution directory - see: https://infra.apache.org/release-distribution.html#sigs-and-sums
mawiesne
-
2024/11/07
(opennlp) branch OPENNLP-1643-Remove-inconsistent-Training-Parameter-Definitions deleted (was 72f5df24)
mawiesne
-
2024/11/07
(opennlp) branch main updated: OPENNLP-1643 - Remove inconsistent Training Parameter Definitions (#682)
mawiesne
-
2024/11/07
(opennlp-models) branch OPENNLP-1638 deleted (was 4333165)
mawiesne
-
2024/11/07
(opennlp-models) branch main updated: OPENNLP-1638 - Add initial training script (#26)
mawiesne
-
2024/11/06
(opennlp-models) branch main updated: Adds CONTRIBUTING.md to follow recommended community standards
mawiesne
-
2024/11/06
(opennlp-models) branch main updated: Adds PULL_REQUEST_TEMPLATE.md to follow recommended community standards
mawiesne
-
2024/11/06
(opennlp) branch OPENNLP-1643-Remove-inconsistent-Training-Parameter-Definitions updated (577608f0 -> 72f5df24)
rzo1
-
2024/11/06
(opennlp-models) branch OPENNLP-1638 updated (666e362 -> 4333165)
rzo1
-
2024/11/06
(opennlp) 01/01: OPENNLP-1643 - Remove inconsistent Training Parameter Definitions
rzo1
-
2024/11/06
(opennlp) branch OPENNLP-1643-Remove-inconsistent-Training-Parameter-Definitions created (now 577608f0)
rzo1
-
2024/11/06
(opennlp-models) branch main updated: Enhance README.md with more badges and specific URLs (#25)
mawiesne
-
2024/11/06
(opennlp-models) branch add-badges-to-readme-and-use-https-in-urls deleted (was 73394d8)
mawiesne
-
2024/11/06
(opennlp-models) 01/01: OPENNLP-1638 - Add initial training script
rzo1
-
2024/11/06
(opennlp-models) branch OPENNLP-1638 created (now 666e362)
rzo1
-
2024/11/06
(opennlp-models) 01/01: enhances README.md, including details adds relevant badges to README.md ensures all URLs use https instead of plain http
mawiesne
-
2024/11/06
(opennlp-models) branch add-badges-to-readme-and-use-https-in-urls created (now 73394d8)
mawiesne
-
2024/11/05
(opennlp) branch OPENNLP-1226-training-NER-models-for-different-date-formats deleted (was 3bcd13aa)
rzo1
-
2024/11/05
(opennlp) branch dependabot/maven/com.puppycrawl.tools-checkstyle-10.20.0 deleted (was 9ad723d0)
github-bot
-
2024/11/05
(opennlp) branch main updated: Bump com.puppycrawl.tools:checkstyle from 10.19.0 to 10.20.0
rzo1
-
2024/11/05
(opennlp) branch dependabot/maven/onnxruntime.version-1.20.0 deleted (was 4a51c790)
github-bot
-
2024/11/05
(opennlp) branch main updated (a5b1b62e -> e6abe1c4)
rzo1
-
2024/11/03
(opennlp) branch main updated: OPENNLP-1548 - Cleanup handling of output streams in cmdline tools
rzo1
-
2024/11/03
(opennlp-sandbox) branch master updated: OPENNLP-1634 - Move OpenNLP Brat Annotator back to Sandbox
rzo1
-
2024/11/03
(opennlp) branch OPENNLP-1634-Move-OpenNLP-Brat-Annotator-back-to-Sandbox deleted (was 5d627818)
rzo1
-
2024/11/03
(opennlp) branch main updated: OPENNLP-1634 - Move OpenNLP Brat Annotator back to Sandbox
rzo1
-
2024/11/03
(opennlp-models) branch dependabot/maven/com.googlecode.maven-download-plugin-download-maven-plugin-1.11.2 deleted (was dc2efbb)
mawiesne
-
2024/11/03
(opennlp-models) branch main updated: Bump com.googlecode.maven-download-plugin:download-maven-plugin (#24)
mawiesne
-
2024/11/03
(opennlp-sandbox) branch dependabot/maven/com.googlecode.maven-download-plugin-download-maven-plugin-1.11.2 deleted (was f4a7bbe)
mawiesne
-
2024/11/03
(opennlp-sandbox) branch master updated: Bump com.googlecode.maven-download-plugin:download-maven-plugin (#182)
mawiesne
-
2024/11/03
(opennlp) branch dependabot/maven/com.puppycrawl.tools-checkstyle-10.20.0 created (now 9ad723d0)
github-bot
-
2024/11/03
(opennlp) branch dependabot/maven/onnxruntime.version-1.20.0 created (now 4a51c790)
github-bot
-
2024/11/03
(opennlp-sandbox) branch dependabot/maven/com.googlecode.maven-download-plugin-download-maven-plugin-1.11.2 created (now f4a7bbe)
github-bot
-
2024/11/03
(opennlp-models) branch dependabot/maven/com.googlecode.maven-download-plugin-download-maven-plugin-1.11.2 created (now dc2efbb)
github-bot
-
2024/11/02
(opennlp-models) branch remove-excecution-of-javadoc-plugin-for-opennlp-models deleted (was 85d9242)
mawiesne
-
2024/11/02
(opennlp-models) branch main updated: Moves javadoc-plugin execution to 'apache-release' profile (#23)
mawiesne
-
2024/11/01
(opennlp) branch OPENNLP-1226-training-NER-models-for-different-date-formats updated (f5d026a6 -> 3bcd13aa)
mawiesne
-
2024/11/01
(opennlp) branch OPENNLP-1226-training-NER-models-for-different-date-formats created (now f5d026a6)
mawiesne
-
2024/10/31
(opennlp) branch OPENNLP-1631-Convert-existing-ModelLoader-tests-to-integration-tests deleted (was d77fd06a)
mawiesne
-
2024/10/31
(opennlp-models) branch remove-excecution-of-javadoc-plugin-for-opennlp-models updated (4bf1e0f -> 85d9242)
mawiesne
-
2024/10/31
(opennlp-models) branch remove-excecution-of-javadoc-plugin-for-opennlp-models created (now 4bf1e0f)
mawiesne
-
2024/10/31
(opennlp-models) 01/01: Removes unnecessary javadoc-plugin execution from mvn build config - adjust build for 'non-Java JARs' bundling flavor - resolves 'creating fake javadoc directory to prevent repeated invocations' warnings and related extra effort
mawiesne
-
2024/10/30
(opennlp-models) branch dependabot/maven/org.apache-apache-33 deleted (was 4520778)
github-bot
-
2024/10/30
(opennlp-models) branch main updated: OPENNLP-1630 Move to Apache Parent 33 (#17)
mawiesne
-
2024/10/30
(opennlp-models) branch dependabot/maven/org.apache-apache-33 updated (db46712 -> 4520778)
mawiesne
-
2024/10/30
(opennlp-models) branch dependabot/maven/org.apache-apache-33 updated (71a06dc -> db46712)
mawiesne
-
2024/10/29
(opennlp) branch OPENNLP-1634-Move-OpenNLP-Brat-Annotator-back-to-Sandbox updated (3e1d1c54 -> 5d627818)
rzo1
-
2024/10/29
(opennlp) branch OPENNLP-1633-Remove-dependency-towards-jackson-databind-in-opennlp-dl-module deleted (was 124aa8bb)
rzo1
-
2024/10/29
(opennlp) 01/01: OPENNLP-1634 - Move OpenNLP Brat Annotator back to Sandbox
rzo1
-
2024/10/29
(opennlp) branch OPENNLP-1634-Move-OpenNLP-Brat-Annotator-back-to-Sandbox created (now 3e1d1c54)
rzo1
-
2024/10/29
(opennlp) branch main updated: OPENNLP-1633 - Remove dependency towards jackson-databind in opennlp-dl module
rzo1
-
2024/10/29
(opennlp) branch OPENNLP-1598-Update-documentation-on-how-to-use-ClassPathModelFinder deleted (was ea8d6c5c)
mawiesne
-
2024/10/29
(opennlp) branch OPENNLP-1633-Remove-dependency-towards-jackson-databind-in-opennlp-dl-module updated (7d401163 -> 124aa8bb)
rzo1
-
2024/10/29
(opennlp) branch OPENNLP-1633-Remove-dependency-towards-jackson-databind-in-opennlp-dl-module updated (e700f4d7 -> efb9518d)
rzo1
-
2024/10/29
(opennlp) branch OPENNLP-1633-Remove-dependency-towards-jackson-databind-in-opennlp-dl-module updated (65309f94 -> fe00c9b2)
rzo1
-
2024/10/29
(opennlp) branch OPENNLP-1633-Remove-dependency-towards-jackson-databind-in-opennlp-dl-module updated (fe00c9b2 -> 7d401163)
rzo1
-
2024/10/29
(opennlp) branch OPENNLP-1633-Remove-dependency-towards-jackson-databind-in-opennlp-dl-module updated (efb9518d -> 65309f94)
rzo1
-
2024/10/29
(opennlp) branch dependabot/maven/jackson.version-2.18.1 deleted (was 36042e06)
github-bot
-
2024/10/29
(opennlp) branch main updated: Bump jackson.version from 2.18.0 to 2.18.1
rzo1
-
2024/10/29
(opennlp) branch dependabot/maven/jackson.version-2.18.1 created (now 36042e06)
github-bot
-
2024/10/29
(opennlp) 01/01: OPENNLP-1633 - Remove dependency towards jackson-databind in opennlp-dl module
rzo1
-
2024/10/29
(opennlp) 01/01: OPENNLP-1633 - Remove dependency towards jackson-databind in opennlp-dl module
rzo1
-
2024/10/29
(opennlp) branch OPENNLP-1633-Remove-dependency-towards-jackson-databind-in-opennlp-dl-module created (now e700f4d7)
rzo1
-
2024/10/29
(opennlp) branch main updated: OPENNLP-1631 Convert existing ModelLoader tests to integration tests - converts the three existing test classes to "IT" ending so that they get executed during failsafe plugin phase - adds new 18 languages for each model type (sent, pos, tokens) - fixes missing language checks for "nl" (Dutch) in DownloadParserTest
rzo1
-
2024/10/29
(opennlp) branch main updated: OPENNLP-1598 - Update documentation on how to use ClassPathModelFinder (#673)
mawiesne
-
2024/10/29
(opennlp) branch main updated (f41857ca -> e2ce958e)
rzo1
-
2024/10/29
(opennlp) branch OPENNLP-1598-Update-documentation-on-how-to-use-ClassPathModelFinder updated (a3eeea13 -> ea8d6c5c)
rzo1
-
2024/10/29
(opennlp-site) 01/01: Merge pull request #89 from apache/update-bootstrap-version
mawiesne
-
2024/10/28
(opennlp) branch OPENNLP-1631-Convert-existing-ModelLoader-tests-to-integration-tests created (now d77fd06a)
mawiesne
-
2024/10/28
(opennlp) branch dependabot/maven/com.puppycrawl.tools-checkstyle-10.19.0 deleted (was a23c0b72)
github-bot
-
2024/10/28
(opennlp) branch main updated (e2ce958e -> 0eb89800)
rzo1
-
2024/10/28
(opennlp) 01/01: OPENNLP-1631 Convert existing ModelLoader tests to integration tests - converts the three existing test classes to "IT" ending so that they get executed during failsafe plugin phase - adds new 18 languages for each model type (sent, pos, tokens) - fixes missing language checks for "nl" (Dutch) in DownloadParserTest
mawiesne
-
2024/10/28
(opennlp) branch OPENNLP-1598-Update-documentation-on-how-to-use-ClassPathModelFinder updated (673bc198 -> a3eeea13)
rzo1
-
2024/10/28
(opennlp) branch OPENNLP-1598-Update-documentation-on-how-to-use-ClassPathModelFinder updated (7ef465c8 -> 673bc198)
rzo1
-
2024/10/28
(opennlp) branch OPENNLP-1629-Update-DownloadUtil-to-support-more-languages-via-new-UD-models deleted (was f4d8316e)
mawiesne
-
2024/10/28
(opennlp-site) 01/01: Merge pull request #88 from apache/update-jquery-version
mawiesne
-
2024/10/28
(opennlp-site) branch main updated (ad7950d4 -> 76d04bed)
mawiesne
-
2024/10/28
(opennlp-site) branch update-bootstrap-version deleted (was 87a92bd5)
mawiesne
-
2024/10/28
(opennlp-site) branch update-jquery-version deleted (was 839dd8fe)
mawiesne
-
2024/10/28
(opennlp-site) branch main updated (76d04bed -> a4c1ae12)
mawiesne
-
2024/10/28
(opennlp-site) 01/01: Merge pull request #87 from apache/OPENNLP-1626-Update-Website-with-new-models-(1.1)
mawiesne
-
2024/10/28
(opennlp-site) branch main updated (8169992b -> ad7950d4)
mawiesne
-
2024/10/28
(opennlp-site) branch OPENNLP-1626-Update-Website-with-new-models-(1.1) deleted (was c5d931a9)
mawiesne
-
2024/10/28
(opennlp-site) branch asf-site updated: Automatic Site Publish by Buildbot
git-site-role
-
2024/10/28
(opennlp-site) branch OPENNLP-1626-Update-Website-with-new-models-(1.1) updated (08e9c32f -> c5d931a9)
mawiesne
-
2024/10/28
(opennlp-site) branch OPENNLP-1626-Update-Website-with-new-models-(1.1) updated (a186d00d -> 08e9c32f)
mawiesne
-
2024/10/28
(opennlp-site) branch update-bootstrap-version created (now 87a92bd5)
mawiesne
-
2024/10/28
(opennlp-site) 01/01: updates bootstrap to version 3.4.1 (2019, EOL) - see release notes: https://blog.getbootstrap.com/2019/02/13/bootstrap-4-3-1-and-3-4-1/ - removes unused npm.js from assets folder - updates html5shiv.js v3.6.2pre to v3.7.3
mawiesne
-
2024/10/28
(opennlp) 01/01: OPENNLP-1598 - Update documentation on how to use ClassPathModelFinder
rzo1
-
2024/10/28
(opennlp) branch OPENNLP-1598-Update-documentation-on-how-to-use-ClassPathModelFinder created (now 7ef465c8)
rzo1
-
2024/10/28
(opennlp-site) 01/01: updates JQuery to version 3.7.1 - see release notes: https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/
mawiesne
-
2024/10/28
(opennlp-site) branch update-jquery-version created (now 839dd8fe)
mawiesne
-
2024/10/28
(opennlp-site) branch OPENNLP-1626-Update-Website-with-new-models-(1.1) created (now a186d00d)
mawiesne
-
2024/10/28
(opennlp-site) 01/01: OPENNLP-1626 Update Website with new models (1.1) - updates models.ad to cover all new 18 languages - restructures models.ad for better separation and readability of long tables - reduces information duplication / overhead - adds better CSS styling for TOC formatting - adds TOC directives to several pages where helpful - fixes several occasions of incorrectly chosen section/subsection depths, in download.ad, maven-dependency.ad and gradle-dependency.ad - adds news entry for the models rele [...]
mawiesne
-
2024/10/28
(opennlp-sandbox) branch dependabot/maven/org.apache.tika-tika-app-3.0.0 deleted (was 36daf96)
mawiesne
-
2024/10/28
(opennlp-sandbox) branch master updated: Bump com.googlecode.maven-download-plugin:download-maven-plugin (#180)
mawiesne
-
2024/10/28
(opennlp) branch main updated: OPENNLP-1617: Update JUnit to 5.11.3 (#671)
mawiesne
-
2024/10/28
(opennlp-sandbox) branch master updated: OPENNLP-1617: Update JUnit to 5.11.3 (#179)
mawiesne
-
2024/10/28
(opennlp-sandbox) branch dependabot/maven/junit.version-5.11.3 deleted (was 666b516)
mawiesne
-
2024/10/28
(opennlp) branch main updated: OPENNLP-1609: Update junit5-system-exit to 2.0.2 (#669)
mawiesne
-
2024/10/28
(opennlp) branch dependabot/maven/junit.version-5.11.3 deleted (was 14ba11a4)
mawiesne
-
2024/10/28
(opennlp) branch dependabot/maven/junit.version-5.11.3 updated (34ee17f5 -> 14ba11a4)
github-bot
-
2024/10/28
(opennlp-addons) branch dependabot/maven/junit.version-5.11.3 deleted (was 9080654)
mawiesne
-
2024/10/28
(opennlp-addons) branch master updated: Bump junit.version from 5.11.2 to 5.11.3 (#35)
mawiesne
-
2024/10/28
(opennlp) branch dependabot/maven/com.ginsberg-junit5-system-exit-2.0.2 deleted (was 75217cd2)
mawiesne
-
2024/10/28
(opennlp-sandbox) branch dependabot/maven/com.googlecode.maven-download-plugin-download-maven-plugin-1.11.1 deleted (was 82132c1)
mawiesne
-
2024/10/28
(opennlp-sandbox) branch master updated: Bump org.apache.tika:tika-app from 2.9.2 to 3.0.0 (#177)
mawiesne
-
2024/10/28
(opennlp-models) branch dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.5.0 deleted (was 76bd61f)
github-bot
-
2024/10/28
(opennlp-models) branch main updated: Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0
rzo1
-
2024/10/28
(opennlp-models) branch dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.5.0 updated (a837dd6 -> 76bd61f)
github-bot
-
2024/10/28
(opennlp-models) branch dependabot/maven/com.googlecode.maven-download-plugin-download-maven-plugin-1.11.1 deleted (was c4f71f8)
github-bot
-
2024/10/28
(opennlp-models) branch main updated (f18faef -> d712730)
rzo1
-
2024/10/28
(opennlp-models) branch dependabot/maven/com.googlecode.maven-download-plugin-download-maven-plugin-1.11.1 updated (b740b5f -> c4f71f8)
github-bot
-
2024/10/28
(opennlp-models) branch dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.10.1 deleted (was 6a4e642)
github-bot
-
2024/10/28
(opennlp-models) branch main updated: Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.10.1
rzo1
-
2024/10/28
(opennlp-models) branch dependabot/maven/org.apache.maven.plugins-maven-enforcer-plugin-3.5.0 deleted (was 651ad2a)
github-bot
-
2024/10/28
(opennlp-models) branch dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.13.0 deleted (was 80d59c1)
github-bot
-
2024/10/28
(opennlp-models) branch main updated: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.5.0
rzo1
-
2024/10/28
(opennlp-models) branch main updated: Bump org.apache.maven.plugins:maven-compiler-plugin
rzo1
-
2024/10/28
svn commit: r72658 - /release/opennlp/opennlp-models-1.0.1/
rzo1
-
2024/10/28
svn commit: r72657 - /dev/opennlp/opennlp-models-1.1.0-rc1/ /release/opennlp/opennlp-models-1.1.0/
rzo1
-
2024/10/28
(opennlp-models) 01/02: [maven-release-plugin] prepare release opennlp-models-1.1.0
rzo1
-
2024/10/28
(opennlp-models) branch main updated (31d575f -> b511ece)
rzo1
-
2024/10/28
(opennlp-models) branch rel-1.1.0 deleted (was 2023e10)
rzo1
-
2024/10/28
(opennlp-models) 02/02: [maven-release-plugin] prepare for next development iteration
rzo1
-
2024/10/27
(opennlp-models) branch dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.10.1 created (now 6a4e642)
github-bot
-
2024/10/27
(opennlp-models) branch dependabot/maven/org.codehaus.mojo-exec-maven-plugin-3.5.0 created (now a837dd6)
github-bot
-
2024/10/27
(opennlp-models) branch dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.13.0 created (now 80d59c1)
github-bot
-
2024/10/27
(opennlp-models) branch dependabot/maven/com.googlecode.maven-download-plugin-download-maven-plugin-1.11.1 created (now b740b5f)
github-bot