mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 00:32:51 -06:00
SmallPred for optimized parsing speed: 20 times faster than NDPred
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
--# -path=.:../translator:../../../examples/phrasebook
|
||||
|
||||
abstract App =
|
||||
NDTrans
|
||||
SmallPred
|
||||
, Extensions [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
||||
, Documentation - [Pol,Tense]
|
||||
, Dictionary - [Pol,Tense]
|
||||
|
||||
, Phrasebook
|
||||
** {
|
||||
flags
|
||||
startcat=Phr;
|
||||
startcat=Phr ;
|
||||
|
||||
fun
|
||||
PhrasePhr : Phrase -> Phr ;
|
||||
|
||||
Reference in New Issue
Block a user