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
|
-- Adjectives are conveniently seen as gender-dependent nouns. Here
|
||||||
-- are some patterns. First one that describes the worst case.
|
-- are some patterns. First one that describes the worst case.
|
||||||
@@ -195,7 +195,7 @@ oper
|
|||||||
_ => mkAdj a
|
_ => mkAdj a
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
--2 Personal pronouns
|
--4 Personal pronouns
|
||||||
--
|
--
|
||||||
-- All the eight personal pronouns can be built by the following macro.
|
-- All the eight personal pronouns can be built by the following macro.
|
||||||
-- The use of "ne" as atonic genitive is debatable.
|
-- The use of "ne" as atonic genitive is debatable.
|
||||||
@@ -241,7 +241,7 @@ oper
|
|||||||
(pronAgr pron g n p) ** pronLin você o lhe Você ;
|
(pronAgr pron g n p) ** pronLin você o lhe Você ;
|
||||||
|
|
||||||
|
|
||||||
--2 Determiners
|
--5 Determiners
|
||||||
--
|
--
|
||||||
-- Determiners, traditionally called indefinite pronouns, are
|
-- Determiners, traditionally called indefinite pronouns, are
|
||||||
-- inflected in gender and number, like adjectives.
|
-- 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
|
** Dict
|
||||||
This module contains nouns and adjectives defined from the forms in
|
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
|
** Besch
|
||||||
The =BeschPor= module contains the complete inflection tables for all
|
The =BeschPor= module contains the complete inflection tables for all
|
||||||
|
|||||||
Reference in New Issue
Block a user