mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
Fixed a number of error in swedish verbs, swadesh and stoneage grammars found by random generation and just talking to the system.
This commit is contained in:
@@ -3,6 +3,9 @@ concrete StoneageEng of Stoneage
|
|||||||
= open SyntaxEng, ResourceEng, ParadigmsEng, SwadeshLexEng,
|
= open SyntaxEng, ResourceEng, ParadigmsEng, SwadeshLexEng,
|
||||||
StoneageResEng in {
|
StoneageResEng in {
|
||||||
|
|
||||||
|
flags
|
||||||
|
startcat=S;
|
||||||
|
|
||||||
lincat
|
lincat
|
||||||
S = Phr ;
|
S = Phr ;
|
||||||
NP = NP ;
|
NP = NP ;
|
||||||
|
|||||||
@@ -1,6 +1,9 @@
|
|||||||
--# -path=.:../../lib/resource/abstract:../../lib/prelude:../../lib/resource/swedish:../../lib/resource/scandinavian
|
--# -path=.:../../lib/resource/abstract:../../lib/prelude:../../lib/resource/swedish:../../lib/resource/scandinavian
|
||||||
concrete StoneageSwe of Stoneage
|
concrete StoneageSwe of Stoneage
|
||||||
= open SyntaxSwe, ResourceSwe, ParadigmsSwe, SwadeshLexSwe, StoneageResSwe in {
|
= open SyntaxSwe, ResourceSwe, ParadigmsSwe, VerbsSwe, SwadeshLexSwe, StoneageResSwe in {
|
||||||
|
|
||||||
|
flags
|
||||||
|
startcat=S;
|
||||||
|
|
||||||
lincat
|
lincat
|
||||||
S = Phr ;
|
S = Phr ;
|
||||||
@@ -17,10 +20,12 @@ lin
|
|||||||
Hear = PresVasV2 hear_V ;
|
Hear = PresVasV2 hear_V ;
|
||||||
Know = PresVasV2 know_V ;
|
Know = PresVasV2 know_V ;
|
||||||
Think = PresVasV2 think_V ;
|
Think = PresVasV2 think_V ;
|
||||||
Smell = PresVasV2 smell_V ;
|
Smell s o = PresCl (SPredV2 s (dirV2 känna_V) (DefOneNP
|
||||||
|
(AdvCN (UseN (mk2N "lukt" "lukter"))
|
||||||
|
(PrepNP possess_Prep o)))) ;
|
||||||
Fear = PresVasV2 fear_V ;
|
Fear = PresVasV2 fear_V ;
|
||||||
Kill = PresVasV2 kill_V ;
|
Kill = PresVasV2 kill_V ;
|
||||||
Fight = PresVasV2 fight_V ;
|
Fight s o = PresCl (AdvCl (SPredV s fight_V) (AdvPP (PrepNP with_Prep o))) ;
|
||||||
Hunt = PresVasV2 hunt_V ;
|
Hunt = PresVasV2 hunt_V ;
|
||||||
Hit = PresVasV2 hit_V ;
|
Hit = PresVasV2 hit_V ;
|
||||||
Cut = PresVasV2 cut_V ;
|
Cut = PresVasV2 cut_V ;
|
||||||
|
|||||||
Reference in New Issue
Block a user