forked from GitHub/gf-rgl
Merge pull request #156 from odanoburu/por-dict-update-2
(Por) update Dict
This commit is contained in:
172842
src/portuguese/DictPor.gf
172842
src/portuguese/DictPor.gf
File diff suppressed because it is too large
Load Diff
168928
src/portuguese/DictPorAbs.gf
168928
src/portuguese/DictPorAbs.gf
File diff suppressed because it is too large
Load Diff
@@ -143,7 +143,7 @@ oper
|
||||
|
||||
} ;
|
||||
|
||||
--2 Adjectives
|
||||
--3 Adjectives
|
||||
--
|
||||
-- Adjectives are conveniently seen as gender-dependent nouns. Here
|
||||
-- are some patterns. First one that describes the worst case.
|
||||
@@ -195,7 +195,7 @@ oper
|
||||
_ => mkAdj a
|
||||
} ;
|
||||
|
||||
--2 Personal pronouns
|
||||
--4 Personal pronouns
|
||||
--
|
||||
-- All the eight personal pronouns can be built by the following macro.
|
||||
-- The use of "ne" as atonic genitive is debatable.
|
||||
@@ -241,7 +241,7 @@ oper
|
||||
(pronAgr pron g n p) ** pronLin você o lhe Você ;
|
||||
|
||||
|
||||
--2 Determiners
|
||||
--5 Determiners
|
||||
--
|
||||
-- Determiners, traditionally called indefinite pronouns, are
|
||||
-- inflected in gender and number, like adjectives.
|
||||
|
||||
@@ -21,7 +21,9 @@ The code used to generate the modules below is in this [[http://gitlab.com/odano
|
||||
|
||||
** Dict
|
||||
This module contains nouns and adjectives defined from the forms in
|
||||
this [[https://github.com/LFG-PTBR/MorphoBr/][morphological resource]].
|
||||
this [[https://github.com/LFG-PTBR/MorphoBr/][morphological resource]]. Variants are not used. =fun= names are
|
||||
the word's lemmas, plus optional distinguishing feature (e.g.,
|
||||
/número_N/ for /número/ but /abade_Fem_N/ for /abadessa/).
|
||||
|
||||
** Besch
|
||||
The =BeschPor= module contains the complete inflection tables for all
|
||||
|
||||
Reference in New Issue
Block a user