From 2d33069e047e70f4e915e41ad84197a883ce171f Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Wed, 3 Apr 2019 14:20:51 +0200 Subject: [PATCH] (Spa) split parte_N into parte_1_N (fem) and parte_2_N (masc) --- src/spanish/DictSpa.gf | 12 +++++++----- src/spanish/DictSpaAbs.gf | 4 +++- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/spanish/DictSpa.gf b/src/spanish/DictSpa.gf index 99b605f0..135199b3 100644 --- a/src/spanish/DictSpa.gf +++ b/src/spanish/DictSpa.gf @@ -30105,13 +30105,15 @@ lin parroquia_N = mkN "parroquia" ; lin parsec_N = mkN "parsec" ; lin parsimonia_N = mkN "parsimonia" ; lin parsismo_N = mkN "parsismo" ; -lin parte_N = mkN "parte" ; +lin parte_N = mkN "parte" feminine ; +lin parte_1_N = parte_N ; -- part, section, portion +lin parte_2_N = mkN "parte" masculine ; -- message, report, dispatch lin parte_alícuota_A = invarA "parte alícuota" ; -lin parte_anterior_N = mkAN parte_N "anterior" ; -- to-check segmentation +lin parte_anterior_N = mkAN parte_N "anterior" ; lin parte_del_cuerpo_N = mkN parte_N "del cuerpo" ; -lin parte_demandante_N = mkAN parte_N "demandante" ; -- to-check segmentation -lin parte_fundamental_N = mkAN parte_N "fundamental" ; -- to-check segmentation -lin parte_médico_N = mkAN parte_N "médico" ; -- to-check segmentation +lin parte_demandante_N = mkAN parte_N "demandante" ; +lin parte_fundamental_N = mkAN parte_N "fundamental" ; +lin parte_médico_N = mkAN parte_2_N "médico" ; lin parte_para_voz_N = mkN parte_N "para voz" ; lin parte_perjudicada_N = mkAN parte_N "perjudicada" ; -- to-check segmentation lin parte_trasera_N = mkAN parte_N "trasera" ; -- to-check segmentation diff --git a/src/spanish/DictSpaAbs.gf b/src/spanish/DictSpaAbs.gf index f9a66cb0..fdf2c5c0 100644 --- a/src/spanish/DictSpaAbs.gf +++ b/src/spanish/DictSpaAbs.gf @@ -30612,7 +30612,9 @@ fun parroquia_N : N ; fun parsec_N : N ; fun parsimonia_N : N ; fun parsismo_N : N ; -fun parte_N : N ; +fun parte_N : N ; -- parte_1_N is more common, this is an alias for it +fun parte_1_N : N ; -- part, section, portion +fun parte_2_N : N ; -- message, report, dispatch fun parte_alícuota_A : A ; fun parte_anterior_N : N ; fun parte_del_cuerpo_N : N ;