// 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
"ربيع[ا]?[ً]?","SP"
"صيف[ا]?[ً]?","SU"
"خريف[ا]?[ً]?","FA"
"شتاء[ا]?[ً]?","WI"
