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

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


The following commit(s) were added to refs/heads/master by this push:
     new 125c08a  Adjusts order of components (corrected: opennlp-coref) in 
README.md
125c08a is described below

commit 125c08a0ff3f4bb451410e3d606c7347a9be2825
Author: Martin Wiesner <[email protected]>
AuthorDate: Sun Jan 5 09:34:10 2025 +0100

    Adjusts order of components (corrected: opennlp-coref) in README.md
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ea292eb..d29d9d8 100644
--- a/README.md
+++ b/README.md
@@ -49,16 +49,16 @@ You can also follow our [mailing 
lists](http://opennlp.apache.org/mailing-lists.
 
 ## Overview
 
-Currently, the library has different packages:
+Currently, the library has different components:
 
 * `caseeditor-corpus-server-plugin`: A set of Java classes for [Apache 
UIMA](https://uima.apache.org) as Eclipse plugin to integrate corpora.
 * `caseeditor-opennlp-plugin`: An OpenNLP plugin for [Apache 
UIMA](https://uima.apache.org).
 * `corpus-server`: A multi-module component to create, search, remove, and 
serve multiple corpora.
 * `mahout-addon`: An addon for [Apache Mahout](https://mahout.apache.org).
 * `mallet-addon`: An addon for 
[Mallet](https://mimno.github.io/Mallet/topics.html) targeting topic modelling 
techniques.
-* `opennlp-coref`: A component to conduct co-reference resolution.
 * `modelbuilder-addon`: A set of classes to build models.
 * `nlp-utils`: A set of OpenNLP util classes.
+* `opennlp-coref`: A component to conduct co-reference resolution.
 * `opennlp-dl`: An adapter component for 
[deeplearning4j](https://deeplearning4j.konduit.ai).
 * `opennlp-grpc`: An implementation of a gRPC backend for OpenNLP.
 * `opennlp-similarity`: A set of components that solve a number of text 
processing and search tasks, see further details in this 
[README.md](opennlp-similarity/README.md).
@@ -112,4 +112,4 @@ The Apache OpenNLP project is developed by volunteers and 
is always looking for
 Every contribution is welcome and needed to make it better. 
 A contribution can be anything from a small documentation typo fix to a new 
component.
 
-If you would like to get involved please follow the instructions 
[here](https://github.com/apache/opennlp/blob/main/.github/CONTRIBUTING.md)
\ No newline at end of file
+If you would like to get involved please follow the instructions 
[here](https://github.com/apache/opennlp/blob/main/.github/CONTRIBUTING.md)

Reply via email to