From 64d5fc90ad9fa16029d90612ba78a87f253f809b Mon Sep 17 00:00:00 2001 From: Mathieu Loiseau <mathieu.loiseau@liris.cnrs.fr> Date: Sun, 24 Nov 2024 15:40:12 +0000 Subject: [PATCH] Update LICENSE.md --- LICENSE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index e874f8f..6817759 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ -Wikstraktor is a very lightweight program meant to give access to wiktionnary data to programs. It is not complete nor fullproof but it can be integrated fast to your program and does not require to preparse dumps or anything. If you want some more exhaustive, reliable, wiktionnary extractor, you should look at [Wiktextract](https://github.com/tatuylonen/wiktextract) or its [live query counterpart](https://gitlab.liris.cnrs.fr/lex-game/live-query-wiktextract). +Wikstraktor is a very lightweight program meant to give access to wiktionary data to programs. It is not complete nor fullproof but it can be integrated fast to your program and does not require to preparse dumps or anything. If you want some more exhaustive, reliable, wiktionary extractor, you should look at [Wiktextract](https://github.com/tatuylonen/wiktextract) or its [live query counterpart](https://gitlab.liris.cnrs.fr/lex-game/live-query-wiktextract). - Copyright (C) 2024 Mathieu Loiseau for LIRIS/INSA + Copyright (C) 2024 Lex:gaMe project (LIRIS/INSA/ASLAN) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -15,4 +15,4 @@ Wikstraktor is a very lightweight program meant to give access to wiktionnary da You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. -This program was created by an employee of [INSA](https://insa-lyon.fr)/[LIRIS](https://liris.cnrs.fr). The authors are grateful to the [ASLAN project](https://aslan.universite-lyon.fr/projet-lex-game-233220.kjsp) (ANR-10-LABX-0081) of the Université de Lyon, for its financial support within the French program "Investments for the Future" operated by the National Research Agency (ANR). \ No newline at end of file +The [Lex:gaMe](https://lexgame.lezinter.net) project is a research project of [INSA](https://insa-lyon.fr)/[LIRIS](https://liris.cnrs.fr) and [ICAR](https://icar.cnrs.fr/)/Université Lyon 2. The authors are grateful to the [ASLAN project](https://aslan.universite-lyon.fr/projet-lex-game-233220.kjsp) (ANR-10-LABX-0081) of the Université de Lyon, for its financial support within the French program "Investments for the Future" operated by the National Research Agency (ANR). \ No newline at end of file -- GitLab