Skip to content

Get started

To use atr-ner-eval in your own environment, you need to install manually.

As a dependency

To install atr-ner-eval as a dependency, you need to first add the following line to your requirements.txt file:

atr-ner-eval @ git+ssh://git@gitlab.teklia.com/ner/metrics/atr-ner-eval.git

Then you can install it via pip:

pip install -r requirements.txt

Manually

To install atr-ner-eval manually, you need to first clone via:

git clone --recurse-submodules git@gitlab.teklia.com:ner/metrics/atr-ner-eval.git

If you forgot the --recurse-submodules, you can initialize the submodule using:

git submodule update --init

Then you can install it via pip:

pip install .

To learn more about the newly installed atr-ner-eval command, make sure to run:

atr-ner-eval --help

Get started with: