From c07c0d3f799f1579f77b4afb144a338d7e9d7c93 Mon Sep 17 00:00:00 2001 From: Yoann Schneider <yschneider@teklia.com> Date: Thu, 2 Mar 2023 09:10:35 +0000 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