Dan and Nor missing forms

This commit is contained in:
aarne
2007-05-24 14:43:44 +00:00
parent 9b2ec30b68
commit f6fdb72c2e
3 changed files with 7 additions and 7 deletions

View File

@@ -234,14 +234,14 @@
@ARTICLE{copestake,
AUTHOR = "A. Copestake and D. Flickinger",
TITLE = "An open-source grammar development environment and broad-coverage English grammar using HPSG",
TITLE = {{An open-source grammar development environment and broad-coverage English grammar using HPSG}},
JOURNAL = {{Proceedings of the Second conference on Language Resources and Evaluation (LREC-2000)}},
YEAR = {2000}
}
@ARTICLE{multieng,
AUTHOR = "A. Ranta",
TITLE = "Modular Grammar Engineering in GF",
TITLE = {{Modular Grammar Engineering in GF}},
JOURNAL = {{Research on Language and Computation}},
note = {To appear},
YEAR = {2007}
@@ -279,9 +279,9 @@
@InProceedings{degroote02,
author = {Ph. de Groote},
title = {Tree-Adjoining Grammars as Abstract Categorial Grammars},
booktitle = {TAG+6, Proceedings of the sixth International Workshop
on Tree Adjoining Grammars and Related Frameworks},
title = {{Tree-Adjoining Grammars as Abstract Categorial Grammars}},
booktitle = {{TAG+6, Proceedings of the sixth International Workshop
on Tree Adjoining Grammars and Related Frameworks}},
pages = {145--150},
publisher = {Universit\`a di Venezia},
year = {2002}

View File

@@ -43,7 +43,7 @@ instance DiffDan of DiffScand = open CommonScand, Prelude in {
} ;
verbHave =
mkVerb "have" "har" "hav" "havde" "haft" nonExist nonExist nonExist **
mkVerb "have" "har" "hav" "havde" "haft" "haven" "havet" "havne" **
{part = [] ; isVaere = False} ;
verbBe =
mkVerb "være" "er" "var" "var" "været" "væren" "været" "værne" **

View File

@@ -45,7 +45,7 @@ instance DiffNor of DiffScand = open CommonScand, Prelude in {
} ;
verbHave =
mkVerb "ha" "har" "ha" "hadde" "hatt" nonExist nonExist nonExist
mkVerb "ha" "har" "ha" "hadde" "hatt" "haven" "havet" "havne"
** {part = [] ; isVaere = False} ;
verbBe =
mkVerb "være" "er" "var" "var" "vært" "væren" "været" "værne"