About
This section contains documentation for related resources to Remède generation.
Last updated
Was this helpful?
This section contains documentation for related resources to Remède generation.
Last updated
Was this helpful?
This API, written by , scrap the .
For Remède, it has been readapted by
This API's code is contained under the api-definition
folder which is a git submodule.
In api-definition
folder:
The script scripts/add_word.py
let you add a word to the Remède database without rebuilding it totally.
It :
Add your word in data/mots.txt
Add your word's document in data/remede.db
To add multiple words:
wordlist.txt
(tabulation between word and IPA: mot\t/ipa/
)
and execute
This script was created to iterate wordlists (text file with words separated by a newline) to add them to Remède...
The script scripts/check_wordlist.py
iterate the given wordlist, find every word phoneme and add them to a .words_to_add
file.
It adds all the words that are not already in the database to this file, them can be added with scripts/add_word.py
. (referenced just above)
Usage: