Tense to Common ; Idiom ; Text

This commit is contained in:
aarne
2006-02-20 22:11:57 +00:00
parent b6957f4e41
commit e0dc7034ac
39 changed files with 255 additions and 61 deletions

View File

@@ -1,18 +1,15 @@
--1 The category system
abstract Cat = Tense ** {
abstract Cat = Common ** {
cat
--2 Top-level units
-- Constructed in [Text Text.html].
-- Constructed in [Text Text.html]: $Text$.
Text ; -- text consisting of several phrases
-- Constructed in [Phrase Phrase.html]: $Phr$ and
-- Constructed in [Phrase Phrase.html].
Phr ; -- phrase in a text e.g. "But be quiet my darling."
Utt ; -- sentence, question, word... e.g. "be quiet"
Voc ; -- vocative or "please" e.g. "my darling"