mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
Some clean-up of category explanations in Common.gf and Cat.gf.
This commit is contained in:
@@ -95,7 +95,7 @@ abstract Cat = Common ** {
|
|||||||
-- Constructed in [Structural Structural.html].
|
-- Constructed in [Structural Structural.html].
|
||||||
|
|
||||||
Conj ; -- conjunction, e.g. "and"
|
Conj ; -- conjunction, e.g. "and"
|
||||||
DConj ; -- distributed conj. e.g. "both - and"
|
DConj ; -- distributed conjunction e.g. "both - and"
|
||||||
Subj ; -- subjunction, e.g. "if"
|
Subj ; -- subjunction, e.g. "if"
|
||||||
Prep ; -- preposition, or just case e.g. "in"
|
Prep ; -- preposition, or just case e.g. "in"
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ abstract Common = {
|
|||||||
Phr ; -- phrase in a text e.g. "but be quiet please"
|
Phr ; -- phrase in a text e.g. "but be quiet please"
|
||||||
Utt ; -- sentence, question, word... e.g. "be quiet"
|
Utt ; -- sentence, question, word... e.g. "be quiet"
|
||||||
Voc ; -- vocative or "please" e.g. "my darling"
|
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]:
|
-- Constructed in [``Sentence`` Sentence.html]:
|
||||||
|
|
||||||
@@ -37,10 +37,10 @@ abstract Common = {
|
|||||||
-- Constructed in [``Adverb`` Adverb.html].
|
-- Constructed in [``Adverb`` Adverb.html].
|
||||||
-- Many adverbs are constructed in [``Structural`` Structural.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"
|
AdV ; -- adverb directly attached to verb e.g. "always"
|
||||||
AdA ; -- adjective-modifying adverb, e.g. "very"
|
AdA ; -- adjective-modifying adverb e.g. "very"
|
||||||
AdN ; -- numeral-modifying adverb, e.g. "more than"
|
AdN ; -- numeral-modifying adverb e.g. "more than"
|
||||||
IAdv ; -- interrogative adverb e.g. "why"
|
IAdv ; -- interrogative adverb e.g. "why"
|
||||||
CAdv ; -- comparative adverb e.g. "more"
|
CAdv ; -- comparative adverb e.g. "more"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user