mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-24 02:12:50 -06:00
redocumenting resource
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
concrete CatSwe of Cat = CatScand with
|
||||
concrete CatSwe of Cat = TenseX ** CatScand with
|
||||
(ResScand = ResSwe) ;
|
||||
|
||||
@@ -11,9 +11,8 @@ concrete LangSwe of Lang =
|
||||
RelativeSwe,
|
||||
ConjunctionSwe,
|
||||
PhraseSwe,
|
||||
TensedSwe,
|
||||
StructuralSwe,
|
||||
BasicSwe
|
||||
LexiconSwe
|
||||
** {
|
||||
|
||||
flags startcat = Phr ;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
--# -path=.:../scandinavian:../common:../abstract:../../prelude
|
||||
|
||||
concrete BasicSwe of Basic = CatSwe ** open ParadigmsSwe in {
|
||||
concrete LexiconSwe of Lexicon = CatSwe ** open ParadigmsSwe in {
|
||||
|
||||
flags
|
||||
optimize=values ;
|
||||
@@ -1,2 +1,2 @@
|
||||
concrete PhraseSwe of Phrase = CatSwe, TenseX ** PhraseScand with
|
||||
concrete PhraseSwe of Phrase = CatSwe ** PhraseScand with
|
||||
(ResScand = ResSwe) ;
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
concrete TensedSwe of Tensed = CatSwe, TenseX ** TensedScand with
|
||||
(ResScand = ResSwe) ;
|
||||
Reference in New Issue
Block a user