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

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

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