// author: Hui Li
// email:  hui.li@informatik.uni-heidelberg.de
// date:   2013-12-12
// This file contains "unit words" and their normalized expressions.
// For example, the normalized value of "week" is "week"
// FORMAT: "unit-word","normalized-unit-word"

"千万","0000000"
"千","000"
"百万","000000"
"百","00"
"十万","00000"
"万","0000"
"亿","00000000"