From 0455e93b69eb5b5d541b888125177fb90a620b1f Mon Sep 17 00:00:00 2001 From: Yoann Schneider <yschneider@teklia.com> Date: Thu, 2 Mar 2023 10:08:33 +0100 Subject: [PATCH] add bibtex citation --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 4a4f41c..82eca26 100644 --- a/README.md +++ b/README.md @@ -250,3 +250,18 @@ pre-commit install The linting workflow will now run on modified files before committing, and may fix issues for you. If you want to run the full workflow on all the files: `pre-commit run -a`. + +## Citation + +If you use this work, please cite us using this Bibtex citation: + +``` +@misc{nerval2021, + title = {Nerval: a python library for named-entity recognition evaluation on noisy texts}, + author = {Miret, Blanche and Kermorvant, Christopher}, + year = 2021, + journal = {GitLab repository}, + publisher = {GitLab}, + howpublished = {\url{https://gitlab.com/teklia/ner/nerval}} +} +``` \ No newline at end of file -- GitLab