A script that generates random Esperanto sentences
EN: I wanted a way to practice Esperanto by reading and making sense of a bunch of random sentences. The regularity of Esperanto lends itself to sentences being built up programmatically like this.
This project is built on cinnamon-bun's wonderful filagree library.
EO: Mi volis praktiki Esperanton per legi kaj kompreni multajn frezenojn frazojn. La reguleco de Esperanto faciligas krei frazojn komputile tiel.
Ĉi tiu projekto estas konstruita per la bela biblioteko de cinnamon-bun, filagree.
Clone this repo and run
npm install
then you can run
npm start
which runs the code in src/index.ts (by default generating and printing 25 phrases).