This is an automated email from the ASF dual-hosted git repository.
mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-sandbox.git
The following commit(s) were added to refs/heads/main by this push:
new d6f2d1a Adapt README.md to reflect changes in available components
d6f2d1a is described below
commit d6f2d1a4d80f4a9e748119f4c1d9eeb602f40c7b
Author: Martin Wiesner <[email protected]>
AuthorDate: Mon Mar 23 08:02:07 2026 +0100
Adapt README.md to reflect changes in available components
---
README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/README.md b/README.md
index ae8e90d..38e076b 100644
--- a/README.md
+++ b/README.md
@@ -66,8 +66,6 @@ Currently, the library has different components:
* `opennlp-wsd`: A set of components that allow for word sense disambiguation.
* `summarizer`: A set of classes providing text summarization.
* `tagging-server`: A RESTful webservice to allow for NER, POS tagging,
sentence detection and tokenization.
-* `wikinews-importer`: A set of classes to process and annotate text formatted
in [MediaWiki markup](https://www.mediawiki.org/wiki/Help:Formatting).
-* `tf-ner-poc`: An adapter component for
[Tensorflow](https://www.tensorflow.org), in an early proof-of-concept (poc)
stage.
## Getting Started