-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpatterns.yml
210 lines (210 loc) · 5.02 KB
/
patterns.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
# * 結構說明
#
# 群組
# 規則名稱
# Regex 字串
---
common:
name_with_title:
regex: |
^(?:(.+)\s+)?(.*)$
ending:
start:
regex: |
主席.*散會.*|報告院會.*散會.*|.*現在散會.*|謝謝.*散會.*|^散會
speach:
paragraph: # 主席: 發言內容
regex: |
^([^:]{2,10}):(.*)$
content:
regex: |
^(?:\(|()(\d+)時(\d+)分(?:\)|))(.*)$
ignore_speakers:
regex: |
以下|本案|本席|現作如下決(議|定)|^(日期|傳真|電話|地址|剛才|再來|這樣|有句話說)
chairman:
regex: |
^主\s*席((.*?))?
header:
title_temporarily: # 公報標題
regex: |
立法院第\s*(\S+)\s*屆第\s*(\S+)\s*會期第\s*(\S+?)\s*次臨時會(?:第\s*(\S+?)\s*次)?會議紀錄
title_election:
regex: |
立法院第\s*(\S+)\s*屆(?:第\s*(\S+)\s*會期)?(選舉院長、副院長|院長副院長選舉)會議(紀錄|議事錄)
title_general:
regex: |
立法院第\s*(\S+)\s*屆第\s*(\S+)\s*會期第\s*(\S+?)\s*次會議(紀錄|議事錄)
title_committee:
regex: |
^(?:立法院)?第(\d+)屆第(\d+)會期(?:立法院)?(.*?)(?:兩|三|2|3)?委員會第?(\d+)次(?:[全會]?體委員|聯席(?:委員)?)會?會議?(紀錄|議事錄)?$
title_secret:
regex: |
立法院第\s*(\S+)\s*屆第\s*(\S+)\s*會期第\s*(\S+?)\s*次秘密會議紀錄
title_other:
regex: |
主\s*席\s+(.*)$
chairman: # 主席名稱
regex: |
主\s*席\s+(?<chairman>.*)$
datetime: # 開會時間
regex: |
時\s*間\s+中華民國(\S+)年(\S+)月(\S+)日((\S+))(\S+?)(\d+)時
announcement:
start:
regex: |
現在開會.*進行報告事項.*
title:
regex: |
^報\s*告\s*事\s*項$
questioning:
start:
regex: |
^質\s*詢\s*事\s*項((本院委員質詢部分))?$
title:
regex: |
^質\s*詢\s*事\s*項$
reply_start:
regex: |
行政院答復部分$
question_start:
regex: |
本院委員質詢部分$
end:
regex: |
(以上質詢事項全文,均見本期質詢事項
discussion:
start:
regex: |
(現在進行討論事項|進行討論事項第\S+案)
title:
regex: |
^討\s*論\s*事\s*項$
end:
regex: |
討論事項.*到此為止(?!.*繼續)
item_start:
regex: |
進行討論事項(第\S+案)
letter_start: # 函開始
regex: |
(立法院\S+會函)
letter_end:
regex: |
審查報告已宣讀完畢
letter_to:
regex: |
受文者:(\S+)
letter_date:
regex: |
發文日期:中華民國(\S+)年(\S+)月(\S+?)日
letter_id:
regex: |
發文字號:(\S+)
letter_priority:
regex: |
速別:(\S+)
letter_secure:
regex: |
密等及解密條件或保密期限:(\S+)
letter_title:
regex: |
主旨:(.*)。
letter_report_to_start:
regex: |
復.*貴處(.*)
letter_report_to_id:
regex: |
(\d+?)年(\d+?)月(\d+?)日(\S+?\d+)號
report_start: # 報告開始
regex: |
審查報告.*份。
discusswords_start:
regex: |
(\S+?)((二讀|三讀))
discusswords_end:
regex: |
三讀條文已宣讀通過|繼續進行三讀
other_resolution_start:
regex: |
^附帶決議:$
resolution:
regex: |
(主席|本案|以下).*決議:?「(\S+?)。?」
proposal:
start:
regex: |
處理.*黨團.*(提案|增列部分)
consultation:
start:
regex: |
處理.*黨團.*協商結論|現有一朝野黨團協商結論|宣讀朝野協商結論
interpellation:
start:
regex: |
對行政院.*質詢|進行施政報告之質詢|進行施政總質詢|追加預算報告之質詢|進行委員質詢|現在進行質詢。|請.*質詢[,。]詢答時間共?為
ignore_start:
regex: |
以下決定|現在休息|宣告|討論事項結束後|質詢完畢
ask_someone_report:
regex: |
請.{3,6}報告並備詢
interpdoc_start:
regex: |
提書面質詢
interpdoc_body:
regex: |
^(.*委員.*)書面(補充)?質詢?.?:$
end:
regex: |
報告院會|詢答時間|已質詢完畢|處理完畢|提書面質詢
exmotion:
start:
regex: |
現在.*(?!下次).*處理臨時提案
ignore_start:
regex: |
不處理臨時提案
proposer:
regex: |
^提案人:(.*)
petitioner:
regex: |
^連署人:(.*)
other:
regex: |
^([^:]*)$
disputed:
regex: |
.*有無異議?.*?[()](.*?)[))].*
end:
regex: |
臨時提案.*處理完畢|休息.*進行.*質詢
reconsideration:
start:
regex: |
處理.*復議案
breaktime:
start:
regex: |
.*現在休息.*
end:
regex: |
.*現在(繼續)?開會.*
amend:
start:
regex: |
方才宣告.*現在訂正
vote:
vote_approval:
regex: |
.*贊成者[::].*
vote_veto:
regex: |
.*反對者[::].*
vote_abstention:
regex: |
.*棄權者[::].*
vote_other:
regex: |
.*[:、,。].*