// author: Jannik Strötgen
// email:  stroetgen@uni-hd.de
// date:   2011-06-10
// This file contains "season words" and their normalized expressions
// according to TIMEX3 format.
// For example, the normalized value of "summer" is "SU"
// FORMAT: "season-word","normalized-season-word"
// spring
"spring","SP"
"Spring","SP"
//summer
"summer","SU"
"Summer","SU"
// fall
"fall","FA"
"Fall","FA"
"autumn","FA"
"Autumn","FA"
// winter
"winter","WI"
"Winter","WI"