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