// author: Hui Li
// email:  hui.li@informatik.uni-heidelberg.de
// date:   2013-12-12
// This file contains "set words" and their normalized expressions
// according to TIMEX3 format.
// For example, the normalized value of "daily" is "XXXX-XX-XX"
// FORMAT: "set-word","normalized-set-word"
"每年","XXXX"
"年年","XXXX"
"每月","XXXX-XX"
"每日","XXXX-XX-XX"
"每天","XXXX-XX-XX"
"每周","XXXX-WXX"


//"年度","XXXX"
//"月月","XXXX-XX"
//"月度","XXXX-XX"
//"天天","XXXX-XX-XX"
//"周周","XXXX-WXX"