French conj

This commit is contained in:
aarne
2006-01-23 10:54:49 +00:00
parent 5c50cbe5ca
commit 29b47a37c9
7 changed files with 41 additions and 22 deletions

View File

@@ -131,6 +131,7 @@ lin
open_V2 = ouvrir_V2 ;
paint_V2A = mkV2A (v2V peindre_V2) accusative ;
paper_N = regN "papier" masculine ;
paris_PN = mkPN "Paris" masculine ;
peace_N = regN "paix" feminine ;
pen_N = regN "stylo" masculine ;
planet_N = regN "planète" feminine ;

View File

@@ -1,2 +1,2 @@
concrete ConjunctionFre of Conjunction = CatFre ** ConjunctionRomance with
(DiffRomance = DiffFre) ;
(ResRomance = ResFre) ;

View File

@@ -9,7 +9,7 @@ concrete LangFre of Lang =
SentenceFre,
QuestionFre,
-- RelativeFre,
-- ConjunctionFre,
ConjunctionFre,
PhraseFre,
TensedFre,
StructuralFre,