// author: Jannik Strötgen
// email:  stroetgen@uni-hd.de
// date:   2011-06-10
// 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"
"[Ll]uned(ì|i'|i)","1"
"[Mm]arted(ì|i'|i)","2"
"[Mm]ercoled(ì|i'|i)","3"
"[Gg]ioved(ì|i'|i)","4"
"[Vv]enerd(ì|i'|i)","5"
"[Ss]abato","6"
"[Dd]omenica","7"
