// author: Jannik Strötgen
// email:  stroetgen@uni-hd.de
// date:   2011-09-12
// This file contains "approximate words" and their normalized expressions
// for dates/times according to TIMEX3 format.
// For example, the normalized value of "about" is "APPROX"
// FORMAT: "approximate-word","normalized-approximate-word"
// about
"Approximately","APPROX"
"approximately","APPROX"
"About","APPROX"
"about","APPROX"
// SYNONYM
"Aboot","APPROX"
// SYNONYM
"aboot","APPROX"
// SYNONYM
"Abt","APPROX"
// SYNONYM
"abt","APPROX"
// SYNONYM
"Abwt","APPROX"
// SYNONYM
"abwt","APPROX"
// SYNONYM
"Bout","APPROX"
// SYNONYM
"bout","APPROX"
// SYNONYM
"Bowt","APPROX"
// SYNONYM
"bowt","APPROX"
"Around","APPROX"
"around","APPROX"
// SYNONYM
"Arnd","APPROX"
// SYNONYM
"arnd","APPROX"
"Circa","APPROX"
"circa","APPROX"
// less
"No more than","EQUAL_OR_LESS"
"no more than","EQUAL_OR_LESS"
"No longer than","EQUAL_OR_LESS"
"no longer than","EQUAL_OR_LESS"
"Up to","EQUAL_OR_LESS"
"up to","EQUAL_OR_LESS"
"Less than","LESS_THAN"
"less than","LESS_THAN"
"Nearly","LESS_THAN"
"nearly","LESS_THAN"
"Almost","LESS_THAN"
"almost","LESS_THAN"
//  more
"At least","EQUAL_OR_MORE"
"at least","EQUAL_OR_MORE"
"More than","MORE_THAN"
"more than","MORE_THAN"
"Longer than","MORE_THAN"
"longer than","MORE_THAN"
"Over","MORE_THAN"
"over","MORE_THAN"
// SYNONYM
"Ova","MORE_THAN"
// SYNONYM
"ova","MORE_THAN"
// SYNONYM
"Uber","MORE_THAN"
// SYNONYM
"uber","MORE_THAN"
