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 2022/01/10 13:26:49 UTC

[uima-ruta] branch maintenance/3.1.x updated (11af409 -> 30c1013)

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

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


    from 11af409  no issue: fix method sig
     add 8abfb30  UIMA-6383: Ruta: TRIE - Wordlist entry not annotated
     add 33579a7  UIMA-6383: Ruta: TRIE - Wordlist entry not annotated
     add 3e75c1a  UIMA-6383: Ruta: TRIE - Wordlist entry not annotated
     new 30c1013  Merge pull request #71 from apache/UIMA-6383-Ruta-TRIE-Wordlist-entry-not-annotated

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:
 .../uima/ruta/resource/MultiTreeWordList.java      | 39 +++++++++++++++++++++-
 ruta-docbook/src/docbook/tools.ruta.howtos.xml     | 10 +++++-
 .../tools.ruta.workbench.create_dictionaries.xml   |  3 ++
 .../ruta/utils/twl/MultiTWLConverterHandler.java   | 17 ++++++++--
 .../uima/ruta/utils/twl/TWLConverterHandler.java   | 17 ++++++++--
 .../ui/preferences/RutaBuilderPreferencePage.java  | 13 +++++---
 .../ui/preferences/RutaPreferencesMessages.java    | 12 +++----
 .../preferences/RutaPreferencesMessages.properties |  1 +
 .../uima/ruta/ide/core/RutaCorePreferences.java    |  2 ++
 .../ruta/ide/core/RutaPreferenceInitializer.java   |  2 ++
 ruta-maven-plugin/src/it/wordlists/pom.xml         |  2 ++
 .../uima/ruta/maven/RutaGenerateMTWLMojo.java      |  8 ++++-
 .../uima/ruta/maven/RutaGenerateTWLMojo.java       |  8 ++++-
 13 files changed, 113 insertions(+), 21 deletions(-)

[uima-ruta] 01/01: Merge pull request #71 from apache/UIMA-6383-Ruta-TRIE-Wordlist-entry-not-annotated

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

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

commit 30c1013cae4c978f79d230d6778e6233d906d05a
Merge: 11af409 3e75c1a
Author: pkluegl <pk...@apache.org>
AuthorDate: Mon Jan 10 14:26:45 2022 +0100

    Merge pull request #71 from apache/UIMA-6383-Ruta-TRIE-Wordlist-entry-not-annotated
    
    UIMA-6383: Ruta: TRIE - Wordlist entry not annotated

 .../uima/ruta/resource/MultiTreeWordList.java      | 39 +++++++++++++++++++++-
 ruta-docbook/src/docbook/tools.ruta.howtos.xml     | 10 +++++-
 .../tools.ruta.workbench.create_dictionaries.xml   |  3 ++
 .../ruta/utils/twl/MultiTWLConverterHandler.java   | 17 ++++++++--
 .../uima/ruta/utils/twl/TWLConverterHandler.java   | 17 ++++++++--
 .../ui/preferences/RutaBuilderPreferencePage.java  | 13 +++++---
 .../ui/preferences/RutaPreferencesMessages.java    | 12 +++----
 .../preferences/RutaPreferencesMessages.properties |  1 +
 .../uima/ruta/ide/core/RutaCorePreferences.java    |  2 ++
 .../ruta/ide/core/RutaPreferenceInitializer.java   |  2 ++
 ruta-maven-plugin/src/it/wordlists/pom.xml         |  2 ++
 .../uima/ruta/maven/RutaGenerateMTWLMojo.java      |  8 ++++-
 .../uima/ruta/maven/RutaGenerateTWLMojo.java       |  8 ++++-
 13 files changed, 113 insertions(+), 21 deletions(-)