mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-13 23:09:31 -06:00
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
abstract Translate = ParseEngAbs, Phrasebook ** {
|
|
|
|
flags startcat = Phrase ;
|
|
|
|
fun
|
|
PPhr : Phr -> Phrase ;
|
|
NP_Person : NP -> Person ;
|
|
NP_Object : NP -> Object ;
|
|
NP_Item : NP -> Item ;
|
|
NP_Place : NP -> Place ;
|
|
|
|
} |