mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
13 lines
104 B
Plaintext
13 lines
104 B
Plaintext
abstract Koe = {
|
|
|
|
cat S ; NP ; VP ;
|
|
|
|
fun
|
|
Pred : NP -> VP -> S ;
|
|
|
|
He, She : NP ;
|
|
|
|
Strong : VP ;
|
|
|
|
}
|