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/19 17:36:12 UTC

[uima-ruta] branch main-v2 updated (3943512 -> 910f065)

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 3943512  Merge pull request #35 from apache/feature/UIMA-6341-Try-out-p2-layout-resolver-v2
     add ef22099  UIMA-6343: Ruta should provide config parameters to ease type disambiguation
     add fcd5344  UIMA-6343: Ruta should provide config parameters to ease type disambiguation
     new 910f065  Merge pull request #37 from apache/feature/UIMA-6343-Ruta-should-provide-config-parameters-to-ease-type-disambiguation

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/block/fst/Automaton.java  | 10 +--
 .../java/org/apache/uima/ruta/RutaEnvironment.java | 26 ++++++-
 .../org/apache/uima/ruta/engine/RutaEngine.java    | 12 +++
 .../InListTest.java => TypeIgnorePatternTest.java} | 87 ++++++++++++----------
 .../org/apache/uima/ruta/engine/DummySeeder.java   |  3 +-
 .../uima/ruta/engine/TestRutaInferenceVisitor.java |  1 +
 .../apache/uima/ruta/rule/RuleInference1Test.java  | 20 +++--
 ruta-docbook/src/docbook/tools.ruta.overview.xml   | 16 ++++
 8 files changed, 117 insertions(+), 58 deletions(-)
 copy ruta-core/src/test/java/org/apache/uima/ruta/{condition/InListTest.java => TypeIgnorePatternTest.java} (60%)

[uima-ruta] 01/01: Merge pull request #37 from apache/feature/UIMA-6343-Ruta-should-provide-config-parameters-to-ease-type-disambiguation

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 910f06518d75af0bbde97ff89b27203dfe2a8514
Merge: 3943512 fcd5344
Author: pkluegl <pk...@gmail.com>
AuthorDate: Fri Mar 19 18:36:04 2021 +0100

    Merge pull request #37 from apache/feature/UIMA-6343-Ruta-should-provide-config-parameters-to-ease-type-disambiguation
    
    UIMA-6343: Ruta should provide config parameters to ease type disambiguation

 .../org/apache/uima/ruta/block/fst/Automaton.java  | 10 +++---
 .../java/org/apache/uima/ruta/RutaEnvironment.java | 26 ++++++++++++--
 .../org/apache/uima/ruta/engine/RutaEngine.java    | 12 +++++++
 ...DummySeeder.java => TypeIgnorePatternTest.java} | 42 +++++++++++++---------
 .../org/apache/uima/ruta/engine/DummySeeder.java   |  3 +-
 .../uima/ruta/engine/TestRutaInferenceVisitor.java |  1 +
 .../apache/uima/ruta/rule/RuleInference1Test.java  | 20 ++++++-----
 ruta-docbook/src/docbook/tools.ruta.overview.xml   | 16 +++++++++
 8 files changed, 96 insertions(+), 34 deletions(-)