From 411fce46b8c2e2ed089d97f8ab2f0ce261e22772 Mon Sep 17 00:00:00 2001 From: bringert Date: Mon, 5 Nov 2007 18:05:18 +0000 Subject: [PATCH] Some clean-up of category explanations in Common.gf and Cat.gf. --- lib/resource-1.0/abstract/Cat.gf | 2 +- lib/resource-1.0/abstract/Common.gf | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/resource-1.0/abstract/Cat.gf b/lib/resource-1.0/abstract/Cat.gf index 018ad0a99..ba6e0ac2c 100644 --- a/lib/resource-1.0/abstract/Cat.gf +++ b/lib/resource-1.0/abstract/Cat.gf @@ -95,7 +95,7 @@ abstract Cat = Common ** { -- Constructed in [Structural Structural.html]. Conj ; -- conjunction, e.g. "and" - DConj ; -- distributed conj. e.g. "both - and" + DConj ; -- distributed conjunction e.g. "both - and" Subj ; -- subjunction, e.g. "if" Prep ; -- preposition, or just case e.g. "in" diff --git a/lib/resource-1.0/abstract/Common.gf b/lib/resource-1.0/abstract/Common.gf index b90329052..76bfd9cf4 100644 --- a/lib/resource-1.0/abstract/Common.gf +++ b/lib/resource-1.0/abstract/Common.gf @@ -26,7 +26,7 @@ abstract Common = { 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" + PConj ; -- phrase-beginning conjunction e.g. "therefore" -- Constructed in [``Sentence`` Sentence.html]: @@ -37,10 +37,10 @@ abstract Common = { -- Constructed in [``Adverb`` Adverb.html]. -- Many adverbs are constructed in [``Structural`` Structural.html]. - Adv ; -- verb-phrase-modifying adverb, e.g. "in the house" + Adv ; -- verb-phrase-modifying adverb e.g. "in the house" AdV ; -- adverb directly attached to verb e.g. "always" - AdA ; -- adjective-modifying adverb, e.g. "very" - AdN ; -- numeral-modifying adverb, e.g. "more than" + AdA ; -- adjective-modifying adverb e.g. "very" + AdN ; -- numeral-modifying adverb e.g. "more than" IAdv ; -- interrogative adverb e.g. "why" CAdv ; -- comparative adverb e.g. "more"