forked from GitHub/gf-rgl
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
|
flags
|
||||||
literal=Symb ;
|
literal=Symb ;
|
||||||
|
beam_size=0.95 ;
|
||||||
coding = utf8 ;
|
coding = utf8 ;
|
||||||
|
|
||||||
lin
|
lin
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ open MorphoEng, ResEng, ParadigmsEng, Prelude in {
|
|||||||
|
|
||||||
flags
|
flags
|
||||||
literal=Symb ;
|
literal=Symb ;
|
||||||
|
beam_size=0.95 ;
|
||||||
|
|
||||||
lin
|
lin
|
||||||
myself_NP = regNP "myself" singular ;
|
myself_NP = regNP "myself" singular ;
|
||||||
|
|||||||
Reference in New Issue
Block a user