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,2 +1,2 @@
concrete CatSwe of Cat = CatScand with
concrete CatSwe of Cat = TenseX ** CatScand with
(ResScand = ResSwe) ;

View File

@@ -11,9 +11,8 @@ concrete LangSwe of Lang =
RelativeSwe,
ConjunctionSwe,
PhraseSwe,
TensedSwe,
StructuralSwe,
BasicSwe
LexiconSwe
** {
flags startcat = Phr ;

View File

@@ -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 ;

View File

@@ -1,2 +1,2 @@
concrete PhraseSwe of Phrase = CatSwe, TenseX ** PhraseScand with
concrete PhraseSwe of Phrase = CatSwe ** PhraseScand with
(ResScand = ResSwe) ;

View File

@@ -1,2 +0,0 @@
concrete TensedSwe of Tensed = CatSwe, TenseX ** TensedScand with
(ResScand = ResSwe) ;