mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
18 lines
352 B
Plaintext
18 lines
352 B
Plaintext
--# -path=.:../translator:../../../examples/phrasebook
|
|
|
|
concrete AppSwe of App =
|
|
SmallPredSwe
|
|
, ExtensionsSwe [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
|
, DocumentationSwe - [Pol,Tense]
|
|
, DictionarySwe - [Pol,Tense]
|
|
, PhrasebookSwe - [open_A]
|
|
|
|
** {
|
|
|
|
flags
|
|
literal = Symb ;
|
|
|
|
lin
|
|
PhrasePhr p = {s = "+" ++ p.s} | p ;
|
|
|
|
} |