From f94654377988cdf6ae1d06a4e534bb41cb09549a Mon Sep 17 00:00:00 2001 From: aarne Date: Fri, 9 Jun 2006 15:22:54 +0000 Subject: [PATCH] started document on linguistic structures in the resource --- resource-1.0/abstract/Common.gf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/resource-1.0/abstract/Common.gf b/resource-1.0/abstract/Common.gf index b973f4bf4..82c1ae50c 100644 --- a/resource-1.0/abstract/Common.gf +++ b/resource-1.0/abstract/Common.gf @@ -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