1
0
forked from GitHub/gf-core

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 88844d693a
commit 662d98a354

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 ;