aboutsummaryrefslogtreecommitdiff
path: root/src/ellinika/tests/phonmap.scm
diff options
context:
space:
mode:
Diffstat (limited to 'src/ellinika/tests/phonmap.scm')
-rw-r--r--src/ellinika/tests/phonmap.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ellinika/tests/phonmap.scm b/src/ellinika/tests/phonmap.scm
new file mode 100644
index 0000000..3af86a7
--- /dev/null
+++ b/src/ellinika/tests/phonmap.scm
@@ -0,0 +1,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.