Skip to content

Commit

Permalink
Daily work autocommit
Browse files Browse the repository at this point in the history
git-svn-id: http://project.knowledgeforge.net/ukparse/svn/trunk@10734 9cc54934-f9f6-0310-8a8d-e8e977684441
  • Loading branch information
ukparsebot committed Oct 26, 2013
1 parent 49c55a0 commit f42bb8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscraper/lords/lordsfilterspeakers.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
respeaker = re.compile('(%s|%s|%s)(?i)' % (rehead, retable, renormal))

respeakerb = re.compile('<b>\s*((?:<stamp aname="[^"]*"/>|</b><b>|[^<]+)*),?\s*</b>(\s*:)?(?i)')
lord_parties = 'CB|Con|Lab|LD|Non-Afl|UUP|PC|Lab[ ]Ind|Ind[ ]Lab|Ind[ ]LD'
lord_parties = 'CB|Con|Lab|LD|Non-Afl|UUP|PC|(?:Lab|Con)[ ]Ind|Ind[ ](?:Lab|LD)'
respeakervals = re.compile('''
([^:(]*?)\s*
(?:\(((?!%s)[^:)]*)\)?)?
Expand Down

0 comments on commit f42bb8a

Please sign in to comment.