aboutsummaryrefslogtreecommitdiff
path: root/data/irregular-verbs.xml
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-06-11 13:45:35 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2011-06-11 13:45:35 +0300
commit169d0e2887a40e4d845efcaa1e46ec49d02421b7 (patch)
treec15cbf4bd8b94bd86b4da7253acd1a43e96f57e0 /data/irregular-verbs.xml
parenta1a5b7ddd6c3c0532c37551b24fd573a554ac181 (diff)
downloadellinika-169d0e2887a40e4d845efcaa1e46ec49d02421b7.tar.gz
ellinika-169d0e2887a40e4d845efcaa1e46ec49d02421b7.tar.bz2
Fixes in conjugator
* data/dbverb.struct: Expand conj to char(32). Fix several bugs in conjugation table. Introduce a new pseudo-conjugation A-depon, for verba deponentia. * data/irregular-verbs.xml: Update. * scm/conjugator.scm (complement-verb-info): Handle A-depon. (apply-flect): Don't try to set accent outside of a word, even if so required by accmap. (conjugate): For synthetic tenses, look up for aoristoy ypotaktikis of the same voice as the requested tense. Use accmap to decide whether a particular person exists in that tense. Fixes in syllabificator. * src/ellinika/elmorph.c (_elstr_set_accent): Fix setting accents on diphthongs. (deftab) <elmorph:iota>: New flag. * src/ellinika/elmorph.h (CHF_IOTA): New flag. * src/ellinika/syllabificator.c (SYL_FLAG_MASK): Add more bits. (next_syllable): Mark syllables with iota with CHF_DIPHTHONG|CHF_IOTA.
Diffstat (limited to 'data/irregular-verbs.xml')
-rw-r--r--data/irregular-verbs.xml18
1 files changed, 16 insertions, 2 deletions
diff --git a/data/irregular-verbs.xml b/data/irregular-verbs.xml
index d056f7d..697b2cd 100644
--- a/data/irregular-verbs.xml
+++ b/data/irregular-verbs.xml
@@ -295,7 +295,7 @@
<root theme="aor">δωσ</root>
</act>
</v>
-
+<!--
<v>
<a>έρχομαι</a>
<c>A</c>
@@ -320,7 +320,21 @@
<root theme="sub">ερθ</root>
</pas>
</v>
-
+-->
+
+ <v>
+ <a>έρχομαι</a>
+ <c>A-depon</c>
+ <act>
+ <root theme="aor">έρθ</root>
+ </act>
+ <pas>
+ <root theme="aor">ήρθ</root>
+ <root theme="sub">ερθ</root>
+ </pas>
+ </v>
+
+
<!-- FIXME
έρχομαι
κάθομαι

Return to:

Send suggestions and report system problems to the System administrator.