mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Dan and Nor missing forms
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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" **
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user