mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
the content of ParseEngAbs3.probs is now merged with ParseEngAbs.probs. The later is now retrained. Once the grammar is compiled with the .probs file now it doesn't need anything more to do robust parsing. The robustness itself is controlled by the flags 'heuristic_search_factor', 'meta_prob' and 'meta_token_prob' in ParseEngAbs.gf
This commit is contained in:
@@ -25,7 +25,6 @@ open ResBul, Prelude in {
|
||||
|
||||
flags
|
||||
literal=Symb ;
|
||||
beam_size=0.95 ;
|
||||
coding = utf8 ;
|
||||
|
||||
lin
|
||||
|
||||
@@ -25,7 +25,6 @@ open MorphoEng, ResEng, ParadigmsEng, Prelude in {
|
||||
|
||||
flags
|
||||
literal=Symb ;
|
||||
beam_size=0.60 ;
|
||||
|
||||
lin
|
||||
myself_NP = regNP "myself" singular ;
|
||||
|
||||
@@ -21,6 +21,9 @@ abstract ParseEngAbs =
|
||||
|
||||
flags
|
||||
startcat=Phr;
|
||||
heuristic_search_factor=0.60;
|
||||
meta_prob=1.0e-5;
|
||||
meta_token_prob=1.1965149246222233e-9;
|
||||
|
||||
fun CompoundCN : Num -> N -> CN -> CN ;
|
||||
DashCN : N -> N -> N ;
|
||||
|
||||
Reference in New Issue
Block a user