diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-09-22 11:49:15 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-09-22 11:49:15 +0000 |
| commit | 98665df78b8018af30051cb4a9a31f845e0ba19d (patch) | |
| tree | 67ba30b09e2b9590a00a4b193bf7611caa935af8 /next-lib/src/danish/IrregDanAbs.gf | |
| parent | 4862018f140a1bdcc7961d445ed9aa92facd742f (diff) | |
moved lib/next-resource to next-lib/src, to enable linking with next-lib as value of GF_LIB_PATH
Diffstat (limited to 'next-lib/src/danish/IrregDanAbs.gf')
| -rw-r--r-- | next-lib/src/danish/IrregDanAbs.gf | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/next-lib/src/danish/IrregDanAbs.gf b/next-lib/src/danish/IrregDanAbs.gf new file mode 100644 index 000000000..5f8942f76 --- /dev/null +++ b/next-lib/src/danish/IrregDanAbs.gf @@ -0,0 +1,65 @@ +abstract IrregDanAbs = Cat ** { + + fun + + bære_V : V ; + bede_V : V ; + bide_V : V ; + binde_V : V ; + blive_V : V ; + brænde_V : V ; + bringe_V : V ; + burde_V : V ; + dø_V : V ; + drage_V : V ; + drikke_V : V ; + drive_V : V ; + falde_V : V ; + få_V : V ; + finde_V : V ; + flyde_V : V ; + flyve_V : V ; + forlade_V : V ; + forstå_V : V ; + fryse_V : V ; + gå_V : V ; + give_V : V ; +-- gjelde_V : V ; + gnide_V : V ; + gøre_V : V ; + have_V : V ; + hente_V : V ; +-- hete_V : V ; +-- hjelpe_V : V ; + holde_V : V ; + komme_V : V ; + kunne_V : V ; + lade_V : V ; + lægge_V : V ; + le_V : V ; + ligge_V : V ; + løbe_V : V ; + måtte_V : V ; + renne_V : V ; + sælge_V : V ; + sætte_V : V ; + se_V : V ; + sidde_V : V ; + sige_V : V ; + skære_V : V ; + skrive_V : V ; + skulle_V : V ; + slå_V : V ; + sove_V : V ; + spørge_V : V ; + springe_V : V ; + stå_V : V ; + stikke_V : V ; + synge_V : V ; + tage_V : V ; + tælle_V : V ; +-- treffe_V : V ; +-- trives_V : V ; + vide_V : V ; + +} |
