From cf868a29d10942c62b4041e5931e68f868a4b96d Mon Sep 17 00:00:00 2001 From: philblunsom Date: Mon, 19 Jul 2010 17:01:19 +0000 Subject: Changed string delimiter, hope this doesn't screw anything up ... git-svn-id: https://ws10smt.googlecode.com/svn/trunk@316 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/dict.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoder/dict.cc') diff --git a/decoder/dict.cc b/decoder/dict.cc index 485fa348..5b0882e6 100644 --- a/decoder/dict.cc +++ b/decoder/dict.cc @@ -6,6 +6,6 @@ #include void Dict::AsVector(const WordID& id, std::vector* results) const { - boost::algorithm::split_regex(*results, Convert(id), boost::regex("\\|\\|\\|")); + boost::algorithm::split_regex(*results, Convert(id), boost::regex(" \\|\\|\\| ")); } -- cgit v1.2.3