-
Notifications
You must be signed in to change notification settings - Fork 11
Home
The JULIE Lab Component Repository (JCoRe) is an open software repository for full-scale natural language processing based on the UIMA middleware framework. JCoRe offers a broad range of text analytic for (mostly) English-language scientific abstracts and full-text articles, especially for the biology domain.
This Wiki assumes you are only interested in using our tools as is to build NLP Pipelines. (There is also a developer's manual if you want to partake in active development of JCoRe.) However, if you encounter bugs or such when running our tools, feel free to report them by opening an issue.
There are basically two ways you can plug together a JCoRe NLP Pipeline:
- Declarative Approach: using UIMA's CPE that declaratively outlines a pipeline
- Programmatic Approach: writing JAVA code that programmatically describes a pipeline
Before you can use our components you need at least Java, Maven (and UIMA). Please see the Requirements Section for further information.