Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Latest commit

 

History

History
24 lines (14 loc) · 777 Bytes

File metadata and controls

24 lines (14 loc) · 777 Bytes

RuTA Testing Standalone

A standalone version of the RuTA Testing framework.

Licensed under the APL-2.0.

See http://svn.apache.org/repos/asf/uima/ruta/trunk/ruta-ep-addons/src/main/java/org/apache/uima/ruta/testing/ for the original version.

After building execute org.ie4opendata.ruta_testing_standalone.Evaluate without parameters to see the list of accepted parameters.

Please note: your type system has to include the types in src/main/resources/EvalTypeSystem.xml to be able to use this code.

Command-line script

mvn package appassembler:assemble

./target/appassembler/bin/ruta-evaluate

Full example

For a full example take a look a the Baseline.md in project octroy: https://github.com/IE4OpenData/Octroy