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:
@@ -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 ;
|
||||
|
||||
Reference in New Issue
Block a user