mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -06:00
added examples to the documentation of verbs and prepositions
This commit is contained in:
@@ -13,10 +13,11 @@ cat
|
||||
Modifier ; -- e.g. finite, transitive
|
||||
|
||||
fun
|
||||
noun_Category : Category ;
|
||||
adjective_Category : Category ;
|
||||
verb_Category : Category ;
|
||||
adverb_Category : Category ;
|
||||
noun_Category : Category ;
|
||||
adjective_Category : Category ;
|
||||
verb_Category : Category ;
|
||||
adverb_Category : Category ;
|
||||
preposition_Category : Category ;
|
||||
|
||||
number_ParameterType : ParameterType ;
|
||||
gender_ParameterType : ParameterType ;
|
||||
@@ -87,12 +88,25 @@ fun
|
||||
|
||||
nounHeading : N -> Heading ;
|
||||
|
||||
InflectionN : N -> Inflection ;
|
||||
InflectionA : A -> Inflection ;
|
||||
InflectionV : V -> Inflection ;
|
||||
InflectionV2 : V2 -> Inflection ;
|
||||
InflectionVV : VV -> Inflection ;
|
||||
InflectionN : N -> Inflection ;
|
||||
InflectionN2 : N2 -> Inflection ;
|
||||
InflectionN3 : N3 -> Inflection ;
|
||||
InflectionA : A -> Inflection ;
|
||||
InflectionV : V -> Inflection ;
|
||||
InflectionV2 : V2 -> Inflection ;
|
||||
InflectionVV : VV -> Inflection ;
|
||||
InflectionVS : VS -> Inflection ;
|
||||
InflectionVQ : VQ -> Inflection ;
|
||||
InflectionVA : VA -> Inflection ;
|
||||
InflectionV3 : V3 -> Inflection ;
|
||||
InflectionV2V : V2V -> Inflection ;
|
||||
InflectionV2S : V2S -> Inflection ;
|
||||
InflectionV2Q : V2Q -> Inflection ;
|
||||
InflectionV2A : V2A -> Inflection ;
|
||||
InflectionAdv : Adv -> Inflection ;
|
||||
InflectionPrep : Prep -> Inflection ;
|
||||
|
||||
ExplainInflection : String -> Inflection -> Inflection ;
|
||||
|
||||
-- generic grammar terms
|
||||
|
||||
|
||||
Reference in New Issue
Block a user