1
0
forked from GitHub/gf-rgl

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:
kr.angelov
2013-11-06 10:21:46 +00:00
parent 5ff02e77b4
commit f9c55d029b
3 changed files with 3 additions and 2 deletions

View File

@@ -25,7 +25,6 @@ open ResBul, Prelude in {
flags
literal=Symb ;
beam_size=0.95 ;
coding = utf8 ;
lin

View File

@@ -25,7 +25,6 @@ open MorphoEng, ResEng, ParadigmsEng, Prelude in {
flags
literal=Symb ;
beam_size=0.60 ;
lin
myself_NP = regNP "myself" singular ;

View File

@@ -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 ;