1
0
forked from GitHub/gf-rgl

decrease the heuristic factor for parsing to 0.80 from 0.95. Otherwise we get the wrong result for compound verbs like "look after", "look forward", etc.

This commit is contained in:
kr.angelov
2013-09-20 12:07:47 +00:00
parent aa4c55a3c1
commit 667c3aa174

View File

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