Skip to content

Commit

Permalink
updates after the changes in the Bulgarian RGL
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Jul 4, 2018
1 parent d770b70 commit adbc8dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion phrasebook/SentencesBul.gf
Expand Up @@ -28,7 +28,7 @@ lin YouFamMale = mkPerson youSg_Pron ;

lin ACitizen p cit =
let noun : N
= case p.name.a.gn of {
= case p.name.gn of {
R.GSg g => lin N {s = \\nf => cit.s1 ! g ! nf;
rel = cit.s2.s; relPost = False;
g = case g of {R.Masc=>R.AMasc R.Human; R.Fem=>R.AFem; R.Neut=>R.ANeut}
Expand Down
2 changes: 1 addition & 1 deletion phrasebook/WordsBul.gf
Expand Up @@ -142,7 +142,7 @@ concrete WordsBul of Words = SentencesBul **
ALike p item = mkCl p.name (dirV2 (actionV (mkV186 "харесвам") (mkV186 "харесам"))) item ;
ALive p co = mkCl p.name (mkVP (mkVP (stateV (mkV160 "живея"))) (SyntaxBul.mkAdv in_Prep (mkNP co))) ;
ALove p q = mkCl p.name (dirV2 (actionV (mkV186 "обичам") (mkV152 "обикна"))) q.name ;
AMarried p = mkCl p.name (mkA076 (case p.name.a.gn of {
AMarried p = mkCl p.name (mkA076 (case p.name.gn of {
R.GSg R.Fem => "омъжен" ;
_ => "женен"
})) ;
Expand Down

0 comments on commit adbc8dd

Please sign in to comment.