forked from GitHub/gf-core
constructor PositAdAAdj in Adverb, for most langs
This commit is contained in:
@@ -20,6 +20,10 @@ abstract Adverb = Cat ** {
|
||||
|
||||
AdAdv : AdA -> Adv -> Adv ; -- very quickly
|
||||
|
||||
-- Like adverbs, adadjectives can be produced by adjectives.
|
||||
|
||||
PositAdAAdj : A -> AdA ; -- extremely
|
||||
|
||||
-- Subordinate clauses can function as adverbs.
|
||||
|
||||
SubjS : Subj -> S -> Adv ; -- when she sleeps
|
||||
@@ -28,5 +32,4 @@ abstract Adverb = Cat ** {
|
||||
|
||||
AdnCAdv : CAdv -> AdN ; -- less (than five)
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user