forked from GitHub/gf-core
moved the small app chunking grammars from lib/src/experimental to examples/translator; the proper place might be in the git contributions, but this can be decided later
This commit is contained in:
18
examples/translator/AppSwe.gf
Normal file
18
examples/translator/AppSwe.gf
Normal file
@@ -0,0 +1,18 @@
|
||||
--# -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 ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user