From 08a5e32e342752139325099848bf54ca07c83c33 Mon Sep 17 00:00:00 2001 From: Arunmozhi Date: Wed, 10 Jul 2024 11:11:34 +0200 Subject: [PATCH] feat: adds an introductory paragraph --- PRIVACY-POLICY.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/PRIVACY-POLICY.md b/PRIVACY-POLICY.md index 93c0b09..8442c92 100644 --- a/PRIVACY-POLICY.md +++ b/PRIVACY-POLICY.md @@ -1,5 +1,10 @@ # Privacy Policy -This tool does not collect any data. + +NER Annotator is designed to be a "tool" and not a "service". The tools is designed to be used without any external dependencies, including any dependency on network communication or data (including private data). The privacy policy is included for the sole purpose of making this explicit, as a version of the tool is hosted as a web-application at https://tecoholic.github.io/ner-annotator/, which might be seen as a "service". This is NOT the only way to use this tool. NER Annotator can also be built into a desktop application which doesn't require any hosting. It is strongly recommended to build and/or host a copy of this on your infrastructure. + +## Terms + +NER Annotator does not collect any data. Your documents and annotations are stored either on your device for the desktop version or in your browser's local storage for the web version. They never leave your device. The tool does not transmit your data elsewhere.