This is an automated email from the ASF dual-hosted git repository. rec pushed a commit to branch release/146-Apache-UIMA-Ruta-3.4.0 in repository https://gitbox.apache.org/repos/asf/uima-ruta.git
commit 67c4ce5d95f1dc067282bb2ac27b9e6ca80f5ac4 Author: Richard Eckart de Castilho <[email protected]> AuthorDate: Fri Dec 15 13:48:12 2023 +0100 Issue #146: Apache UIMA Ruta 3.4.0 - Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 378dbc2c..92590a86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [](https://search.maven.org/search?q=g:org.apache.uima%20a:ruta*) -[](https://ci-builds.apache.org/job/UIMA/job/uima-ruta/job/main/) [](https://ci-builds.apache.org/job/UIMA/job/uima-ruta/job/main-v2/) +[](https://ci-builds.apache.org/job/UIMA/job/uima-ruta/job/main/) [](https://ci-builds.apache.org/job/UIMA/job/uima-ruta/job/main/) What is Apache UIMA Ruta? ------------------------- @@ -75,7 +75,7 @@ The UIMA Ruta Workbench can be installed via Eclipse update site [https://downlo Building from the Source Distribution ------------------------------------- -We use Maven 3.6.3 and Java 11 or later for building; download this if needed, +We use Maven 3.8.1 and Java 17 or later for building; download this if needed, and set the environment variable `MAVEN_OPTS` to `-Xmx800m`. Then do the build by going into the UIMA Ruta directory, and issuing the command @@ -101,7 +101,7 @@ help, source code and feedback. If you are interested in contributing, please vi How to Report Issues -------------------- -The Apache UIMA project uses JIRA for issue tracking. Please report any issues you find at +The Apache UIMA project uses GitHub for issue tracking. Please report any issues you find at [our issue tracker](https://github.com/apache/uima-ruta/issues). @@ -109,10 +109,10 @@ Useful tips ----------- This product was originally released as Apache UIMA TextMarker. The UIMA Ruta Workbench provides -a command for updating old projects. Please right-click on a project and select "UIMA Ruta -> Update Project". +a command for updating old projects. Please right-click on a project and select **UIMA Ruta -> Update Project**. The UIMA Ruta analysis engine requires type priorities for the correct execution of rules. -If a CAS is created using the CasCreationUtils, please provide the type priorities, e.g., by: +If a CAS is created using the `CasCreationUtils`, please provide the type priorities, e.g., by: URL tpUrl = this.getClass().getResource("/org/apache/uima/ruta/engine/TypePriorities.xml"); TypePriorities typePriorities = UIMAFramework.getXMLParser().parseTypePriorities( @@ -120,7 +120,7 @@ If a CAS is created using the CasCreationUtils, please provide the type prioriti CAS cas = CasCreationUtils.createCas(descriptor, typePriorities, new FsIndexDescription[0]); Using the `jcasgen-maven-plugin` may cause problems if it creates duplicate classes for the -internal UIMA Ruta types (overwriting the implementation of RutaBasic). Depending on the location +internal UIMA Ruta types (overwriting the implementation of _RutaBasic_). Depending on the location of the type system descriptors, the plugin should be configured to be limited on the project, or the UIMA Ruta type system descriptors should explicitly be excluded:
