1
0
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:
kr.angelov
2013-02-12 10:53:13 +00:00
parent 1f77afcfce
commit 55203110bb
6 changed files with 32 additions and 4 deletions

View File

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

View File

@@ -24,6 +24,7 @@ open MorphoEng, ResEng, ParadigmsEng, Prelude in {
flags
literal=Symb ;
beam_size=0.95 ;
lin
myself_NP = regNP "myself" singular ;