This is a helper project for Frdic Recite, adding support for syllable segmentation and relevant images to help memorize French words.
This project contains two parts, the backend and the Tampermonkey script. To get started, clone this repo first.
git clone https://github.com/dodaydream/frdic-recite-helper
Then install the dependencies
yarn install
Import the Lexique dataset to get syllable segmentation, you can download it from here. After finishing the download, extract and place Lexique383.tsv
inside the lexique
directory.
Start the backend service
node server.js
Finally, install the Tampermonkey script, and then you are good to go.
Bonne chance!
cooljugator (previously: etymologeek)