mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 15:59:32 -06:00
16 lines
292 B
Plaintext
16 lines
292 B
Plaintext
--# -path=.:../translator
|
|
|
|
abstract NDTrans =
|
|
NDLift
|
|
,Extensions [CN,NP,AdA,AdV,CompoundCN,AdAdV,UttAdV,ApposNP]
|
|
,Dictionary - [Pol,Tense]
|
|
,Chunk
|
|
** {
|
|
flags
|
|
startcat=Phr;
|
|
heuristic_search_factor=0.60;
|
|
meta_prob=1.0e-5;
|
|
meta_token_prob=1.1965149246222233e-9;
|
|
|
|
}
|