mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 22:14:57 +03:00
fixed bug in detruecaser / interaction with esacping
This commit is contained in:
parent
d5cf38cab2
commit
a7f7379fa4
@ -13,7 +13,7 @@ die("detruecase.perl < in > out")
|
||||
'in=s' => \$INFILE);
|
||||
|
||||
my %SENTENCE_END = ("."=>1,":"=>1,"?"=>1,"!"=>1);
|
||||
my %DELAYED_SENTENCE_START = ("("=>1,"["=>1,"\""=>1,"'"=>1);
|
||||
my %DELAYED_SENTENCE_START = ("("=>1,"["=>1,"\""=>1,"'"=>1,"""=>1,"'"=>1,"["=>1,"]"=>1);
|
||||
|
||||
# lowercase even in headline
|
||||
my %ALWAYS_LOWER;
|
||||
|
Loading…
Reference in New Issue
Block a user