// author: Jannik Strötgen
// email:  stroetgen@uni-hd.de
// date:   2011-06-10
// This file contains regular expression patterns for parts of days.
// FORMAT: one line is one disjunction of the pattern
(ال)?صباح[ا]?[ً]?
(ال)?صبيح[هة]
(ال)?ضحى
(ال)?غدو[هة]
(ال)?منتصف
(ال)?ظهر[ا]?[ُ]?
(ال)?ظهير[هة]
(ال)?عصر[ا]?[ً]?
(ال)?عشاء[ً]?
(ال)?مساء[ً]?
(ال)?ليل[هة]
(ال)?فجر[ا]?[ً]?


