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

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

Return to:

Send suggestions and report system problems to the System administrator.