Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions medcat-v2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,14 @@ Below is a table of the environmental variables that govern the version checking

The MedCAT v2 demo web app is available [here](https://medcat.sites.er.kcl.ac.uk/).

## Key Concepts

- **Components**: The building blocks of MedCAT (NER, Entity Linking, preprocessing, etc.)
- **Addons**: Components that extend the core NER+EL pipeline with additional processing stages
- **Plugins**: External packages that provide new component implementations or other functionality via entry points

See [Architecture Documentation](docs/architecture.md) for detailed information.

## Tutorials
A guide on how to use MedCAT v2 is available at [MedCATv2 Tutorials](../medcat-v2-tutorials).
However, the tutorials are a bit of a work in progress at this point in time.
Expand Down
Loading
Loading