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/11 16:59:10 UTC

[uima-ruta] branch main-v2 updated (df9d5e2 -> 948ea97)

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 df9d5e2  Merge pull request #27 from apache/UIMA-6324-conjunction-disjunction-missed-matches
     add e33acaf  UIMA-6319: TextSeeder creates MARKUP annotations
     add 106483f  UIMA-6319: TextSeeder creates MARKUP annotations
     new 948ea97  Merge pull request #28 from apache/UIMA-6319-TextSeeder-creates-MARKUP-annotations

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/seed/DefaultSeeder.java   | 27 ++++++----
 .../jflex/org/apache/uima/ruta/seed/SeedLexer.flex | 20 --------
 .../apache/uima/ruta/engine/RutaModifierTest.java  | 27 ++++------
 .../apache/uima/ruta/seed/DefaultSeederTest.java   | 22 ++++++++
 .../org/apache/uima/ruta/seed/TextSeederTest.java  | 59 ++++++++++++++++++++++
 5 files changed, 109 insertions(+), 46 deletions(-)
 create mode 100644 ruta-core/src/test/java/org/apache/uima/ruta/seed/TextSeederTest.java


[uima-ruta] 01/01: Merge pull request #28 from apache/UIMA-6319-TextSeeder-creates-MARKUP-annotations

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 948ea975854556c9c36b868de48a0a20795d361a
Merge: df9d5e2 106483f
Author: pkluegl <pk...@gmail.com>
AuthorDate: Thu Mar 11 17:59:00 2021 +0100

    Merge pull request #28 from apache/UIMA-6319-TextSeeder-creates-MARKUP-annotations
    
    UIMA-6319: TextSeeder creates MARKUP annotations

 .../org/apache/uima/ruta/seed/DefaultSeeder.java   | 27 ++++++----
 .../jflex/org/apache/uima/ruta/seed/SeedLexer.flex | 20 --------
 .../apache/uima/ruta/engine/RutaModifierTest.java  | 27 ++++------
 .../apache/uima/ruta/seed/DefaultSeederTest.java   | 22 ++++++++
 .../org/apache/uima/ruta/seed/TextSeederTest.java  | 59 ++++++++++++++++++++++
 5 files changed, 109 insertions(+), 46 deletions(-)