// author: TV Canh
// email:  
// date:   2012-06-25
// This file contains "day words" and their normalized expressions 
// according to TIMEX3 format.
// For example, the normalized value of "sunday" is "1"
// FORMAT: "day-word","normalized-day-word"
"thứ hai","1"
"Thứ hai","1"
"thứ ba","2"
"Thứ ba","2"
"thứ tư","3"
"Thứ tư","3"
"thứ năm","4"
"Thứ năm","4"
"thứ sáu","5"
"Thứ sáu","5"
"thứ bảy","6"
"Thứ bảy","6"
"chủ nhật","7"
"Chủ nhật","7"
