1
0
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:
kr.angelov
2013-02-12 10:53:13 +00:00
parent eb612177c3
commit 6005445757
2 changed files with 2 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ open ResBul, Prelude in {
flags flags
literal=Symb ; literal=Symb ;
beam_size=0.95 ;
coding = utf8 ; coding = utf8 ;
lin lin

View File

@@ -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 ;