You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by pk...@apache.org on 2020/10/15 10:04:44 UTC

[uima-ruta] 01/01: Merge pull request #18 from apache/UIMA-6271-validate-internal-ruta-indexing

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

pkluegl pushed a commit to branch master-v2
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git

commit b2f2fc187391790b9c3c4757eb6a59009e0e0acf
Merge: 7400101 26674c9
Author: pkluegl <pk...@gmail.com>
AuthorDate: Thu Oct 15 12:04:35 2020 +0200

    Merge pull request #18 from apache/UIMA-6271-validate-internal-ruta-indexing
    
    UIMA-6271: Ruta: option to validate internal indexing in RutaEngine

 ruta-core/pom.xml                                  |  18 ++++
 .../java/org/apache/uima/ruta/RutaBasicUtils.java  | 116 +++++++++++++++++++++
 .../org/apache/uima/ruta/engine/RutaEngine.java    |  20 ++++
 .../org/apache/uima/ruta/RutaBasicUtilsTest.java   | 116 +++++++++++++++++++++
 ruta-docbook/src/docbook/tools.ruta.overview.xml   |  18 ++++
 ruta-parent/pom.xml                                |   2 +-
 6 files changed, 289 insertions(+), 1 deletion(-)