mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 03:32:51 -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:
17
examples/translator/App.gf
Normal file
17
examples/translator/App.gf
Normal file
@@ -0,0 +1,17 @@
|
||||
--# -path=.:../translator:../../../examples/phrasebook
|
||||
|
||||
abstract App =
|
||||
SmallPred
|
||||
, Extensions [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
||||
, Documentation - [Pol,Tense]
|
||||
, Dictionary - [Pol,Tense]
|
||||
|
||||
, Phrasebook
|
||||
** {
|
||||
flags
|
||||
startcat=Phr ;
|
||||
|
||||
fun
|
||||
PhrasePhr : Phrase -> Phr ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user