mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
extending romance, bug fixes in scandinavian
This commit is contained in:
@@ -10,8 +10,6 @@ instance SyntaxDan of SyntaxScand = TypesDan **
|
|||||||
|
|
||||||
-- When common nouns are extracted from lexicon, the composite noun form is ignored.
|
-- When common nouns are extracted from lexicon, the composite noun form is ignored.
|
||||||
|
|
||||||
extCommonNounMasc = extCommNoun ;
|
|
||||||
|
|
||||||
npMan : NounPhrase = nameNounPhrase (mkProperName "man" NUtr) ;
|
npMan : NounPhrase = nameNounPhrase (mkProperName "man" NUtr) ;
|
||||||
npDet : NounPhrase = nameNounPhrase (mkProperName "det" NNeutr) ;
|
npDet : NounPhrase = nameNounPhrase (mkProperName "det" NNeutr) ;
|
||||||
|
|
||||||
|
|||||||
@@ -223,6 +223,18 @@ oper
|
|||||||
P3
|
P3
|
||||||
Clit2 ;
|
Clit2 ;
|
||||||
|
|
||||||
|
---- A hack to get the dative form "y".
|
||||||
|
pronY = mkPronoun
|
||||||
|
"il"
|
||||||
|
(elision "l")
|
||||||
|
"y"
|
||||||
|
"lui"
|
||||||
|
"en" "en" "en"
|
||||||
|
(PGen Masc)
|
||||||
|
Sg
|
||||||
|
P3
|
||||||
|
Clit2 ;
|
||||||
|
|
||||||
pronElle = mkPronoun
|
pronElle = mkPronoun
|
||||||
"elle"
|
"elle"
|
||||||
elisLa
|
elisLa
|
||||||
|
|||||||
@@ -14,6 +14,8 @@ oper
|
|||||||
|
|
||||||
nounPhraseOn = mkNameNounPhrase "on" Masc ;
|
nounPhraseOn = mkNameNounPhrase "on" Masc ;
|
||||||
|
|
||||||
|
pronImpers : NounPhrase = pronNounPhrase pronIl ;
|
||||||
|
|
||||||
partitiveNounPhrase = \n,vin ->
|
partitiveNounPhrase = \n,vin ->
|
||||||
normalNounPhrase
|
normalNounPhrase
|
||||||
(table {
|
(table {
|
||||||
@@ -48,14 +50,19 @@ oper
|
|||||||
npGenPossNum = \nu,ton,mec ->
|
npGenPossNum = \nu,ton,mec ->
|
||||||
\\c => prepCase c ++ ton.s ! Poss Pl mec.g ++ nu.s ! mec.g ++ mec.s ! Pl ;
|
\\c => prepCase c ++ ton.s ! Poss Pl mec.g ++ nu.s ! mec.g ++ mec.s ! Pl ;
|
||||||
|
|
||||||
existNounPhrase = \duvin -> {
|
---- We miss "il y en a"
|
||||||
s = \\m =>
|
|
||||||
case m of {
|
|
||||||
Ind => ["il y a"] ;
|
|
||||||
Con => ["il y ait"]
|
|
||||||
} ++ duvin.s ! stressed accusative --- il y en a ; have to define "y"
|
|
||||||
} ;
|
|
||||||
|
|
||||||
|
existNounPhrase = \unemaison ->
|
||||||
|
predVerbGroupClause
|
||||||
|
pronImpers
|
||||||
|
(predClauseGroup
|
||||||
|
verbAvoir
|
||||||
|
(complTransVerbGen
|
||||||
|
(mkTransVerbCas verbAvoir dative)
|
||||||
|
pronY
|
||||||
|
(\\_,_,_ => unemaison.s ! Ton Acc)
|
||||||
|
)
|
||||||
|
) ;
|
||||||
|
|
||||||
reflPron : Number => Person => NPFormA => Str = \\n,p =>
|
reflPron : Number => Person => NPFormA => Str = \\n,p =>
|
||||||
case p of {
|
case p of {
|
||||||
@@ -183,16 +190,7 @@ oper
|
|||||||
} ;
|
} ;
|
||||||
|
|
||||||
-- Questions
|
-- Questions
|
||||||
{- ----
|
|
||||||
existNounPhraseQuest = \duvin -> {
|
|
||||||
s = \\m =>
|
|
||||||
case m of {
|
|
||||||
DirQ => optStr (estCeQue Acc) ++ ["il y a"] ;
|
|
||||||
IndirQ => elisSi ++ ["il y a"]
|
|
||||||
}
|
|
||||||
++ duvin.s ! stressed accusative --- il y en a ; have to define "y"
|
|
||||||
} ;
|
|
||||||
-}
|
|
||||||
intSlash = \Qui, Tuvois ->
|
intSlash = \Qui, Tuvois ->
|
||||||
{s = \\b,cl =>
|
{s = \\b,cl =>
|
||||||
let
|
let
|
||||||
|
|||||||
@@ -11,8 +11,6 @@ instance SyntaxNor of SyntaxScand = TypesNor **
|
|||||||
|
|
||||||
-- When common nouns are extracted from lexicon, the composite noun form is ignored.
|
-- When common nouns are extracted from lexicon, the composite noun form is ignored.
|
||||||
|
|
||||||
extCommonNounMasc = extCommNoun ;
|
|
||||||
|
|
||||||
npMan : NounPhrase = nameNounPhrase (mkProperName "man" (NUtr Masc)) ;
|
npMan : NounPhrase = nameNounPhrase (mkProperName "man" (NUtr Masc)) ;
|
||||||
npDet : NounPhrase = nameNounPhrase (mkProperName "det" NNeutr) ;
|
npDet : NounPhrase = nameNounPhrase (mkProperName "det" NNeutr) ;
|
||||||
|
|
||||||
|
|||||||
@@ -45,19 +45,18 @@ lin
|
|||||||
ComparADeg = comparAdjPhrase ;
|
ComparADeg = comparAdjPhrase ;
|
||||||
SuperlNP = superlNounPhrase ;
|
SuperlNP = superlNounPhrase ;
|
||||||
|
|
||||||
---- PredAS = predAdjSent ;
|
PredAS = predAdjSent ;
|
||||||
---- PredV0 rain = predVerbClause (pronNounPhrase pronIt) rain (complVerb rain) ;
|
PredV0 rain = predVerbClause (pronNounPhrase pronImpers) rain (complVerb rain) ;
|
||||||
|
|
||||||
-- Partial saturation.
|
-- Partial saturation.
|
||||||
|
|
||||||
---- UseV2 = transAsVerb ;
|
UseV2 = transAsVerb ;
|
||||||
|
|
||||||
---- ComplV3 = complDitransVerb ;
|
---- ComplV3 = complDitransVerb ;
|
||||||
|
|
||||||
---- ComplA2S = predAdjSent2 ;
|
ComplA2S = predAdjSent2 ; ---- clitics get lost
|
||||||
|
|
||||||
---- AdjPart = adjPastPart ;
|
|
||||||
|
|
||||||
|
AdjPart = adjPastPart ;
|
||||||
|
|
||||||
UseV2V x = x ** {isAux = False} ;
|
UseV2V x = x ** {isAux = False} ;
|
||||||
UseV2S x = x ;
|
UseV2S x = x ;
|
||||||
@@ -129,11 +128,11 @@ lin
|
|||||||
ImperOne = imperUtterance singular ;
|
ImperOne = imperUtterance singular ;
|
||||||
ImperMany = imperUtterance plural ;
|
ImperMany = imperUtterance plural ;
|
||||||
|
|
||||||
---- AdvCl = advClause ;
|
AdvCl = advClause ;
|
||||||
---- AdvVPI = advVerbPhrase ;
|
AdvVPI = advVerbPhrase ;
|
||||||
|
|
||||||
---- AdCPhr = advSentence ;
|
AdCPhr = advSentence ;
|
||||||
---- AdvPhr = advSentence ;
|
AdvPhr = advSentence ;
|
||||||
|
|
||||||
TwoS = twoSentence ;
|
TwoS = twoSentence ;
|
||||||
ConsS = consSentence ;
|
ConsS = consSentence ;
|
||||||
@@ -175,14 +174,8 @@ lin
|
|||||||
|
|
||||||
OneNP = nounPhraseOn ;
|
OneNP = nounPhraseOn ;
|
||||||
|
|
||||||
|
ExistCN A = existNounPhrase (indefNounPhrase Sg A) ;
|
||||||
|
|
||||||
{- ----
|
ExistNumCN nu A = existNounPhrase (indefNounPhraseNum nu A) ;
|
||||||
ExistCN A = predVerbGroupClause npDet
|
|
||||||
(complTransVerb (mkDirectVerb (deponentVerb verbFinnas))
|
|
||||||
(indefNounPhrase singular A)) ;
|
|
||||||
ExistNumCN nu A = predVerbGroupClause npDet
|
|
||||||
(complTransVerb (mkDirectVerb (deponentVerb verbFinnas))
|
|
||||||
(indefNounPhraseNum plural nu A)) ;
|
|
||||||
-}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -74,6 +74,11 @@ oper
|
|||||||
|
|
||||||
noNum : Numeral = {s = \\_ => []} ;
|
noNum : Numeral = {s = \\_ => []} ;
|
||||||
|
|
||||||
|
-- The existence construction "il y a", "c'è / ci sono" is defined separately,
|
||||||
|
-- and ad hoc, in each language.
|
||||||
|
|
||||||
|
existNounPhrase : NounPhrase -> Clause ;
|
||||||
|
|
||||||
|
|
||||||
--2 Determiners
|
--2 Determiners
|
||||||
--
|
--
|
||||||
@@ -201,10 +206,6 @@ oper
|
|||||||
g = idee.g
|
g = idee.g
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
-- The existence construction "il y a", "c'è / ci sono" is defined separately,
|
|
||||||
-- and ad hoc, in each language.
|
|
||||||
|
|
||||||
existNounPhrase : NounPhrase -> Sentence ;
|
|
||||||
|
|
||||||
-- The partitive noun phrase has special nominative and accusative, which look like
|
-- The partitive noun phrase has special nominative and accusative, which look like
|
||||||
-- genitives ("du vin, avec du vin", as well as genitive form, where the definite
|
-- genitives ("du vin, avec du vin", as well as genitive form, where the definite
|
||||||
@@ -284,6 +285,25 @@ oper
|
|||||||
p = bon.p
|
p = bon.p
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
-- Sentence-complement adjectives.
|
||||||
|
---- Need proper mode in the negative case.
|
||||||
|
|
||||||
|
predAdjSent : (Adjective ** {mp,mn : Mode}) -> Sentence -> Clause =
|
||||||
|
\probable,ildort ->
|
||||||
|
predCopula pronImpers
|
||||||
|
(complCopula
|
||||||
|
(\\_,_,_ => probable.s ! AF Masc Sg ++ elisQue ++ ildort.s ! probable.mp)) ;
|
||||||
|
|
||||||
|
---- This rule in abstract syntax misses clitics.
|
||||||
|
|
||||||
|
predAdjSent2 : (AdjCompl ** {mp,mn : Mode}) -> NounPhrase ->
|
||||||
|
( Adjective ** {mp,mn : Mode}) = \facile,jean ->
|
||||||
|
complAdj facile jean ** {mp = facile.mp ; mn = facile.mn} ;
|
||||||
|
|
||||||
|
pronImpers : NounPhrase ;
|
||||||
|
|
||||||
|
-- $pronImpers = pronNounPhrase pronIl$ in French, empty in Italian
|
||||||
|
-- and Spanish.
|
||||||
|
|
||||||
--3 Prepositions and complements
|
--3 Prepositions and complements
|
||||||
--
|
--
|
||||||
@@ -457,36 +477,6 @@ oper
|
|||||||
predCopula : NounPhrase -> Complemnt -> Clause = \np,co ->
|
predCopula : NounPhrase -> Complemnt -> Clause = \np,co ->
|
||||||
predVerbClause np copula co ;
|
predVerbClause np copula co ;
|
||||||
|
|
||||||
{-
|
|
||||||
predVerb : Verb -> VerbGroup = \aller ->
|
|
||||||
{s = \\b,g,v => "foo"} ;
|
|
||||||
|
|
||||||
formVerb : Verb -> Bool -> Gender -> VPForm -> Str = \aller,b,g,vf ->
|
|
||||||
(predVerb aller).s ! b ! g ! vf ;
|
|
||||||
|
|
||||||
-- This is needed to take apart the auxiliary ("avoir" or "être") and
|
|
||||||
-- the participle, to form correct order of negation and clitique.
|
|
||||||
|
|
||||||
formVerb2 : Verb -> Gender -> VPForm ->
|
|
||||||
{verb : Str ; part : Gender => Number => Str} = \aller,g,vf ->
|
|
||||||
case vf of {
|
|
||||||
VPF Simul v => {
|
|
||||||
verb = aller.s ! v ;
|
|
||||||
part = \\_,_ => []
|
|
||||||
} ;
|
|
||||||
VPF Anter v => {
|
|
||||||
verb = (auxVerb aller).s ! v ;
|
|
||||||
part = --\\gen,num => --- cannot infer type
|
|
||||||
table Gender {gen => table Number {num =>
|
|
||||||
aller.s ! case aller.aux of {
|
|
||||||
AEsse => VPart g (nombreVerb v) ;
|
|
||||||
AHabere => VPart gen num
|
|
||||||
}
|
|
||||||
}}
|
|
||||||
}
|
|
||||||
} ;
|
|
||||||
-}
|
|
||||||
|
|
||||||
negVerb : Str -> Str ;
|
negVerb : Str -> Str ;
|
||||||
|
|
||||||
-- Verb phrases can also be formed from adjectives ("est bon"),
|
-- Verb phrases can also be formed from adjectives ("est bon"),
|
||||||
@@ -604,6 +594,16 @@ oper
|
|||||||
|
|
||||||
reflPron : Number => Person => NPFormA => Str ;
|
reflPron : Number => Person => NPFormA => Str ;
|
||||||
|
|
||||||
|
---- There is no adverbial form for the past participle.
|
||||||
|
|
||||||
|
adjPastPart : Verb -> Adjective = \verb -> {
|
||||||
|
s = table {
|
||||||
|
AF g n => verb.s ! VPart g n ;
|
||||||
|
AA => verb.s ! VPart Masc Sg
|
||||||
|
} ;
|
||||||
|
p = False
|
||||||
|
} ;
|
||||||
|
|
||||||
mkTransVerb : Verb -> Preposition -> CaseA -> TransVerb = \v,p,c ->
|
mkTransVerb : Verb -> Preposition -> CaseA -> TransVerb = \v,p,c ->
|
||||||
v ** {s2 = p ; c = c} ;
|
v ** {s2 = p ; c = c} ;
|
||||||
|
|
||||||
@@ -700,6 +700,9 @@ oper
|
|||||||
adVerbPhrase : VerbGroup -> Adverb -> VerbGroup = \chante, bien ->
|
adVerbPhrase : VerbGroup -> Adverb -> VerbGroup = \chante, bien ->
|
||||||
{s = \\b,g,v => chante.s ! b ! g ! v ++ bien.s} ;
|
{s = \\b,g,v => chante.s ! b ! g ! v ++ bien.s} ;
|
||||||
|
|
||||||
|
advVerbPhrase : VerbPhrase -> Adverb -> VerbPhrase = \chante, bien ->
|
||||||
|
{s = \\v,g,n,p => chante.s ! v ! g ! n ! p ++ bien.s} ;
|
||||||
|
|
||||||
-- Adverbs are typically generated by prefixing prepositions.
|
-- Adverbs are typically generated by prefixing prepositions.
|
||||||
-- The rule for prepositional phrases also comprises the use of prepositions
|
-- The rule for prepositional phrases also comprises the use of prepositions
|
||||||
-- treated as cases. Therefore, both a preposition and a case are needed
|
-- treated as cases. Therefore, both a preposition and a case are needed
|
||||||
@@ -1076,10 +1079,6 @@ oper
|
|||||||
|
|
||||||
----- questVerbPhrase : NounPhrase -> VerbPhrase -> Question ;
|
----- questVerbPhrase : NounPhrase -> VerbPhrase -> Question ;
|
||||||
|
|
||||||
-- The existence question is treated separately.
|
|
||||||
|
|
||||||
existNounPhraseQuest : NounPhrase -> Question ;
|
|
||||||
|
|
||||||
--3 Wh-questions
|
--3 Wh-questions
|
||||||
--
|
--
|
||||||
-- Wh-questions are of two kinds: ones that are like $NP - VP$ sentences,
|
-- Wh-questions are of two kinds: ones that are like $NP - VP$ sentences,
|
||||||
@@ -1143,7 +1142,13 @@ oper
|
|||||||
|
|
||||||
--2 Sentence adverbials
|
--2 Sentence adverbials
|
||||||
--
|
--
|
||||||
-- This class covers adverbials such as "autrement", "donc", which are prefixed
|
-- Sentence adverbs is the largest class and open for
|
||||||
|
-- e.g. prepositional phrases.
|
||||||
|
|
||||||
|
advClause : Clause -> Adverb -> Clause = \yousing,well ->
|
||||||
|
{s = \\b,c => yousing.s ! b ! c ++ well.s} ;
|
||||||
|
|
||||||
|
-- Another class covers adverbials such as "autrement", "donc", which are prefixed
|
||||||
-- to a sentence to form a phrase.
|
-- to a sentence to form a phrase.
|
||||||
|
|
||||||
advSentence : SS -> Sentence -> Utterance = \donc,ildort ->
|
advSentence : SS -> Sentence -> Utterance = \donc,ildort ->
|
||||||
@@ -1276,6 +1281,7 @@ oper
|
|||||||
<_,P1> => P1 ;
|
<_,P1> => P1 ;
|
||||||
_ => P2
|
_ => P2
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
--3 Coordinating adverbs
|
--3 Coordinating adverbs
|
||||||
--
|
--
|
||||||
-- We need a category of lists of adverbs. It is a discontinuous
|
-- We need a category of lists of adverbs. It is a discontinuous
|
||||||
|
|||||||
@@ -26,8 +26,6 @@ oper
|
|||||||
g = gen2nounGen sb.h1
|
g = gen2nounGen sb.h1
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
extCommNounMasc : Subst -> CommNoun ;
|
|
||||||
|
|
||||||
-- These constants are used for data abstraction over the parameter type $Num$.
|
-- These constants are used for data abstraction over the parameter type $Num$.
|
||||||
singular = Sg ;
|
singular = Sg ;
|
||||||
plural = Pl ;
|
plural = Pl ;
|
||||||
@@ -863,13 +861,13 @@ oper
|
|||||||
useVerb vilja
|
useVerb vilja
|
||||||
(\\g,n,p =>
|
(\\g,n,p =>
|
||||||
vilja.s1 ++
|
vilja.s1 ++
|
||||||
if_then_Str vilja.isAux [] "att" ++ ---- vilja.s3 ++
|
if_then_Str vilja.isAux [] infinAtt ++ ---- vilja.s3 ++
|
||||||
simma.s ! VIInfinit ! g ! n ! p) ;
|
simma.s ! VIInfinit ! g ! n ! p) ;
|
||||||
|
|
||||||
transVerbVerb : VerbVerb -> TransVerb -> TransVerb = \vilja,hitta ->
|
transVerbVerb : VerbVerb -> TransVerb -> TransVerb = \vilja,hitta ->
|
||||||
{s = vilja.s ;
|
{s = vilja.s ;
|
||||||
s1 = vilja.s1 ++
|
s1 = vilja.s1 ++
|
||||||
if_then_Str vilja.isAux [] "att" ++ ---- vilja.s3 ++
|
if_then_Str vilja.isAux [] infinAtt ++ ---- vilja.s3 ++
|
||||||
hitta.s ! VI (Inf Act) ++ hitta.s1 ;
|
hitta.s ! VI (Inf Act) ++ hitta.s1 ;
|
||||||
s2 = hitta.s2
|
s2 = hitta.s2
|
||||||
} ;
|
} ;
|
||||||
@@ -930,7 +928,7 @@ oper
|
|||||||
\jag,vilja,se ->
|
\jag,vilja,se ->
|
||||||
predVerbGroupClause jag (useVerb vilja (\\g,n,p =>
|
predVerbGroupClause jag (useVerb vilja (\\g,n,p =>
|
||||||
vilja.s1 ++
|
vilja.s1 ++
|
||||||
if_then_Str vilja.isAux [] "att" ++ ---- vilja.s3 ++
|
if_then_Str vilja.isAux [] infinAtt ++ ---- vilja.s3 ++
|
||||||
se.s ! VI (Inf Act))
|
se.s ! VI (Inf Act))
|
||||||
) ** {s2 = se.s2} ;
|
) ** {s2 = se.s2} ;
|
||||||
|
|
||||||
|
|||||||
@@ -11,15 +11,9 @@ instance SyntaxSwe of SyntaxScand = TypesSwe **
|
|||||||
|
|
||||||
oper
|
oper
|
||||||
|
|
||||||
extCommNounMasc : Subst -> CommNoun = \sb ->
|
|
||||||
{s = \\n,b,c => sb.s ! SF n b c ;
|
|
||||||
g = NUtr Masc
|
|
||||||
} ;
|
|
||||||
|
|
||||||
npMan : NounPhrase = nameNounPhrase (mkProperName "man" (NUtr Masc)) ;
|
npMan : NounPhrase = nameNounPhrase (mkProperName "man" (NUtr Masc)) ;
|
||||||
npDet : NounPhrase = nameNounPhrase (mkProperName "det" NNeutr) ;
|
npDet : NounPhrase = nameNounPhrase (mkProperName "det" NNeutr) ;
|
||||||
|
|
||||||
|
|
||||||
mkAdjForm : Species -> Number -> NounGender -> AdjFormPos = \b,n,g ->
|
mkAdjForm : Species -> Number -> NounGender -> AdjFormPos = \b,n,g ->
|
||||||
case <b,n> of {
|
case <b,n> of {
|
||||||
<Indef,Sg> => Strong (ASg (genNoun g)) ;
|
<Indef,Sg> => Strong (ASg (genNoun g)) ;
|
||||||
@@ -119,13 +113,13 @@ instance SyntaxSwe of SyntaxScand = TypesSwe **
|
|||||||
|
|
||||||
progressiveVerbPhrase : VerbPhrase -> VerbGroup =
|
progressiveVerbPhrase : VerbPhrase -> VerbGroup =
|
||||||
complVerbVerb
|
complVerbVerb
|
||||||
(mkVerb "hålla" "håller" "håll" "höll" "hållit" "hållen" **
|
(mkVerbPart "hålla" "håller" "håll" "höll" "hållit" "hållen" "på" **
|
||||||
{isAux = False}) ;
|
{isAux = False}) ;
|
||||||
|
|
||||||
progressiveClause : NounPhrase -> VerbPhrase -> Clause = \np,vp ->
|
progressiveClause : NounPhrase -> VerbPhrase -> Clause = \np,vp ->
|
||||||
predVerbGroupClause np
|
predVerbGroupClause np
|
||||||
(complVerbVerb
|
(complVerbVerb
|
||||||
(mkVerb "hålla" "håller" "håll" "höll" "hållit" "hållen" **
|
(mkVerbPart "hålla" "håller" "håll" "höll" "hållit" "hållen" "på" **
|
||||||
{isAux = False}) ---- ;{s3 = ["på att"]})
|
{isAux = False}) ---- ;{s3 = ["på att"]})
|
||||||
vp) ;
|
vp) ;
|
||||||
|
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ lin
|
|||||||
Finnish = extAdjective (aFin "finsk") ;
|
Finnish = extAdjective (aFin "finsk") ;
|
||||||
Happy = aFin "lycklig" ;
|
Happy = aFin "lycklig" ;
|
||||||
Married = extAdjective (aAbstrakt "gift") ** {s2 = "med"} ;
|
Married = extAdjective (aAbstrakt "gift") ** {s2 = "med"} ;
|
||||||
Man = extCommNounMasc man_1144 ;
|
Man = extCommNoun man_1144 ;
|
||||||
Bar = extCommNoun (sSak "bar") ;
|
Bar = extCommNoun (sSak "bar") ;
|
||||||
Bottle = extCommNoun (sApa "flask") ;
|
Bottle = extCommNoun (sApa "flask") ;
|
||||||
Woman = extCommNoun (sApa "kvinn") ;
|
Woman = extCommNoun (sApa "kvinn") ;
|
||||||
@@ -44,7 +44,7 @@ lin
|
|||||||
SwitchOff = mkDirectVerb (vLeka "stäng" ** {s1 = "av"}) ;
|
SwitchOff = mkDirectVerb (vLeka "stäng" ** {s1 = "av"}) ;
|
||||||
|
|
||||||
Mother = mkFun (extCommNoun mor_1) "till" ;
|
Mother = mkFun (extCommNoun mor_1) "till" ;
|
||||||
Uncle = mkFun (extCommNounMasc farbror_8) "till" ;
|
Uncle = mkFun (extCommNoun farbror_8) "till" ;
|
||||||
Connection = mkFun (extCommNoun (sVarelse "förbindelse")) "från" **
|
Connection = mkFun (extCommNoun (sVarelse "förbindelse")) "från" **
|
||||||
{s3 = "till"} ;
|
{s3 = "till"} ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user