mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 18:28:55 -06:00
redocumenting resource
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
--# -path=.:../romance:../abstract:../common:prelude
|
||||
|
||||
concrete CatFre of Cat = CatRomance with
|
||||
concrete CatFre of Cat = TenseX ** CatRomance with
|
||||
(ResRomance = ResFre) ;
|
||||
|
||||
@@ -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 ;
|
||||
@@ -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
|
||||
|
||||
@@ -11,9 +11,8 @@ concrete LangFre of Lang =
|
||||
RelativeFre,
|
||||
ConjunctionFre,
|
||||
PhraseFre,
|
||||
TensedFre,
|
||||
StructuralFre,
|
||||
BasicFre
|
||||
LexiconFre
|
||||
** {
|
||||
|
||||
flags startcat = Phr ;
|
||||
|
||||
@@ -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 ;
|
||||
@@ -1,2 +1,2 @@
|
||||
concrete PhraseFre of Phrase = CatFre, TenseX ** PhraseRomance with
|
||||
concrete PhraseFre of Phrase = CatFre ** PhraseRomance with
|
||||
(ResRomance = ResFre) ;
|
||||
|
||||
@@ -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 ;
|
||||
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
concrete TensedFre of Tensed = CatFre, TenseX ** TensedRomance with
|
||||
(ResRomance = ResFre) ;
|
||||
Reference in New Issue
Block a user