Nederlands
Kreuze Veurbeeldzuiker is een kleine webtool waarmee je voorbeeldzinnen kunt zoeken in de Kreuze-magazines.
De tool ondersteunt regex en heeft suggesties voor vergelijkbare woorden, indien je zoekterm geen resultaten heeft.
Dit is een vrijetijdsproject, en ik kan niet garanderen dat de tool in de lucht blijft. Veel plezier ermee!
- Het tijdschrift Kreuze online: https://dideldom.nu/tiedschrift-kreuze/
- Live versie van deze tool: https://tom9358.pythonanywhere.com/
De backend is geschreven in Python met Flask. Om lokaal te draaien:
pip install -r requirements.txt
python app.pyEnglish
Kreuze Veurbeeldzuiker is a small web tool that lets you search for example sentences in the Kreuze magazines.
The tool supports regex searches and can suggest similar words if your search term returns no results.
I work on this only in my free time, so I cannot guarantee that the tool will always be online. Enjoy!
- Kreuze magazine online: https://dideldom.nu/tiedschrift-kreuze/
- Live version of this tool: https://tom9358.pythonanywhere.com/
The backend is written in Python using Flask. To run locally:
pip install -r requirements.txt
python app.py