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

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

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