mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 02:39:31 -06:00
15 lines
159 B
Plaintext
15 lines
159 B
Plaintext
abstract Koe = {
|
|
|
|
flags startcat = S ;
|
|
|
|
cat S ; NP ; VP ;
|
|
|
|
fun
|
|
Pred : NP -> VP -> S ;
|
|
|
|
Je, Tu, Il, Elle, Nous, Vous, Ils, Elles : NP ;
|
|
|
|
Strong : VP ;
|
|
|
|
}
|