forked from GitHub/gf-core
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 ;
|
|
|
|
} |