redocumenting resource

This commit is contained in:
aarne
2006-01-25 13:52:15 +00:00
parent 3a69241209
commit 9dc877cead
73 changed files with 392 additions and 263 deletions

View File

@@ -1,4 +1,4 @@
--# -path=.:../romance:../abstract:../common:prelude
concrete CatFre of Cat = CatRomance with
concrete CatFre of Cat = TenseX ** CatRomance with
(ResRomance = ResFre) ;

View File

@@ -4,7 +4,7 @@
-- Translated to GF by Aarne Ranta
-- added extracted subcat information 29/11
concrete VerbsFre of VerbsFreAbs = CatFre **
concrete IrregFre of IrregFreAbs = CatFre **
open DiffFre, MorphoFre, BeschFre, Prelude in {
flags optimize=values ;

View File

@@ -4,7 +4,7 @@
-- Translated to GF by Aarne Ranta
-- added extracted subcat information 29/11
abstract VerbsFreAbs = Cat ** {
abstract IrregFreAbs = Cat ** {
-- all verbs in classes with "er" and "ir" like "finir" are omitted

View File

@@ -11,9 +11,8 @@ concrete LangFre of Lang =
RelativeFre,
ConjunctionFre,
PhraseFre,
TensedFre,
StructuralFre,
BasicFre
LexiconFre
** {
flags startcat = Phr ;

View File

@@ -1,6 +1,6 @@
--# -path=.:../romance:../common:../abstract:../../prelude
concrete BasicFre of Basic = CatFre ** open ParadigmsFre, VerbsFre in {
concrete LexiconFre of Lexicon = CatFre ** open ParadigmsFre, IrregFre in {
flags
optimize=values ;

View File

@@ -1,2 +1,2 @@
concrete PhraseFre of Phrase = CatFre, TenseX ** PhraseRomance with
concrete PhraseFre of Phrase = CatFre ** PhraseRomance with
(ResRomance = ResFre) ;

View File

@@ -1,5 +1,5 @@
concrete StructuralFre of Structural = CatFre **
open PhonoFre, MorphoFre, ParadigmsFre, VerbsFre, Prelude in {
open PhonoFre, MorphoFre, ParadigmsFre, IrregFre, Prelude in {
flags optimize=all ;

View File

@@ -1,2 +0,0 @@
concrete TensedFre of Tensed = CatFre, TenseX ** TensedRomance with
(ResRomance = ResFre) ;