mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
Month abbreviations shouldn't be causing a sentence split.
Yes this will break existing tokenized data :-(.
This commit is contained in:
parent
824bd174f1
commit
f97ed79a70
@ -105,3 +105,17 @@ Nos
|
|||||||
Art #NUMERIC_ONLY#
|
Art #NUMERIC_ONLY#
|
||||||
Nr
|
Nr
|
||||||
pp #NUMERIC_ONLY#
|
pp #NUMERIC_ONLY#
|
||||||
|
|
||||||
|
#month abbreviations
|
||||||
|
Jan
|
||||||
|
Feb
|
||||||
|
Mar
|
||||||
|
Apr
|
||||||
|
May
|
||||||
|
Jun
|
||||||
|
Jul
|
||||||
|
Aug
|
||||||
|
Sep
|
||||||
|
Oct
|
||||||
|
Nov
|
||||||
|
Dec
|
||||||
|
Loading…
Reference in New Issue
Block a user