typo in AllHin corrected; excluded ReflA2 in Demo (not needed in concretes any more)

This commit is contained in:
aarne
2008-08-14 20:30:17 +00:00
parent 5368b95a45
commit 8719bb9530
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ abstract Demo =
Noun - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP], Noun - [AdvCN,PredetNP,PPartNP,RelNP,RelCN,SentCN,ApposCN,MassNP,DetNP],
-- Verb, -- Verb,
Clause, -- Clause, --
Adjective - [SentAP], Adjective - [SentAP,ReflA2],
Adverb, Adverb,
Numeral, Numeral,
-- Sentence, -- Sentence,

View File

@@ -1,3 +1,3 @@
--# -path=.:../abstract:../common:prelude --# -path=.:../abstract:../common:prelude
concrete AllHin of AllHinAbs = LanHin ; concrete AllHin of AllHinAbs = LangHin ;