mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
19 lines
338 B
Plaintext
19 lines
338 B
Plaintext
--# -path=.:../romance:../common:../abstract:../../prelude
|
|
|
|
concrete ExtraLexiconFre of ExtraLexicon = CatFre **
|
|
open ParadigmsFre,MorphoFre,BeschFre in {
|
|
|
|
flags
|
|
optimize=values ;
|
|
|
|
lin
|
|
value_N = regGenN "valeur" feminine ;
|
|
square_A = regA "caré" ;
|
|
time_N = regN "heure" ;
|
|
element_N = mkN "élément" ;
|
|
|
|
|
|
|
|
|
|
} ;
|