// author: Antonio Cancela Díaz, Jannik Strötgen
// email:  stroetgen@uni-hd.de
// date:   2012-07-16
// This file contains "weekday words" and their normalized expressions.
// For example, the normalized value of "Monday" is "monday"
// FORMAT: "weekday-word","normalized-weekday-word"
"[Ll]unes","monday"
"[Mm]artes","tuesday"
"[Mm]iércoles","wednesday"
"[Jj]ueves","thursday"
"[Vv]iernes","friday"
"[Ss]ábados?","saturday"
"[Dd]omingos?","sunday"

