mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
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/AppFin.gf
Normal file
18
examples/translator/AppFin.gf
Normal file
@@ -0,0 +1,18 @@
|
||||
--# -path=.:../finnish/stemmed:../finnish:../api:../translator:../../../examples/phrasebook:alltenses
|
||||
|
||||
concrete AppFin of App =
|
||||
SmallPredFin
|
||||
, ExtensionsFin [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
||||
, DocumentationFin - [Pol,Tense]
|
||||
, DictionaryFin - [Pol,Tense]
|
||||
, PhrasebookFin - [open_A]
|
||||
|
||||
** {
|
||||
|
||||
flags
|
||||
literal = Symb ;
|
||||
|
||||
lin
|
||||
PhrasePhr p = {s = "+" ++ p.s} | p ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user