mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
family relations in PhrasebookBul
This commit is contained in:
@@ -175,11 +175,11 @@ concrete WordsBul of Words = SentencesBul **
|
||||
-- below. Languages without productive genitives must use an equivalent of
|
||||
-- "the wife of my son" for non-pronouns.
|
||||
|
||||
-- Wife = xOf sing (mkN "wife") ;
|
||||
-- Husband = xOf sing (mkN "husband") ;
|
||||
-- Son = xOf sing (mkN "son") ;
|
||||
-- Daughter = xOf sing (mkN "daughter") ;
|
||||
-- Children = xOf plur L.child_N ;
|
||||
Wife = xOf sing (mkN041 "съпруга") ;
|
||||
Husband = xOf sing (mkN015 "съпруг") ;
|
||||
Son = xOf sing (mkN018 "син") ;
|
||||
Daughter = xOf sing (mkN047 "дъщеря") ;
|
||||
Children = xOf plur L.child_N ;
|
||||
|
||||
-- week days
|
||||
|
||||
@@ -216,8 +216,8 @@ concrete WordsBul of Words = SentencesBul **
|
||||
-- open_Adv = P.mkAdv "open" ;
|
||||
-- closed_Adv = P.mkAdv "closed" ;
|
||||
|
||||
-- xOf : GNumber -> N -> NPPerson -> NPPerson = \n,x,p ->
|
||||
-- relativePerson n (mkCN x) (\a,b,c -> mkNP (GenNP b) a c) p ;
|
||||
xOf : GNumber -> N -> NPPerson -> NPPerson = \n,x,p ->
|
||||
relativePerson n (mkCN x) (\a,b,c -> mkNP (mkNP the_Quant a c) (SyntaxBul.mkAdv (mkPrep "" R.Dat) b)) p ;
|
||||
|
||||
-- nameOf : NPPerson -> NP = \p -> (xOf sing (mkN "name") p).name ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user