Skip to content

UIMA components for the EUMSSI project (including references to external projects)

License

Notifications You must be signed in to change notification settings

EUMSSI/EUMSSI-UIMA

Repository files navigation

EUMSSI UIMA components

Join the chat at https://gitter.im/EUMSSI/EUMSSI-UIMA

This is a meta-repository that contains (links to) the UIMA components used for the EUMSSI.

The actual components are hosted in separate individual repositories and included as submodules (maintained by the EUMSSI project or externally). Additionally a pom.xml is provided to compile all needed components with a single command.

Usage

Check out the repository using git clone --recursive to obtain all submodules.

Update repository using ./update-all.sh.

Compile and install everything using mvn clean install from the repository root.

See https://git-scm.com/book/en/v2/Git-Tools-Submodules or https://medium.com/@porteneuve/mastering-git-submodules-34c65e940407 for more information on using git submodules.

Advanced

git pull --recurse-submodules updates everything to the versions marked in the "master" repository. Use git submodule foreach --recursive git pull --ff-only origin master to update all submodules to their latest upstream versions. After testing the master repository can then be updated to point to those new versions.

About

UIMA components for the EUMSSI project (including references to external projects)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages