# SystemT **Repository Path**: mirrors_ibm/SystemT ## Basic Information - **Project Name**: SystemT - **Description**: SystemT Runtime Engine - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-20 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SystemT [![Build Status](https://app.travis-ci.com/IBM/SystemT.svg?token=8SfZpYTKzWTnJoE6qtVv&branch=main)](https://app.travis-ci.com/IBM/SystemT) This repository contains the SystemT runtime engine. SystemT is a system for specifying and executing rule-based NLP models. The NP models are specified in the Annotation Query Language (AQL). # Development ## Main Modules 1. system-t-runtime: the SystemT Runtime engine 2. simple-regex: the accelerated regex engine of SystemT 3. rbr-annotation-service-core: a simple wrapper for executing AQL models configured using a simple JSON specification ## Build Locally ```bash mvn clean install -f SystemT/pom.xml -s build/maven-settings.xml -Dmaven.test.skip=true ``` ## Eclipse Settings Eclipse -> Preference -> Java -> Formatter -> Import [eclipse-java-google-style.xml]