1
0
forked from GitHub/gf-core

started document on linguistic structures in the resource

This commit is contained in:
aarne
2006-06-09 15:22:54 +00:00
parent b589a0fd4d
commit a27e35b12f
2 changed files with 36 additions and 2 deletions

View File

@@ -20,13 +20,16 @@ abstract Common = {
-- Constructed in [Text Text.html]: $Text$.
Text ; -- text consisting of several phrases e.g. "He is here. Why?"
Phr ; -- phrase in a text e.g. "But get out please."
-- Constructed in [Phrase Phrase.html]: $Phr$ and
-- Constructed in [Phrase Phrase.html]:
Phr ; -- phrase in a text e.g. "but be quiet please"
Utt ; -- sentence, question, word... e.g. "be quiet"
Voc ; -- vocative or "please" e.g. "my darling"
PConj ; -- phrase-beginning conj. e.g. "therefore"
-- Constructed in [Sentence Sentence.html]:
SC ; -- embedded sentence or question e.g. "that it rains"
--2 Adverbs