Vocabulary builder
- 1 Devlogs
- 0 Total hours
You paste text and build your vocabulary with quizzes on uncommon words extracted from all the text that had been pasted.
You paste text and build your vocabulary with quizzes on uncommon words extracted from all the text that had been pasted.
Tested the word extraction feature for my basic vocabulary builder project for CS50P
by pasting a complex paragraph and seeing which uncommon/difficult words it outputs. I spent quite a while figuring out how to filter out all the punctuation (finally used regex properly!) and simple words.
Working well so far! (except for the fact that it does sometimes pull simpler words that slip through the filter like “donut” and “bakery” here lol – gonna add a “I know this” word feature later on, similar to membean)
I’ve been working on this for about 2 weeks (before Stardance) after procrastinating on it for a long time and have actually built a bit more than this with a quiz feature but that’s how the beginning went. (The 23 min logged was actually spent working on the pytest file – posting about that later on!)