aboutsummaryrefslogtreecommitdiff
path: root/src/ellinika/tests/suffix-s.scm
blob: 2eb1a9563acc67ec54a272fd31a9ccd31ae1781d (plain)
1
2
3
4
5
6
7
8
9
10
11
(load-extension "./libelmorph" "scm_init_ellinika_elmorph_module")

(display
 (elstr-suffix? "παρακείμενος" "μενος"))
(newline)
(display
 (elstr-suffix? "παρακείμενος" "μεν"))
(newline)
(display
 (elstr-suffix? "παρακείμενος" "α" "οντας" "μενος"))
(newline)

Return to:

Send suggestions and report system problems to the System administrator.