// author: Hui Li
// email:  hui.li@informatik.uni-heidelberg.de
// date:   2013-12-12
// 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"