aboutsummaryrefslogtreecommitdiff
path: root/src/ellinika/tests/soundslike.scm
blob: 1d3efa9d830df7b5ea97bbc9803292f9fc3635a9 (plain)
1
2
3
4
5
6
7
(load-extension "./libelmorph" "scm_init_ellinika_elmorph_module")

(load "../elmorph-public.scm")

(let ((word (string->elstr "παρακείμενος")))
  (display (elstr->soundslike word))
  (newline))

Return to:

Send suggestions and report system problems to the System administrator.