forked from GitHub/gf-core
now the beam size for the statistical parser can be configured by using the flag beam_size in the top-level concrete module
This commit is contained in:
@@ -24,6 +24,7 @@ open ResBul, Prelude in {
|
||||
|
||||
flags
|
||||
literal=Symb ;
|
||||
beam_size=0.95 ;
|
||||
coding = utf8 ;
|
||||
|
||||
lin
|
||||
|
||||
@@ -24,6 +24,7 @@ open MorphoEng, ResEng, ParadigmsEng, Prelude in {
|
||||
|
||||
flags
|
||||
literal=Symb ;
|
||||
beam_size=0.95 ;
|
||||
|
||||
lin
|
||||
myself_NP = regNP "myself" singular ;
|
||||
|
||||
Reference in New Issue
Block a user