// author: Jannik Strötgen
// email:  stroetgen@uni-hd.de
// date:   2011-06-10
// This file contains "unit words" and their normalized expressions.
// For example, the normalized value of "week" is "week"
// FORMAT: "unit-word","normalized-unit-word"
"day","day"
"week-end","week-WE"
"weekend","week-WE"
"week","week"
"month","month"
"quarter","quarter"
"year","year"
"decade","decade"
"century","century"
// Plurals (not in reUnit)
"days","day"
"week-ends","week-WE"
"weekends","week-WE"
"weeks","week"
"months","month"
"quarters","quarter"
"years","year"
"decades","decade"
// not in reUnit
"centuries","century"
"hour","hour"
"hours","hour"
"minute","minute"
"minutes","minute"
"trading day","day"
"trading days","day"
// scientific
"patient-years","year"
"patient-year","year"
"person-years","year"
"person-year","year"

