blob: 903358343062ff4e205fd8d60bbc87c3d5f01212 [file] [log] [blame]
# Configuration File for RegExAnnotator.
#
# File format is as follows:
# - Lines starting with # or whitepsace are ignored
# - Lines starting with % indicate an annotation type.
# - All other lines are regular expressions. The language is that supported by Java 1.4.
#
# If a regular expression is matched, it will be annotated with the last annotation type
# declared (the nearest preceding line starting with %).
%example.GovernmentOfficial
(Vice )?Pres(ident|\.)
(Lieutenant |Lt. )?Gov(ernor|\.)
Sen(ator|\.)
Rep(resentative|\.)
([A-Z][a-z]* )+Minister( of [A-Z][a-z]*)?
(Unders|S)ecretary( of [A-Z][a-z]*)?