forked from GitHub/gf-core
19 lines
342 B
Plaintext
19 lines
342 B
Plaintext
--# -path=.:../translator:../../../examples/phrasebook
|
|
|
|
concrete AppEng of App =
|
|
SmallPredEng
|
|
, ExtensionsEng [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
|
, DocumentationEng - [Pol,Tense]
|
|
, DictionaryEng - [Pol,Tense]
|
|
|
|
, PhrasebookEng
|
|
|
|
** {
|
|
|
|
flags
|
|
literal = Symb ;
|
|
|
|
lin
|
|
PhrasePhr p = {s = "+" ++ p.s} | p ;
|
|
|
|
} |