mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
18 lines
305 B
Plaintext
18 lines
305 B
Plaintext
--# -path=.:../translator:../../../examples/phrasebook
|
|
|
|
abstract App =
|
|
SmallPred
|
|
, Extensions [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
|
, Documentation - [Pol,Tense]
|
|
, Dictionary - [Pol,Tense]
|
|
|
|
, Phrasebook
|
|
** {
|
|
flags
|
|
startcat=Phr ;
|
|
|
|
fun
|
|
PhrasePhr : Phrase -> Phr ;
|
|
|
|
}
|