added some words to complete resource test

This commit is contained in:
aarne
2008-06-20 16:08:22 +00:00
parent 8e5989362d
commit 2f8a83b883
6 changed files with 25 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ fun
-- lexicon
UseInt : Int -> PN ;
UseInt : Int -> PN ;
Number : CN ;
Even, Odd, Prime : AP ;

View File

@@ -36,7 +36,7 @@ langsAPI = langsLang `except` ["Bul","Cat","Hin","Ina","Rus","Tha"]
langsMath = langsAPI
-- languages for which to run treebank test
langsTest = langsLang `except` ["Cat","Hin","Spa","Tha"]
langsTest = langsLang `except` ["Bul","Cat","Hin","Rus","Spa","Tha"]
-- languages for which langs.pgf is built
langsPGF = langsTest `only` ["Eng","Fre","Swe"]

View File

@@ -7,10 +7,17 @@ present:
$(RUNMAKE) present lang
$(RUNMAKE) present api
alltenses:
alltenses: lang api
lang:
$(RUNMAKE) lang
api:
$(RUNMAKE) api
math:
$(RUNMAKE) math
test:
$(RUNMAKE) test

View File

@@ -102,6 +102,7 @@ lin
important_A = regADeg "vigtig" ;
industry_N = mk2N "industri" "industrien" ;
iron_N = mk2N "jern" "jernet" ;
john_PN = mkPN "John" utrum ;
king_N = mk2N "konge" "kongen" ;
know_V2 = dirV2 vide_V ;
lake_N = mk2N "sø" "søen" ;
@@ -354,6 +355,11 @@ lin
language_N = mk2N "sprog" "sproget" ;
rule_N = mkN "regel" "regeln" "regler" "reglerne" ;
---- question_N = regN "fråga" ;
---- ready_A = regA "färdig" ;
---- reason_N = regN "anledning" ;
today_Adv = mkAdv "idag" ;
---- uncertain_A = mk3A "osäker" "osäkert" "osäkra" ;
} ;

View File

@@ -101,6 +101,7 @@ lin
important_A = regADeg "importante" ;
industry_N = regN "industria" ;
iron_N = regN "ferro" ;
john_PN = mkPN "Giovanni" masculine ;
king_N = regN "ré" ;
know_V2 = dirV2 (verboV (conoscere_37 "conoscere")) ; --- savoir_V2 : VS
lake_N = regN "lago" ;
@@ -354,5 +355,6 @@ lin
language_N = regN "lingua" ;
rule_N = regN "regola" ;
today_Adv = mkAdv "oggi" ;
} ;

View File

@@ -100,6 +100,7 @@ lin
important_A = regADeg "viktig" ;
industry_N = mk2N "industri" "industrien" ;
iron_N = regGenN "jern" neutrum ;
john_PN = mkPN "John" utrum ;
king_N = regGenN "konge" masculine ;
know_V2 = dirV2 IrregNor.vite_V ;
lake_N = regGenN "vann" neutrum ;
@@ -353,6 +354,12 @@ lin
language_N = mk2N "språk" "språket" ;
rule_N = mkN "regel" "regelen" "regler" "reglene" ;
---- question_N = regN "fråga" ;
---- ready_A = regA "färdig" ;
---- reason_N = regN "anledning" ;
today_Adv = mkAdv "idag" ;
---- uncertain_A = mk3A "osäker" "osäkert" "osäkra" ;
} ;
-- a" -> e" 86