mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 16:59:34 -06:00
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