// 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]unes","1"
"[Mm]artes","2"
"[Mm]iércoles","3"
"[Jj]ueves","4"
"[Vv]iernes","5"
"[Ss]ábados?","6"
"[Dd]omingos?","7"
