From 7cdcc0931f91a240d995b8cc30a4af834928a443 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Tue, 29 Jan 2019 17:57:38 +0100 Subject: [PATCH] (Ara) Small typofix + add comment --- src/arabic/StructuralAra.gf | 2 +- src/arabic/VerbAra.gf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/arabic/StructuralAra.gf b/src/arabic/StructuralAra.gf index 8eb4cd31..744af228 100644 --- a/src/arabic/StructuralAra.gf +++ b/src/arabic/StructuralAra.gf @@ -88,7 +88,7 @@ concrete StructuralAra of Structural = CatAra ** -- therefore_PConj = ss "تهرفْري" ; ----b these_NP = indeclNP "هَؤُلَاء" Pl ; they_Pron = theyMasc_Pron ; - this_Quant = mkQuant7 "هَذا" "هَذِهِ" "هَذَان" "هَذَيْن" "هَاتَان" "هَاتَيْن" "هَؤُلَاء" Def ; + this_Quant = mkQuant7 "هَذَا" "هَذِهِ" "هَذَان" "هَذَيْن" "هَاتَان" "هَاتَيْن" "هَؤُلَاء" Def ; ----b this_NP = indeclNP "هَذا" Sg ; ----b those_NP = indeclNP "هَؤُلَاءكَ" Pl ; through_Prep = mkPrep "عَبْرَ" ; diff --git a/src/arabic/VerbAra.gf b/src/arabic/VerbAra.gf index e0fd3d0e..9eb5b165 100644 --- a/src/arabic/VerbAra.gf +++ b/src/arabic/VerbAra.gf @@ -100,7 +100,7 @@ concrete VerbAra of Verb = CatAra ** open Prelude, ResAra, ParamX in { -- : VP -> Prep -> VPSlash ; -- live in (it) VPSlashPrep vp prep = vp ** { c2 = prep ; - agrObj = \\_ => [] + agrObj = \\_ => [] -- to make it into VPSlash, VP didn't have that field before } ; AdvVP vp adv = insertStr adv.s vp ;