mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 13:29:32 -06:00
21 lines
378 B
Plaintext
21 lines
378 B
Plaintext
--# -path=.:../translator:../../../examples/phrasebook
|
|
|
|
concrete AppChi of App =
|
|
SmallPredChi
|
|
, ExtensionsChi [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
|
, DocumentationChi - [Pol,Tense,Ant]
|
|
, DictionaryChi - [Pol,Tense,Ant]
|
|
, PhrasebookChi - [Ant,Pol,Tense,at_Prep]
|
|
|
|
** {
|
|
|
|
flags
|
|
literal = Symb ;
|
|
|
|
lin
|
|
PhrasePhr p = {s = "+" ++ p.s} | p ;
|
|
|
|
}
|
|
|
|
|