From 723a5ef101730738c86785fa3c4c87b6b2520ea0 Mon Sep 17 00:00:00 2001 From: MatFi Date: Fri, 17 Nov 2023 14:15:24 +0100 Subject: [PATCH] Add LanguageTool (#340) Co-authored-by: MatFi Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/languagetool.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/languagetool.yml diff --git a/software/languagetool.yml b/software/languagetool.yml new file mode 100644 index 0000000000..23638496c8 --- /dev/null +++ b/software/languagetool.yml @@ -0,0 +1,12 @@ +name: "LanguageTool" +website_url: "https://languagetool.org/" +source_code_url: "https://github.com/languagetool-org/languagetool" +description: "Proofread more than 20 languages. It finds many errors that a simple spell checker cannot detect." +licenses: + - LGPL-2.1 +platforms: + - Java + - Docker +tags: + - Miscellaneous +related_software_url: "https://languagetool.org/insights/post/product-windows-app/"