// author: Jannik Strötgen
// email:  stroetgen@uni-hd.de
// date:   2012-07-24
// This file contains regular expression patterns for month numbers.
// FORMAT: one line is one disjunction of the pattern
10
11
12
0?[1-9]
// Roman numbers
VIII
III
VII
XII
II
IV
VI
IX
XI
X
V
I
