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:11 UTC

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

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(-)