// author: Jannik Strötgen
// email:  stroetgen@uni-hd.de
// date:   2011-06-10
// This file contains "part words" and their normalized expressions
// according to TIMEX3 format.
// For example, the normalized value of "Anfang" is "START"
// FORMAT: "part-word","normalized-part-word"
"Anfang","START"
"Beginn","START"
"Ende","END"
"Mitte","MID"
"Frühen","START"
"frühen","START"
"Späten","END"
"späten","END"