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 2021/03/12 12:25:31 UTC

[uima-ruta] branch main-v2 updated (11c892d -> 0090921)

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

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


    from 11c892d  Merge pull request #30 from apache/UIMA-6332-Ruta-change-seeders-param-default-to-TextSeeder
     add 3d5a7fd  UIMA-6332: Ruta: change seeders param default to TextSeeder
     new 0090921  Merge pull request #32 from apache/UIMA-6332-Ruta-change-seeders-param-default-to-TextSeeder-Part2

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.


Summary of changes:
 .../org/apache/uima/ruta/engine/RutaTestUtils.java | 15 +++++++
 .../org/apache/uima/ruta/engine/BasicEngine.xml    |  2 +-
 .../org/apache/uima/ruta/WSDictionaryTest.java     |  8 +++-
 .../apache/uima/ruta/action/AddFilterTypeTest.java | 10 ++---
 .../apache/uima/ruta/action/AddRetainTypeTest.java |  4 +-
 .../apache/uima/ruta/action/FilterTypeTest.java    | 10 ++---
 .../org/apache/uima/ruta/action/MarkTableTest.java | 40 +++++++++---------
 .../uima/ruta/action/RemoveFilterTypeTest.java     |  4 +-
 .../uima/ruta/action/RemoveRetainTypeTest.java     | 10 ++---
 .../org/apache/uima/ruta/action/ReplaceTest.java   | 10 ++---
 .../apache/uima/ruta/action/RetainTypeTest.java    | 12 +++---
 .../org/apache/uima/ruta/action/Shift1Test.java    |  4 +-
 .../org/apache/uima/ruta/action/Shift2Test.java    | 35 ++++++++--------
 .../java/org/apache/uima/ruta/action/TrimTest.java |  8 ++--
 .../apache/uima/ruta/engine/RutaModifierTest.java  |  7 +++-
 .../uima/ruta/rule/LiteralStringMatchTest.java     |  9 +++-
 .../apache/uima/ruta/seed/DefaultSeederTest.java   | 48 ++++------------------
 .../org/apache/uima/ruta/seed/TextSeederTest.java  | 21 ++++++++++
 .../org/apache/uima/ruta/TypeAliasTestEngine.xml   |  2 +-
 .../uima/ruta/action/ConfigureTestEngine.xml       |  2 +-
 .../org/apache/uima/ruta/action/Shift2Test.ruta    |  9 ----
 .../org/apache/uima/ruta/action/Shift2Test.txt     |  1 -
 .../org/apache/uima/ruta/engine/CWEngine.xml       |  2 +-
 .../uima/ruta/engine/RecursiveConfigureEngine.xml  |  2 +-
 .../org/apache/uima/ruta/engine/SWEngine.xml       |  2 +-
 .../org/apache/uima/ruta/engine/SimpleEngine.xml   |  2 +-
 ruta-docbook/src/docbook/tools.ruta.overview.xml   |  4 +-
 27 files changed, 146 insertions(+), 137 deletions(-)
 delete mode 100644 ruta-core/src/test/resources/org/apache/uima/ruta/action/Shift2Test.ruta
 delete mode 100644 ruta-core/src/test/resources/org/apache/uima/ruta/action/Shift2Test.txt


[uima-ruta] 01/01: Merge pull request #32 from apache/UIMA-6332-Ruta-change-seeders-param-default-to-TextSeeder-Part2

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

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

commit 00909211ffd80a4c0aa497cabe12d33d5d1a6fb3
Merge: 11c892d 3d5a7fd
Author: pkluegl <pk...@gmail.com>
AuthorDate: Fri Mar 12 13:25:24 2021 +0100

    Merge pull request #32 from apache/UIMA-6332-Ruta-change-seeders-param-default-to-TextSeeder-Part2
    
    UIMA-6332: Ruta: change seeders param default to TextSeeder Part 2

 .../org/apache/uima/ruta/engine/RutaTestUtils.java | 15 +++++++
 .../org/apache/uima/ruta/engine/BasicEngine.xml    |  2 +-
 .../org/apache/uima/ruta/WSDictionaryTest.java     |  8 +++-
 .../apache/uima/ruta/action/AddFilterTypeTest.java | 10 ++---
 .../apache/uima/ruta/action/AddRetainTypeTest.java |  4 +-
 .../apache/uima/ruta/action/FilterTypeTest.java    | 10 ++---
 .../org/apache/uima/ruta/action/MarkTableTest.java | 40 +++++++++---------
 .../uima/ruta/action/RemoveFilterTypeTest.java     |  4 +-
 .../uima/ruta/action/RemoveRetainTypeTest.java     | 10 ++---
 .../org/apache/uima/ruta/action/ReplaceTest.java   | 10 ++---
 .../apache/uima/ruta/action/RetainTypeTest.java    | 12 +++---
 .../org/apache/uima/ruta/action/Shift1Test.java    |  4 +-
 .../org/apache/uima/ruta/action/Shift2Test.java    | 35 ++++++++--------
 .../java/org/apache/uima/ruta/action/TrimTest.java |  8 ++--
 .../apache/uima/ruta/engine/RutaModifierTest.java  |  7 +++-
 .../uima/ruta/rule/LiteralStringMatchTest.java     |  9 +++-
 .../apache/uima/ruta/seed/DefaultSeederTest.java   | 48 ++++------------------
 .../org/apache/uima/ruta/seed/TextSeederTest.java  | 21 ++++++++++
 .../org/apache/uima/ruta/TypeAliasTestEngine.xml   |  2 +-
 .../uima/ruta/action/ConfigureTestEngine.xml       |  2 +-
 .../org/apache/uima/ruta/action/Shift2Test.ruta    |  9 ----
 .../org/apache/uima/ruta/action/Shift2Test.txt     |  1 -
 .../org/apache/uima/ruta/engine/CWEngine.xml       |  2 +-
 .../uima/ruta/engine/RecursiveConfigureEngine.xml  |  2 +-
 .../org/apache/uima/ruta/engine/SWEngine.xml       |  2 +-
 .../org/apache/uima/ruta/engine/SimpleEngine.xml   |  2 +-
 ruta-docbook/src/docbook/tools.ruta.overview.xml   |  4 +-
 27 files changed, 146 insertions(+), 137 deletions(-)