You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opennlp.apache.org by ma...@apache.org on 2023/04/04 19:59:58 UTC

[opennlp-site] branch fix_some_typos_in_various_pages_of_OpenNLP_website created (now 03dd2ed6)

This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a change to branch fix_some_typos_in_various_pages_of_OpenNLP_website
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git


      at 03dd2ed6 fixes typos in various of OpenNLP website pages

This branch includes the following new commits:

     new 03dd2ed6 fixes typos in various of OpenNLP website pages

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[opennlp-site] 01/01: fixes typos in various of OpenNLP website pages

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a commit to branch fix_some_typos_in_various_pages_of_OpenNLP_website
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git

commit 03dd2ed6c9e70dbf5cd7acde75113b2d84383045
Author: Martin Wiesner <ma...@hs-heilbronn.de>
AuthorDate: Tue Apr 4 21:59:48 2023 +0200

    fixes typos in various of OpenNLP website pages
---
 src/main/jbake/content/building.ad             | 2 +-
 src/main/jbake/content/code-conventions.ad     | 2 +-
 src/main/jbake/content/news/news-2011-12-22.ad | 2 +-
 src/main/jbake/content/news/release-160.ad     | 2 +-
 src/main/jbake/content/news/release-182.ad     | 2 +-
 src/main/jbake/content/news/release-193.ad     | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/main/jbake/content/building.ad b/src/main/jbake/content/building.ad
index f6bac52b..894048b8 100644
--- a/src/main/jbake/content/building.ad
+++ b/src/main/jbake/content/building.ad
@@ -22,7 +22,7 @@
 :jbake-status: published
 :idprefix:
 
-## Last Offical
+## Last Official
 
 ## Prerequisites
 
diff --git a/src/main/jbake/content/code-conventions.ad b/src/main/jbake/content/code-conventions.ad
index 708534b4..ba558418 100644
--- a/src/main/jbake/content/code-conventions.ad
+++ b/src/main/jbake/content/code-conventions.ad
@@ -47,7 +47,7 @@ public class Foo extends Bar {
 
 * Wrap lines longer than 80 to 100 characters. For wrapped lines use an indent of 4 characters.
 * Within a class or interface, definitions should be ordered as follows:
-    * Inner classses
+    * Inner classes
     * Class (static) variables
     * Instance variables
     * Constructors
diff --git a/src/main/jbake/content/news/news-2011-12-22.ad b/src/main/jbake/content/news/news-2011-12-22.ad
index 6badd086..ce54a182 100755
--- a/src/main/jbake/content/news/news-2011-12-22.ad
+++ b/src/main/jbake/content/news/news-2011-12-22.ad
@@ -27,4 +27,4 @@ Apache OpenNLP
 
 * Join everyone in welcoming our newest members to the group, Aliaksandr Autayeu and Boris Galitsky.
 * OpenNLP is moving forward with new features, fixes and advancements for the New Year.
-* Merry Chistmas & Happy New Year! Again... yes, it has been another year.
\ No newline at end of file
+* Merry Christmas & Happy New Year! Again... yes, it has been another year.
\ No newline at end of file
diff --git a/src/main/jbake/content/news/release-160.ad b/src/main/jbake/content/news/release-160.ad
index 500a688f..44352c5a 100644
--- a/src/main/jbake/content/news/release-160.ad
+++ b/src/main/jbake/content/news/release-160.ad
@@ -44,7 +44,7 @@ removed. Now Java 1.7 is required.
 
 Additionally the release contains the following noteworthy changes:
 
-- Added evalutation support to the parser and doccat components
+- Added evaluation support to the parser and doccat components
 - Added support to Evalita 07/09, Brat and OntoNotes corpus formats
 - Now L-BFGS is stable
 - Added Snowball to the Stemmer package
diff --git a/src/main/jbake/content/news/release-182.ad b/src/main/jbake/content/news/release-182.ad
index 9817cd4a..bb780597 100644
--- a/src/main/jbake/content/news/release-182.ad
+++ b/src/main/jbake/content/news/release-182.ad
@@ -47,7 +47,7 @@ This release introduces some minor improvements and bug fixes. Java 1.8 is requi
 
 The release contains the following noteworthy changes:
 - The Leipzig format support was improved to extract data for langdetect model training
-- Maxents loglikelihood treshold can be configured by the user
+- Maxents loglikelihood threshold can be configured by the user
 - Added data verification for the eval data
 - Fixed handling of xml parsers used through out the package
 
diff --git a/src/main/jbake/content/news/release-193.ad b/src/main/jbake/content/news/release-193.ad
index 7d18a97b..ab4e451f 100644
--- a/src/main/jbake/content/news/release-193.ad
+++ b/src/main/jbake/content/news/release-193.ad
@@ -38,7 +38,7 @@ The OpenNLP library is distributed by Maven Central as well. See the Maven Depen
 # What's new in Apache OpenNLP 1.9.3
 
 - Resolved issues building on Java 11.
-- Usingstrict math for calculations for consistent evaluations.
+- Using strict math for calculations for consistent evaluations.
 - Implement Serializable in langdetect and normalize.
 - Fixed issue where language detector fails to predict language on long input texts.
 - Documentation improvements.