Example Preprocessors
The following preprocessors have been developed for the Gravitate-Health platform and are available as open-source implementations.
Operational Preprocessors
| Name | Description | Repository |
|---|---|---|
cleaner | a preprocessor that optimizes annotations, removing unused ones and reworking HTML code | View on GitHub |
dictionary | A preprocessor that uses a dictionary database to locate and annotate specific words, so they can be linked to their dictionary/terminology definitions | View on GitHub |
manual | A Preprocessor that searches for matching and existing preprocessed ePI, usually edited manually. | View on GitHub |
terminology | A preprocessor that identifies terms in the ICPC2 terminology, and annotates the whole sentence it appears in. | View on GitHub |
Example Templates
ℹ️ Templates: These repositories are meant to be forked and used as starting points for developing your own preprocessors.
| Name | Description | Repository |
|---|---|---|
example-python | a preprocessor writen in Python with helper functions to explore HTMLElementLink extensions and HTML content of the ePI | View on GitHub |
example-TypeScript | A Template preprocessor written in TypeScript. | View on GitHub |