# Credits

Remède creates its own base of french words, synonyms, antonyms with extern services.

## French database credits

* Definitions, examples and etymologies by the [french Wiktionary](https://fr.wiktionary.org/wiki/Wiktionnaire:Page_d%E2%80%99accueil) ([CC BY-SA 3.0 Deed](https://fr.wiktionary.org/wiki/Wiktionnaire:Licence)), with the API wrapper made by [Frederic Gainza](https://api-definition.fgainza.fr/) ([GPL 3.0](https://github.com/FredGainza/api-definition/blob/main/LICENSE)), modified by [Labse Software](https://github.com/LabseSoftware/api-definition) for Remède.
* Synonyms from [synonymo.fr](http://www.synonymo.fr)
* Antonyms from [antonyme.org](http://www.antonyme.org)
* Conjugations from [conjuguons.fr](http://www.conjuguons.fr)
* Rhymes dictionary is made with data from [Open Lexicon](http://www.lexique.org/?page_id=91) ([CC BY-SA 4.0 Deed](https://github.com/chrplr/openlexicon/blob/master/LICENSE.txt)), parsed by the [Drime](https://a3nm.net/git/drime/files.html) ([GPLv3](https://a3nm.net/git/drime/file/COPYING.html)) project to be added to Remède database.
  * Used data: `syllables count`, `elidable` and `femnine`

**Wordlist and IPAs credits**

Wordlists and IPA are the root of our database: we iterate wordlists and fetch word's informations using the services listed above.

* Wordlist and IPA from [Open Dict Data](https://github.com/open-dict-data/ipa-dict)[MIT](https://github.com/open-dict-data/ipa-dict/blob/master/LICENSE) ([fr\_FR.txt](https://github.com/open-dict-data/ipa-dict/blob/master/data/fr_FR.txt) in their repo, [data/fr/IPA.txt](https://github.com/camarm-dev/remede/blob/main/data/fr/IPA.txt) in our repo)
* Another IPAs from french Wiktionary (above), words from [Words](https://github.com/lorenbrichter/Words) ([CC0 1.0 Universal](https://github.com/lorenbrichter/Words/blob/master/LICENSE)) by lorenbrichter (see concerned word in [wordlist-Words-CC0-1.0.txt](https://github.com/camarm-dev/remede/tree/main/data/wordlist-Words-CC0-1.0.txt)).
* Another IPAs from french Wiktionary (above), words from [wiktionaire-fr](https://github.com/drogbadvc/wiktionaire-fr) ([NO LICENCE SPECIFIED](https://github.com/drogbadvc/wiktionaire-fr)) by drogbadvc, data reorganised from [WiktionaryX](http://redac.univ-tlse2.fr/lexiques/wiktionaryx.html) ([CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)) project whose data comes from [Wiktionary Dumps](https://dumps.wikimedia.org/) (see concerned word in [wordlist-wiktionaire-fr.txt](https://github.com/camarm-dev/remede/tree/main/data/wordlist-wiktionaire-fr.txt)).

## English database credits

* Definitions, examples and etymologies by the [english Wiktionary](https://en.wiktionary.org) ([CC BY-SA 3.0 Deed](https://fr.wiktionary.org/wiki/Wiktionnaire:Licence)), with the API wrapper made by [Frederic Gainza](https://api-definition.fgainza.fr/) ([GPL 3.0](https://github.com/FredGainza/api-definition/blob/main/LICENSE)), modified by [Labse Software](https://github.com/LabseSoftware/api-definition) for Remède.
* Synonyms and antonyms from [thesaurus.com](https://www.thesaurus.com) (NO LICENSE SEPCIFIED)
* Conjugations from [???](broken://pages/VryC7oCuDEZpWipjWx2Z)

**Wordlist and IPAs credits**

* Wordlist and IPA from [Open Dict Data](https://github.com/open-dict-data/ipa-dict) ([MIT](https://github.com/open-dict-data/ipa-dict/blob/master/LICENSE)) ([en\_US.txt](https://github.com/open-dict-data/ipa-dict/blob/master/data/en_US.txt) in their repo, [data/en/IPA.txt](https://github.com/camarm-dev/remede/blob/main/data/en/IPA.txt) in our repo)

## Other services credits

* The TTS service from [nanotts](https://github.com/gmn/nanotts) ([Apache 2.0](https://github.com/gmn/nanotts/blob/master/LICENSE)), implemented in the API [opentts](https://github.com/synesthesiam/opentts) ([Apache 2.0](https://github.com/gmn/nanotts/blob/master/LICENSE)), hosted by us
* The corrector service by [languagetool.org](https://languagetool.org) ([LGPL 2.1](https://github.com/languagetool-org/languagetool/blob/master/COPYING.txt)), hosted by us

Remède collects these data and merge them to a unique document, served in a database. You can learn more about a specific word credits, in the more menu from the definition page of the application. Transparency about our data provenance is a priority for us at Remède. For more informations, contact us at <software@camarm.dev>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.remede.camarm.fr/database/credits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
