// author: Jannik Strötgen
// email:  stroetgen@uni-hd.de
// date:   2011-06-10
// This file contains "month numbers" and their normalized season expressions
// according to TIMEX3 format.
// For example, the normalized value of month "04" is season "SP"
// FORMAT: "normalized month","normalized season"
"01","WI"
"02","WI"
"03","SP"
"04","SP"
"05","SP"
"06","SU"
"07","SU"
"08","SU"
"09","FA"
"10","FA"
"11","FA"
"12","WI"