@evomap/evolver-core 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (91) hide show
  1. package/dist/algo/antiDistill.js +1 -167
  2. package/dist/algo/bans.js +1 -33
  3. package/dist/algo/candidateAssembly.js +1 -273
  4. package/dist/algo/capabilityCandidates.js +1 -146
  5. package/dist/algo/confidence.js +1 -196
  6. package/dist/algo/conversationSniffer.js +1 -149
  7. package/dist/algo/cycleEngine.js +1 -625
  8. package/dist/algo/cycleFailureClassifier.js +1 -112
  9. package/dist/algo/epigenetics.js +1 -41
  10. package/dist/algo/evolutionEvent.js +1 -24
  11. package/dist/algo/exploration.js +1 -68
  12. package/dist/algo/geneHealth.js +1 -17
  13. package/dist/algo/geneIntake.js +1 -128
  14. package/dist/algo/genePromotion.js +1 -53
  15. package/dist/algo/geneSelection.js +1 -546
  16. package/dist/algo/index.js +1 -22
  17. package/dist/algo/memoryGraph.js +1 -86
  18. package/dist/algo/mutation.js +1 -22
  19. package/dist/algo/orchestrator.js +1 -87
  20. package/dist/algo/publishEligibility.js +1 -52
  21. package/dist/algo/solidify.js +1 -63
  22. package/dist/algo/strategyPresets.js +1 -61
  23. package/dist/algo/ucb1.js +1 -156
  24. package/dist/benchmark/antiGeneBenchmark.js +1 -252
  25. package/dist/benchmark/antiGeneImpact.js +1 -34
  26. package/dist/benchmark/antiGeneRollout.js +1 -269
  27. package/dist/benchmark/benchmark.js +1 -26
  28. package/dist/benchmark/evolutionThesisSolver.js +1 -41
  29. package/dist/benchmark/index.js +1 -7
  30. package/dist/benchmark/selectionFlatAbstention.js +1 -481
  31. package/dist/benchmark/thesis.js +1 -150
  32. package/dist/benchmark/triggerShift.js +1 -106
  33. package/dist/cycle/cycleTimeline.js +1 -74
  34. package/dist/cycle/index.js +1 -2
  35. package/dist/cycle/stateMachine.js +1 -25
  36. package/dist/hub/agentDirectory.js +1 -104
  37. package/dist/hub/assetCallLog.js +1 -195
  38. package/dist/hub/bindings.js +1 -121
  39. package/dist/hub/capability.js +1 -1
  40. package/dist/hub/conversationDistiller.js +1 -264
  41. package/dist/hub/fake.js +1 -70
  42. package/dist/hub/hubReview.js +1 -106
  43. package/dist/hub/index.js +1 -11
  44. package/dist/hub/ingest.js +1 -15
  45. package/dist/hub/questionGenerator.js +1 -408
  46. package/dist/hub/reuseDecision.js +1 -127
  47. package/dist/hub/sanitize.js +1 -322
  48. package/dist/material/boundary.js +1 -14
  49. package/dist/material/consumer.js +1 -55
  50. package/dist/material/emit.js +1 -52
  51. package/dist/material/factory.js +1 -25
  52. package/dist/material/index.js +1 -9
  53. package/dist/material/materialArchive.js +1 -466
  54. package/dist/material/materialStore.js +1 -69
  55. package/dist/material/sampling.js +1 -39
  56. package/dist/material/sources.js +1 -33
  57. package/dist/material/watermark.js +1 -76
  58. package/dist/personality/drift.js +1 -106
  59. package/dist/personality/events.js +1 -37
  60. package/dist/personality/evolveOps.js +1 -93
  61. package/dist/personality/index.js +1 -11
  62. package/dist/personality/mutate.js +1 -39
  63. package/dist/personality/pivot.js +1 -22
  64. package/dist/personality/prompt.js +1 -62
  65. package/dist/personality/riskGate.js +1 -80
  66. package/dist/personality/schema.js +1 -119
  67. package/dist/personality/select.js +1 -71
  68. package/dist/personality/stats.js +1 -82
  69. package/dist/personality/store.js +1 -92
  70. package/dist/schema/common.js +1 -17
  71. package/dist/schema/evolutionGraph.js +1 -187
  72. package/dist/schema/index.js +1 -6
  73. package/dist/schema/material.js +1 -50
  74. package/dist/schema/problem.js +1 -45
  75. package/dist/schema/proofOfWork.js +1 -9
  76. package/dist/schema/signal.js +1 -19
  77. package/dist/signals/curriculum.js +1 -202
  78. package/dist/signals/cycleHistoryFromEvents.js +1 -105
  79. package/dist/signals/expand.js +1 -293
  80. package/dist/signals/extractor.js +1 -82
  81. package/dist/signals/index.js +1 -8
  82. package/dist/signals/metaSignals.js +1 -200
  83. package/dist/signals/signalGate.js +1 -40
  84. package/dist/signals/taskDomain.js +1 -43
  85. package/dist/signals/traceSignals.js +1 -123
  86. package/dist/strategy/constraintAblation.js +1 -2820
  87. package/dist/strategy/constraintAblationPredicates.js +1 -339
  88. package/dist/strategy/experiment.js +1 -63
  89. package/dist/strategy/index.js +1 -3
  90. package/dist/strategy/strategyPoint.js +1 -23
  91. package/package.json +1 -1
@@ -1,2820 +1 @@
1
- import { createHash } from 'node:crypto';
2
- import { classifyProvidedTargetPrefix } from './constraintAblationPredicates.js';
3
- import { redactString, scanForLeaks } from '../hub/sanitize.js';
4
- const KEY_VALUE_SECRET_RE = /\b(?:api[_-]?key|token|secret)\s*[:=]\s*(?:"[^"\r\n]*"|'[^'\r\n]*'|[^\s,;]+)/gi;
5
- const OPENAI_SECRET_RE = /\bsk-[A-Za-z0-9_-]+\b/gi;
6
- const EMAIL_RE = /\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}\b/gi;
7
- const PHONE_RE = /\b1[3-9]\d{9}\b/g;
8
- const IMPORTANT_TERMS = new Set([
9
- 'ai', 'ask', 'ci', 'log', 'run', 'test', 'tests', 'live', 'selection', 'secret', 'secrets', 'token', 'tokens',
10
- ]);
11
- function sha256(text) {
12
- return `sha256:${createHash('sha256').update(text).digest('hex')}`;
13
- }
14
- function normalize(text) {
15
- return text
16
- .toLowerCase()
17
- .replace(/[\u201C\u201D]/g, '"')
18
- .replace(/[\u2018\u2019]/g, "'")
19
- .replace(/[`*_#>()[\].,;:!?]/g, ' ')
20
- .replace(/\s+/g, ' ')
21
- .trim();
22
- }
23
- export function redactConstraintText(text) {
24
- return redactString(text
25
- .replace(OPENAI_SECRET_RE, '[REDACTED_SECRET]')
26
- .replace(KEY_VALUE_SECRET_RE, '[REDACTED_SECRET]')
27
- .replace(EMAIL_RE, '[REDACTED_EMAIL]')
28
- .replace(PHONE_RE, '[REDACTED_PHONE]'));
29
- }
30
- const CLAUSE_MARKER_RE = /\b(?:(?:(?:must|should|shall|do)\s+not|(?:mustn|shouldn|shalln|shan|don)(?:['\u2018\u2019])t)\s+only|(?:require(?:d|s)?|need(?:s)?)\s+to\s+not\s+only|must\s+(?:not(?!\s+only\b)|never)|must-not|should\s+(?:not(?!\s+only\b)|never)|shall\s+(?:not(?!\s+only\b)|never)|mustn(?:['\u2018\u2019])t(?!\s+only\b)|shouldn(?:['\u2018\u2019])t(?!\s+only\b)|shalln(?:['\u2018\u2019])t(?!\s+only\b)|shan(?:['\u2018\u2019])t(?!\s+only\b)|do\s+not(?!\s+only\b)|don(?:['\u2018\u2019])t(?!\s+only\b)|(?:require(?:d|s)?|need(?:s)?)\s+to\s+not(?!\s+only\b)|never|must|should|shall|require(?:d|s)?|need(?:s)?\s+to)\b/gi;
31
- const NEGATIVE_CONSTRAINT_MARKER_RE = /^(?:must\s+(?:not(?!\s+only\b)|never)|must-not|should\s+(?:not(?!\s+only\b)|never)|shall\s+(?:not(?!\s+only\b)|never)|mustn(?:['\u2018\u2019])t(?!\s+only\b)|shouldn(?:['\u2018\u2019])t(?!\s+only\b)|shalln(?:['\u2018\u2019])t(?!\s+only\b)|shan(?:['\u2018\u2019])t(?!\s+only\b)|do\s+not(?!\s+only\b)|don(?:['\u2018\u2019])t(?!\s+only\b)|(?:require(?:d|s)?|need(?:s)?)\s+to\s+not(?!\s+only\b)|never)$/i;
32
- const REDACTION_MARKER_RE = /\[REDACTED(?:_[A-Z]+)?\]/gi;
33
- const EMAIL_VALUE_RE = /\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}\b/i;
34
- const NEGATED_ACTION_RE = /(?:^not\s+(?!only\b)|\b(?:(?:am|are|did|do|does|had|has|have|is|need|needs|ought|was|were)\s+not(?!\s+only\b)|(?:aren't|couldn't|didn't|doesn't|don't|hadn't|hasn't|haven't|isn't|mightn't|needn't|oughtn't|wasn't|weren't|won't|wouldn't)(?!\s+only\b)|never|must\s+not(?!\s+only\b)|mustn't(?!\s+only\b)|should\s+not(?!\s+only\b)|shouldn't(?!\s+only\b)|shall\s+not(?!\s+only\b)|shalln't(?!\s+only\b)|shan't(?!\s+only\b)|cannot(?!\s+only\b)|can't(?!\s+only\b)|can\s+not(?!\s+only\b)|(?:will|would|can|could|may|might)\s+not(?!\s+only\b))\b)/i;
35
- const WITHOUT_ACTION_RE = /\bwithout\b/i;
36
- const POTENTIAL_CONDITIONAL_SCOPE_RE = /(?:^|,)\s*(?:(?:eventually|finally|initially|later|subsequently)\s+)*(?:assuming|if|once|provided|supposing|unless|when|while)\b|\b(?:and|or|then)\s+(?:(?:eventually|finally|initially|later|subsequently)\s+)*(?:assuming|if|once|provided|supposing|unless|when|while)\b|\bprovided\s+that\b/i;
37
- const CLOSED_IF_ANYTHING_RE = /(^|,)\s*if\s+anything\s*,/gi;
38
- const COORDINATED_PROVIDED_RE = /\b(and|or|then)\s+(?:(?:eventually|finally|initially|later|subsequently)\s+)*provided\b/gi;
39
- const LEADING_PROVIDED_RE = /(^|,)\s*(?:(?:eventually|finally|initially|later|subsequently)\s+)*provided\b/gi;
40
- const PROVIDED_BY_ADJUNCT_RE = /\bprovided\s+by\b/gi;
41
- const LEADING_DISCOURSE_TEMPORAL_RE = /^\s*(?:eventually|finally|initially|later|subsequently)\s*,\s*(?:once|when|while)\b[^,;.!?\r\n]*,\s*/i;
42
- const COORDINATED_TEMPORAL_RE = /\b(and|or|then)\s+(?:(?:eventually|finally|initially|later|subsequently)\s+)*(?:once|when|while)\b/gi;
43
- const NEGATIVE_SUBJECT_MARKER_RE = /\b(?:neither|no|nobody|none|nothing|zero)\b/i;
44
- const COMMA_DELIMITED_WITHOUT_RE = /\bwithout\b[^,;.!?\r\n]*,/gi;
45
- const COMMA_DELIMITED_TEMPORAL_RE = /,\s*(?:once|when|while)\b[^,;.!?\r\n]*,/gi;
46
- const AFFIRMATIVE_ACTION_LEMMAS = [
47
- 'access', 'allow', 'call', 'display', 'emit', 'enable', 'expose', 'export', 'feed', 'include', 'leak',
48
- 'log', 'output', 'print', 'provide', 'publish', 'reveal', 'run', 'send', 'share', 'show', 'store',
49
- 'transmit', 'upload', 'use', 'write',
50
- ];
51
- const INDEPENDENT_AFFIRMATIVE_AUXILIARIES = new Set([
52
- 'am', 'are', 'be', 'been', 'being', 'can', 'could', 'did', 'do', 'does', 'had', 'has', 'have', 'is',
53
- 'may', 'might', 'must', 'shall', 'should', 'was', 'were', 'will', 'would',
54
- ]);
55
- const CREDENTIAL_LEAK_TYPES = new Set([
56
- 'api_key',
57
- 'azure_client_secret',
58
- 'azure_instrumentation_key',
59
- 'azure_key',
60
- 'basic_auth',
61
- 'bearer_token',
62
- 'db_url',
63
- 'discord_token',
64
- 'env_value_leak',
65
- 'github_token',
66
- 'jwt',
67
- 'npm_token',
68
- 'password',
69
- 'private_key',
70
- 'proxy_token',
71
- 'secret',
72
- 'slack_token',
73
- ]);
74
- function splitConstraintCandidates(text) {
75
- const spans = [];
76
- const boundary = /\r?\n|(?<=[.!?])\s+/g;
77
- let start = 0;
78
- const append = (end) => {
79
- const raw = text.slice(start, end);
80
- const leadingWhitespace = raw.match(/^\s*/)?.[0].length ?? 0;
81
- let textStart = start + leadingWhitespace;
82
- const listMarker = text.slice(textStart, end).match(/^(?:[-*]\s+|\d+[.)]\s+|\[[ xX]\]\s*)/);
83
- if (listMarker)
84
- textStart += listMarker[0].length;
85
- const trailingWhitespace = text.slice(textStart, end).match(/\s*$/)?.[0].length ?? 0;
86
- const textEnd = end - trailingWhitespace;
87
- const candidate = text.slice(textStart, textEnd);
88
- if (candidate)
89
- spans.push({ text: candidate, start, end, textStart });
90
- };
91
- for (const match of text.matchAll(boundary)) {
92
- const boundaryStart = match.index;
93
- if (!match[0].includes('\n')) {
94
- const punctuationIndex = boundaryStart - 1;
95
- const candidatePrefix = text.slice(start, punctuationIndex + 1);
96
- if (/^\s*\d+[.)]$/.test(candidatePrefix))
97
- continue;
98
- }
99
- append(boundaryStart);
100
- start = boundaryStart + match[0].length;
101
- }
102
- append(text.length);
103
- return spans;
104
- }
105
- function kindForMarker(marker) {
106
- return NEGATIVE_CONSTRAINT_MARKER_RE.test(marker) ? 'must_not' : 'must';
107
- }
108
- function splitConstraintClauses(text) {
109
- const matches = [...text.matchAll(CLAUSE_MARKER_RE)];
110
- return matches.flatMap((match, index) => {
111
- const start = match.index;
112
- const nextStart = matches[index + 1]?.index ?? text.length;
113
- const segment = text.slice(start, nextStart);
114
- const connector = segment.match(/\b(?:and|but|however|although|though)\s*$/i);
115
- const contentEnd = start + (connector?.index ?? segment.length);
116
- const trailingWhitespace = text.slice(start, contentEnd).match(/\s*$/)?.[0].length ?? 0;
117
- const end = contentEnd - trailingWhitespace;
118
- if (end <= start)
119
- return [];
120
- return [{ kind: kindForMarker(match[0]), text: text.slice(start, end), start, end }];
121
- });
122
- }
123
- function safeSource(source) {
124
- return source === 'plan' || source === 'task' || source === 'trace' ? source : 'trace';
125
- }
126
- function safeTraceId(traceId) {
127
- if (typeof traceId !== 'string' || traceId.length === 0)
128
- return undefined;
129
- return `trace:${sha256(traceId).slice('sha256:'.length, 'sha256:'.length + 16)}`;
130
- }
131
- function sensitiveClassesForConstraint(text) {
132
- const normalized = normalize(text);
133
- const classes = new Set();
134
- if (/\b(?:secrets?|tokens?|api[_ -]?keys?|credentials?|passwords?|bearer|private[_ -]?keys?)\b/.test(normalized)) {
135
- classes.add('credential');
136
- }
137
- if (/\b(?:email|e-mail|mail)\b/.test(normalized))
138
- classes.add('email');
139
- if (/\b(?:paths?|directories?|filesystem|home\s+directory|user\s+profile)\b/.test(normalized)) {
140
- classes.add('filesystem_path');
141
- }
142
- return [...classes];
143
- }
144
- const TARGET_STOPWORDS = new Set([
145
- 'a', 'also', 'although', 'an', 'and', 'are', 'as', 'at', 'be', 'but', 'by', 'for', 'from', 'however',
146
- 'in', 'into', 'is', 'of', 'on', 'only', 'or', 'redacted', 'that', 'the', 'this', 'though', 'to', 'until',
147
- 'when', 'with', 'without',
148
- ]);
149
- const GENERIC_ACTION_TERMS = new Set(['add', 'call', 'include', 'print', 'use']);
150
- const AMBIGUOUS_DEFERRED_VERB_TERMS = new Set(['live']);
151
- function targetTerms(text, kind) {
152
- const stripped = normalize(text
153
- .replace(REDACTION_MARKER_RE, ' ')
154
- .replace(CLAUSE_MARKER_RE, ' '))
155
- .replace(/\b(?:must\s+not|must-not|mustn't|do\s+not|don't|never|must|required|requires|require|needs\s+to|need\s+to|should)\b/g, ' ')
156
- .replace(/\s+/g, ' ')
157
- .trim();
158
- const seen = new Set();
159
- const terms = [];
160
- let expectVerb = true;
161
- let skippedExpectedVerb = false;
162
- const contrastive = isContrastiveConstraint(text);
163
- let group = 0;
164
- const groupCounts = new Map();
165
- const groupLimit = kind === 'must_not' ? 6 : 4;
166
- for (const term of stripped.split(' ')) {
167
- if (!term)
168
- continue;
169
- if (TARGET_STOPWORDS.has(term)) {
170
- if (contrastive && term === 'also') {
171
- group += 1;
172
- expectVerb = true;
173
- skippedExpectedVerb = false;
174
- }
175
- else if (term === 'and' || term === 'or') {
176
- expectVerb = true;
177
- skippedExpectedVerb = false;
178
- }
179
- continue;
180
- }
181
- const verb = expectVerb;
182
- const key = `${group}:${term}`;
183
- if (GENERIC_ACTION_TERMS.has(term)
184
- || (term.length < 4 && !IMPORTANT_TERMS.has(term))
185
- || seen.has(key)
186
- || (groupCounts.get(group) ?? 0) >= groupLimit) {
187
- if (expectVerb)
188
- skippedExpectedVerb = true;
189
- continue;
190
- }
191
- expectVerb = false;
192
- seen.add(key);
193
- groupCounts.set(group, (groupCounts.get(group) ?? 0) + 1);
194
- terms.push({ text: term, verb, verbAfterSkippedTerm: verb && skippedExpectedVerb, group });
195
- skippedExpectedVerb = false;
196
- }
197
- return terms;
198
- }
199
- const IRREGULAR_VERB_FORMS = new Map([
200
- ['be', ['be', 'am', 'is', 'are', 'was', 'were', 'been', 'being']],
201
- ['begin', ['begin', 'begins', 'began', 'begun', 'beginning']],
202
- ['bleed', ['bleed', 'bleeds', 'bled', 'bleeding']],
203
- ['break', ['break', 'breaks', 'broke', 'broken', 'breaking']],
204
- ['breed', ['breed', 'breeds', 'bred', 'breeding']],
205
- ['bring', ['bring', 'brings', 'brought', 'bringing']],
206
- ['build', ['build', 'builds', 'built', 'building']],
207
- ['buy', ['buy', 'buys', 'bought', 'buying']],
208
- ['catch', ['catch', 'catches', 'caught', 'catching']],
209
- ['choose', ['choose', 'chooses', 'chose', 'chosen', 'choosing']],
210
- ['do', ['do', 'does', 'did', 'done', 'doing']],
211
- ['feed', ['feed', 'feeds', 'fed', 'feeding']],
212
- ['find', ['find', 'finds', 'found', 'finding']],
213
- ['get', ['get', 'gets', 'got', 'gotten', 'getting']],
214
- ['give', ['give', 'gives', 'gave', 'given', 'giving']],
215
- ['go', ['go', 'goes', 'went', 'gone', 'going']],
216
- ['keep', ['keep', 'keeps', 'kept', 'keeping']],
217
- ['leave', ['leave', 'leaves', 'left', 'leaving']],
218
- ['make', ['make', 'makes', 'made', 'making']],
219
- ['read', ['read', 'reads', 'reading']],
220
- ['ring', ['ring', 'rings', 'rang', 'rung', 'ringing']],
221
- ['run', ['run', 'runs', 'ran', 'running']],
222
- ['send', ['send', 'sends', 'sent', 'sending']],
223
- ['show', ['show', 'shows', 'showed', 'shown', 'showing']],
224
- ['sing', ['sing', 'sings', 'sang', 'sung', 'singing']],
225
- ['speed', ['speed', 'speeds', 'sped', 'speeded', 'speeding']],
226
- ['take', ['take', 'takes', 'took', 'taken', 'taking']],
227
- ['teach', ['teach', 'teaches', 'taught', 'teaching']],
228
- ['tell', ['tell', 'tells', 'told', 'telling']],
229
- ['think', ['think', 'thinks', 'thought', 'thinking']],
230
- ['write', ['write', 'writes', 'wrote', 'written', 'writing']],
231
- ]);
232
- const IRREGULAR_SIMPLE_PAST_FORMS = new Set(['read', 'was', 'were', ...[...IRREGULAR_VERB_FORMS.entries()]
233
- .filter(([lemma]) => lemma !== 'be' && lemma !== 'read')
234
- .map(([, forms]) => forms[2])]
235
- .filter((form) => form !== undefined && !form.endsWith('ing')));
236
- const IRREGULAR_PAST_PARTICIPLE_FORMS = new Set([
237
- 'been', 'read', 'showed', 'sped',
238
- ...[...IRREGULAR_VERB_FORMS.entries()]
239
- .filter(([lemma]) => lemma !== 'be' && lemma !== 'read')
240
- .map(([, forms]) => forms.at(-2))
241
- .filter((form) => form !== undefined && !form.endsWith('ing')),
242
- ]);
243
- const IRREGULAR_PROGRESSIVE_VERB_LEMMAS = new Map([...IRREGULAR_VERB_FORMS].flatMap(([lemma, forms]) => forms.filter((form) => form.endsWith('ing')).map((form) => [form, lemma])));
244
- const IRREGULAR_NOUN_PLURALS = new Map([
245
- ['analysis', 'analyses'],
246
- ['basis', 'bases'],
247
- ['bus', 'buses'],
248
- ['crisis', 'crises'],
249
- ['leaf', 'leaves'],
250
- ['life', 'lives'],
251
- ['status', 'statuses'],
252
- ]);
253
- const UNAMBIGUOUS_PLURAL_SINGULARS = new Map([
254
- ['analyses', 'analysis'],
255
- ['buses', 'bus'],
256
- ['crises', 'crisis'],
257
- ['statuses', 'status'],
258
- ]);
259
- const DOUBLED_INFLECTION_BASES = new Set([
260
- 'admit', 'commit', 'control', 'debug', 'defer', 'embed', 'format', 'occur', 'permit', 'prefer', 'refer', 'submit',
261
- 'shred', 'transmit',
262
- ]);
263
- const NON_DOUBLED_SHORT_CVC_BASES = new Set(['edit', 'open']);
264
- const ED_SUFFIX_BASE_VERBS = new Set(['exceed', 'heed', 'need', 'proceed', 'seed', 'succeed']);
265
- const EXACT_ONLY_PROGRESSIVE_LEMMAS = new Set(['be', 'do', 'go']);
266
- const SHORT_INFLECTED_VERB_LEMMAS = new Map([
267
- ['died', 'die'],
268
- ['dying', 'die'],
269
- ['lied', 'lie'],
270
- ['lying', 'lie'],
271
- ['skied', 'ski'],
272
- ['skiing', 'ski'],
273
- ['taxied', 'taxi'],
274
- ['tied', 'tie'],
275
- ['tying', 'tie'],
276
- ['vied', 'vie'],
277
- ['vying', 'vie'],
278
- ]);
279
- const SILENT_E_VERB_LEMMAS = new Map([
280
- ['ac', 'ace'],
281
- ['ag', 'age'],
282
- ['ap', 'ape'],
283
- ['creat', 'create'],
284
- ['delet', 'delete'],
285
- ['enabl', 'enable'],
286
- ['expos', 'expose'],
287
- ['includ', 'include'],
288
- ['ic', 'ice'],
289
- ['leav', 'leave'],
290
- ['liv', 'live'],
291
- ['mak', 'make'],
292
- ['mov', 'move'],
293
- ['ow', 'owe'],
294
- ['preserv', 'preserve'],
295
- ['provid', 'provide'],
296
- ['requir', 'require'],
297
- ['sav', 'save'],
298
- ['shar', 'share'],
299
- ['stor', 'store'],
300
- ['su', 'sue'],
301
- ['tak', 'take'],
302
- ['us', 'use'],
303
- ['validat', 'validate'],
304
- ['writ', 'write'],
305
- ]);
306
- function addPluralForm(base, forms) {
307
- const irregular = IRREGULAR_NOUN_PLURALS.get(base);
308
- if (irregular)
309
- forms.add(irregular);
310
- else if (/[^aeiou]y$/u.test(base))
311
- forms.add(`${base.slice(0, -1)}ies`);
312
- else if (/(?:s|x|z|ch|sh)$/u.test(base))
313
- forms.add(`${base}es`);
314
- else
315
- forms.add(`${base}s`);
316
- }
317
- function addSingularCandidates(term, bases) {
318
- const irregular = UNAMBIGUOUS_PLURAL_SINGULARS.get(term);
319
- if (irregular) {
320
- bases.add(irregular);
321
- return;
322
- }
323
- if (/[^aeiou]ies$/u.test(term) && term.length > 3)
324
- bases.add(`${term.slice(0, -3)}y`);
325
- if (term.endsWith('ves') && term.length > 4) {
326
- const stem = term.slice(0, -3);
327
- bases.add(`${stem}f`);
328
- bases.add(`${stem}fe`);
329
- return;
330
- }
331
- if (/(?:sses|xes|zzes|ches|shes)$/u.test(term) && term.length > 4)
332
- bases.add(term.slice(0, -2));
333
- else if (term.endsWith('s') && term.length > 3 && !/(?:ss|us|is)$/u.test(term))
334
- bases.add(term.slice(0, -1));
335
- }
336
- function doublesFinalConsonant(base) {
337
- if (DOUBLED_INFLECTION_BASES.has(base))
338
- return true;
339
- if (base.length > 4 || NON_DOUBLED_SHORT_CVC_BASES.has(base))
340
- return false;
341
- return /[bcdfghjklmnpqrstvwxyz][aeiou][bcdfghjklmnpqrstvz]$/u.test(base);
342
- }
343
- function addRegularVerbForms(base, forms) {
344
- forms.add(base);
345
- addPluralForm(base, forms);
346
- if (base.endsWith('ie')) {
347
- forms.add(`${base}d`);
348
- forms.add(`${base.slice(0, -2)}ying`);
349
- return;
350
- }
351
- if (base.endsWith('e')) {
352
- forms.add(`${base}d`);
353
- forms.add(`${base.slice(0, -1)}ing`);
354
- return;
355
- }
356
- if (/[^aeiou]y$/u.test(base))
357
- forms.add(`${base.slice(0, -1)}ied`);
358
- if (doublesFinalConsonant(base)) {
359
- const last = base.at(-1);
360
- forms.add(`${base}${last}ed`);
361
- forms.add(`${base}${last}ing`);
362
- }
363
- else {
364
- if (!/[^aeiou]y$/u.test(base))
365
- forms.add(`${base}ed`);
366
- forms.add(`${base}ing`);
367
- }
368
- }
369
- function nominalForms(term) {
370
- const forms = new Set([term]);
371
- const bases = new Set();
372
- addSingularCandidates(term, bases);
373
- if (bases.size === 0)
374
- addPluralForm(term, forms);
375
- for (const base of bases) {
376
- forms.add(base);
377
- addPluralForm(base, forms);
378
- }
379
- return forms;
380
- }
381
- function verbForms(term, kind) {
382
- const forms = new Set([term]);
383
- const lemma = verbLemma(term);
384
- if (!lemma)
385
- return forms;
386
- if (kind === 'must_not'
387
- && term.endsWith('ing')
388
- && EXACT_ONLY_PROGRESSIVE_LEMMAS.has(lemma))
389
- return forms;
390
- const irregular = IRREGULAR_VERB_FORMS.get(lemma);
391
- if (irregular) {
392
- for (const form of irregular)
393
- forms.add(form);
394
- }
395
- else {
396
- addRegularVerbForms(lemma, forms);
397
- }
398
- return forms;
399
- }
400
- function targetTermForms(term, kind) {
401
- const nominal = nominalForms(term.text);
402
- if (!term.verb || (term.verbAfterSkippedTerm && AMBIGUOUS_DEFERRED_VERB_TERMS.has(term.text))) {
403
- return nominal;
404
- }
405
- const forms = verbForms(term.text, kind);
406
- if (term.verbAfterSkippedTerm) {
407
- for (const form of nominal)
408
- forms.add(form);
409
- }
410
- return forms;
411
- }
412
- const AFFIRMATIVE_ACTION_FORMS = new Set([
413
- ...AFFIRMATIVE_ACTION_LEMMAS.flatMap((lemma) => [...verbForms(lemma, 'must_not')]),
414
- 'outputted',
415
- 'outputting',
416
- ]);
417
- function verbLemma(term) {
418
- if (IRREGULAR_VERB_FORMS.has(term)
419
- || DOUBLED_INFLECTION_BASES.has(term)
420
- || ED_SUFFIX_BASE_VERBS.has(term))
421
- return term;
422
- const shortInflectedLemma = SHORT_INFLECTED_VERB_LEMMAS.get(term);
423
- if (shortInflectedLemma)
424
- return shortInflectedLemma;
425
- if (term.endsWith('ied') && term.length > 4) {
426
- return `${term.slice(0, -3)}y`;
427
- }
428
- const suffix = term.endsWith('ing') ? 'ing' : term.endsWith('ed') ? 'ed' : undefined;
429
- if (!suffix)
430
- return term;
431
- const irregularProgressiveLemma = IRREGULAR_PROGRESSIVE_VERB_LEMMAS.get(term);
432
- if (irregularProgressiveLemma)
433
- return irregularProgressiveLemma;
434
- const stem = term.slice(0, -suffix.length);
435
- const silentELemma = SILENT_E_VERB_LEMMAS.get(stem);
436
- if (silentELemma)
437
- return silentELemma;
438
- if (stem.length <= 2)
439
- return term;
440
- const last = stem.at(-1);
441
- if (last && last === stem.at(-2)) {
442
- const undoubled = stem.slice(0, -1);
443
- if (doublesFinalConsonant(undoubled))
444
- return undoubled;
445
- }
446
- return stem;
447
- }
448
- function termMatchIndexes(output, term, kind) {
449
- const outputTerms = output.match(/[a-z0-9_]+/gu) ?? [];
450
- const forms = targetTermForms(term, kind);
451
- return outputTerms.flatMap((outputTerm, index) => forms.has(outputTerm) ? [index] : []);
452
- }
453
- function termMatches(output, term, kind) {
454
- return termMatchIndexes(output, term, kind).length > 0;
455
- }
456
- function isViolated(kind, terms, matchedTerms, contrastive) {
457
- if (kind === 'must' && contrastive) {
458
- const matched = new Set(matchedTerms);
459
- const groups = new Set(terms.map((term) => term.group));
460
- return [...groups].some((group) => {
461
- const groupTerms = terms.filter((term) => term.group === group);
462
- return groupTerms.filter((term) => matched.has(term.text)).length < Math.min(2, groupTerms.length);
463
- });
464
- }
465
- if (kind === 'must')
466
- return matchedTerms.length < Math.min(2, terms.length);
467
- return matchedTerms.length >= Math.min(2, terms.length);
468
- }
469
- function isContrastiveConstraint(text) {
470
- return /(?:\bnot|n't)\s+only\b[\s\S]*\bbut\s+also\b/i.test(normalize(text));
471
- }
472
- function severityFor(kind) {
473
- return kind === 'must_not' ? 'high' : 'medium';
474
- }
475
- export function extractConstraints(traces) {
476
- const seen = new Set();
477
- const out = [];
478
- for (const trace of traces) {
479
- for (const candidate of splitConstraintCandidates(trace.text)) {
480
- for (const clause of splitConstraintClauses(candidate.text)) {
481
- const redactedText = redactConstraintText(clause.text);
482
- const textHash = sha256(normalize(redactedText));
483
- const source = safeSource(trace.source);
484
- const traceId = trace.traceId ? safeTraceId(trace.traceId) : undefined;
485
- const key = `${clause.kind}:${textHash}`;
486
- if (seen.has(key))
487
- continue;
488
- seen.add(key);
489
- const id = `constraint:${createHash('sha256').update(key).digest('hex').slice(0, 16)}`;
490
- out.push({
491
- id,
492
- kind: clause.kind,
493
- textHash,
494
- redactedText,
495
- source,
496
- ...(traceId ? { traceId } : {}),
497
- sensitiveClasses: sensitiveClassesForConstraint(clause.text),
498
- });
499
- }
500
- }
501
- }
502
- return out;
503
- }
504
- export function buildConstraintAblatedPrompts(prompt, constraints, opts = {}) {
505
- const candidates = splitConstraintCandidates(prompt);
506
- const originalPromptHash = sha256(prompt);
507
- return constraints.flatMap((constraint) => {
508
- const matches = candidates.flatMap((candidate) => {
509
- return splitConstraintClauses(candidate.text).flatMap((clause) => {
510
- if (sha256(normalize(redactConstraintText(clause.text))) !== constraint.textHash)
511
- return [];
512
- let start = candidate.textStart + clause.start;
513
- let end = start + clause.text.length;
514
- const before = prompt.slice(candidate.start, start);
515
- const trailingConnector = before.match(/(?:,\s*|\s+)(?:and|but|however|although|though)\s*$/i);
516
- if (trailingConnector)
517
- start -= trailingConnector[0].length;
518
- else if (/^\s*(?:[-*]\s+|\d+[.)]\s+|\[[ xX]\]\s*)$/.test(before))
519
- start = candidate.start;
520
- const after = prompt.slice(end, candidate.end);
521
- const leadingConnector = after.match(/^\s+but\s+also\s+/i)
522
- ?? after.match(/^\s+(?:and|but|however|although|though)\s+/i);
523
- if (leadingConnector && !trailingConnector)
524
- end += leadingConnector[0].length;
525
- return [{ start, end }];
526
- });
527
- });
528
- if (matches.length !== 1)
529
- return [];
530
- const match = matches[0];
531
- if (!match)
532
- return [];
533
- const ablatedPrompt = prompt.slice(0, match.start) + prompt.slice(match.end);
534
- if (ablatedPrompt === prompt)
535
- return [];
536
- return [{
537
- originalPromptHash,
538
- ablatedPromptHash: sha256(ablatedPrompt),
539
- removedConstraintIds: [constraint.id],
540
- ...(opts.includeRedactedPreview ? { redactedPreview: redactConstraintText(ablatedPrompt) } : {}),
541
- }];
542
- });
543
- }
544
- function sensitiveClassesForValue(value) {
545
- const classes = new Set();
546
- if (EMAIL_VALUE_RE.test(value))
547
- classes.add('email');
548
- if (new RegExp(KEY_VALUE_SECRET_RE.source, KEY_VALUE_SECRET_RE.flags).test(value)
549
- || new RegExp(OPENAI_SECRET_RE.source, OPENAI_SECRET_RE.flags).test(value)) {
550
- classes.add('credential');
551
- }
552
- for (const leak of scanForLeaks(value).leaks) {
553
- const type = String(leak.type);
554
- if (type === 'email')
555
- classes.add('email');
556
- else if (type === 'local_path')
557
- classes.add('filesystem_path');
558
- else if (CREDENTIAL_LEAK_TYPES.has(type))
559
- classes.add('credential');
560
- }
561
- return [...classes];
562
- }
563
- function hasIndependentAffirmativeAction(segment, actionForms, inheritsSubject = false) {
564
- const stream = lexRequiredEvidence(segment);
565
- for (let actionIndex = inheritsSubject ? 0 : 1; actionIndex < stream.tokens.length; actionIndex += 1) {
566
- if (!actionForms.has(stream.tokens[actionIndex]?.value ?? ''))
567
- continue;
568
- if (stream.conditional[actionIndex] === true)
569
- continue;
570
- if (actionIndex === 0)
571
- return true;
572
- let prefixStart = 0;
573
- while (prefixStart < actionIndex) {
574
- const term = stream.tokens[prefixStart]?.value ?? '';
575
- if (!isIgnoredRequiredToken(stream, prefixStart)
576
- && !LEADING_CLAUSE_MODIFIER_TERMS.has(term)
577
- && !/ly$/u.test(term))
578
- break;
579
- prefixStart += 1;
580
- }
581
- const first = stream.tokens[prefixStart]?.value ?? '';
582
- if (inheritsSubject && prefixStart === actionIndex)
583
- return true;
584
- if (INDEPENDENT_AFFIRMATIVE_AUXILIARIES.has(first))
585
- return true;
586
- if (leadingSubjectPolarity(stream, prefixStart, actionIndex) !== 'positive')
587
- continue;
588
- if (SUBJECT_ARTICLE_TERMS.has(first) && prefixStart + 1 >= actionIndex)
589
- continue;
590
- return true;
591
- }
592
- return false;
593
- }
594
- const NEGATED_FINITE_AUXILIARIES = new Set([
595
- 'am', 'are', 'can', 'could', 'did', 'do', 'does', 'had', 'has', 'have', 'is', 'may', 'might', 'must',
596
- 'need', 'needs', 'ought', 'shall', 'should', 'was', 'were', 'will', 'would',
597
- ]);
598
- const NEGATED_FINITE_CONTRACTIONS = new Set([
599
- "aren't", "can't", 'cannot', "couldn't", "didn't", "doesn't", "don't", "hadn't", "hasn't", "haven't",
600
- "isn't", "mightn't", "mustn't", "needn't", "oughtn't", "shan't", "shouldn't", "wasn't", "weren't",
601
- "won't", "wouldn't",
602
- ]);
603
- function hasExplicitSubjectBeforeNegation(segment) {
604
- const stream = lexRequiredEvidence(segment);
605
- for (let index = 0; index < stream.tokens.length; index += 1) {
606
- const term = stream.tokens[index]?.value ?? '';
607
- const negatedAuxiliary = NEGATED_FINITE_CONTRACTIONS.has(term)
608
- || (NEGATED_FINITE_AUXILIARIES.has(term) && stream.tokens[index + 1]?.value === 'not');
609
- if (!negatedAuxiliary)
610
- continue;
611
- return index > 0 && leadingSubjectPolarity(stream, 0, index) === 'positive';
612
- }
613
- return false;
614
- }
615
- function startsWithSubjectElidedNegation(segment) {
616
- const stream = lexRequiredEvidence(segment);
617
- const first = stream.tokens.findIndex((_, index) => !isIgnoredRequiredToken(stream, index));
618
- if (first < 0)
619
- return false;
620
- const term = stream.tokens[first]?.value ?? '';
621
- if (NEGATED_FINITE_CONTRACTIONS.has(term))
622
- return true;
623
- return NEGATED_FINITE_AUXILIARIES.has(term)
624
- && stream.tokens[first + 1]?.value === 'not';
625
- }
626
- function startsWithSubjectElidedFiniteAction(segment, actionForms) {
627
- const stream = lexRequiredEvidence(segment);
628
- for (let index = 0; index < stream.tokens.length; index += 1) {
629
- if (isIgnoredRequiredToken(stream, index))
630
- continue;
631
- const term = stream.tokens[index]?.value ?? '';
632
- if (LEADING_CLAUSE_MODIFIER_TERMS.has(term) || /ly$/u.test(term))
633
- continue;
634
- return stream.conditional[index] !== true
635
- && actionForms.has(term)
636
- && (term.endsWith('ed') || term.endsWith('s') || IRREGULAR_SIMPLE_PAST_FORMS.has(term));
637
- }
638
- return false;
639
- }
640
- const BASE_AGREEMENT_SUBJECTS = new Set(['i', 'they', 'we', 'you']);
641
- const THIRD_PERSON_SUBJECTS = new Set(['he', 'it', 'she']);
642
- const BASE_AGREEMENT_AUXILIARIES = new Set(['am', 'are', "aren't", 'do', "don't", 'have', "haven't"]);
643
- const THIRD_PERSON_AUXILIARIES = new Set(['does', "doesn't", 'has', "hasn't", 'is', "isn't", 'needs']);
644
- const NEGATED_AUXILIARY_TERMS = new Set([
645
- 'am', 'are', 'can', 'cannot', 'could', 'did', 'do', 'does', 'had', 'has', 'have', 'is', 'may', 'might',
646
- 'must', 'need', 'needs', 'ought', 'shall', 'should', 'was', 'were', 'will', 'would', "aren't", "can't", "couldn't", "didn't",
647
- "doesn't", "don't", "hadn't", "hasn't", "haven't", "isn't", "mightn't", "mustn't", "shan't",
648
- "needn't", "oughtn't", "shouldn't", "wasn't", "weren't", "won't", "wouldn't",
649
- ]);
650
- function subjectAgreementBeforeNegation(segment) {
651
- const stream = lexRequiredEvidence(segment);
652
- let auxiliaryIndex = -1;
653
- let auxiliary = '';
654
- for (let index = 0; index < stream.tokens.length; index += 1) {
655
- const term = stream.tokens[index]?.value ?? '';
656
- if (NEGATED_AUXILIARY_TERMS.has(term)
657
- && (term === 'cannot'
658
- || term.endsWith("n't")
659
- || ['not', 'never'].includes(stream.tokens[index + 1]?.value ?? ''))) {
660
- auxiliaryIndex = index;
661
- auxiliary = term;
662
- break;
663
- }
664
- }
665
- if (auxiliaryIndex < 0)
666
- return 'unknown';
667
- if (BASE_AGREEMENT_AUXILIARIES.has(auxiliary))
668
- return 'base';
669
- if (THIRD_PERSON_AUXILIARIES.has(auxiliary))
670
- return 'third-person';
671
- let noun = '';
672
- for (let index = 0; index < auxiliaryIndex; index += 1) {
673
- if (isIgnoredRequiredToken(stream, index))
674
- continue;
675
- const term = stream.tokens[index]?.value ?? '';
676
- if (BASE_AGREEMENT_SUBJECTS.has(term))
677
- return 'base';
678
- if (THIRD_PERSON_SUBJECTS.has(term))
679
- return 'third-person';
680
- if (SUBJECT_ARTICLE_TERMS.has(term)
681
- || NON_SUBJECT_PREFIX_TERMS.has(term)
682
- || LEADING_CLAUSE_MODIFIER_TERMS.has(term)
683
- || /ly$/u.test(term))
684
- continue;
685
- noun = term;
686
- }
687
- if (!noun)
688
- return 'unknown';
689
- return noun.endsWith('s') && !/(?:is|ss|us)$/u.test(noun) ? 'base' : 'third-person';
690
- }
691
- function negatedAuxiliaryScope(segment) {
692
- if (/\b(?:(?:had|has|have)\s+(?:not|never)|hadn't|hasn't|haven't)\b/i.test(segment))
693
- return 'perfect';
694
- if (/\b(?:did\s+(?:not|never)|didn't)\b/i.test(segment))
695
- return 'past-bare';
696
- const progressive = /\b(?:(?:am|are|is|was|were)\s+(?:not|never)|aren't|isn't|wasn't|weren't)\b/i.exec(segment);
697
- if (progressive) {
698
- const suffix = segment.slice(progressive.index + progressive[0].length);
699
- const localComplement = suffix.split(/[,;]|\b(?:after|because|before|once|so|when|while|without)\b/i, 1)[0] ?? '';
700
- if (/\b[a-z]+ing\b/i.test(localComplement))
701
- return 'progressive';
702
- }
703
- return /\b(?:(?:can|could|did|do|does|may|might|must|need|needs|ought|shall|should|will|would)\s+(?:not|never)|cannot|can't|couldn't|didn't|doesn't|don't|mightn't|mustn't|needn't|oughtn't|shan't|shouldn't|won't|wouldn't)\b/i.test(segment)
704
- ? 'bare'
705
- : 'other';
706
- }
707
- function isThirdPersonActionForm(term, actionForms) {
708
- if ([...IRREGULAR_VERB_FORMS.values()].some((forms) => forms[1] === term))
709
- return true;
710
- const bases = new Set();
711
- addSingularCandidates(term, bases);
712
- return [...bases].some((base) => actionForms.has(base));
713
- }
714
- function subjectElidedActionMorphology(segment, actionForms) {
715
- const stream = lexRequiredEvidence(segment);
716
- for (let index = 0; index < stream.tokens.length; index += 1) {
717
- if (isIgnoredRequiredToken(stream, index))
718
- continue;
719
- const term = stream.tokens[index]?.value ?? '';
720
- if (LEADING_CLAUSE_MODIFIER_TERMS.has(term) || /ly$/u.test(term))
721
- continue;
722
- if (!actionForms.has(term) || stream.conditional[index] === true)
723
- return undefined;
724
- if (term.endsWith('ing'))
725
- return 'progressive';
726
- if (IRREGULAR_SIMPLE_PAST_FORMS.has(term) && !IRREGULAR_PAST_PARTICIPLE_FORMS.has(term)) {
727
- return 'simple-past';
728
- }
729
- if (term.endsWith('ed')
730
- || IRREGULAR_SIMPLE_PAST_FORMS.has(term)
731
- || IRREGULAR_PAST_PARTICIPLE_FORMS.has(term))
732
- return 'participle';
733
- return isThirdPersonActionForm(term, actionForms) ? 'third-person' : 'base';
734
- }
735
- return undefined;
736
- }
737
- function startsWithSubjectElidedGerund(segment) {
738
- const stream = lexRequiredEvidence(segment);
739
- for (let index = 0; index < stream.tokens.length; index += 1) {
740
- if (isIgnoredRequiredToken(stream, index))
741
- continue;
742
- const term = stream.tokens[index]?.value ?? '';
743
- if (LEADING_CLAUSE_MODIFIER_TERMS.has(term) || /ly$/u.test(term))
744
- continue;
745
- return term.endsWith('ing') && stream.conditional[index] !== true;
746
- }
747
- return false;
748
- }
749
- function finiteClauseSubjectPolarity(segment) {
750
- const stream = lexRequiredEvidence(segment);
751
- if (!hasFinitePredicatePrefix(stream, 0, stream.tokens.length))
752
- return 'absent';
753
- return leadingSubjectPolarity(stream, 0, stream.tokens.length);
754
- }
755
- function matchingActionSubjectPolarity(segment, actionForms) {
756
- const stream = lexRequiredEvidence(segment);
757
- for (let actionIndex = 0; actionIndex < stream.tokens.length; actionIndex += 1) {
758
- if (!actionForms.has(stream.tokens[actionIndex]?.value ?? ''))
759
- continue;
760
- return leadingSubjectPolarity(stream, 0, actionIndex);
761
- }
762
- return 'absent';
763
- }
764
- function hasIndependentFiniteAction(segment, actionForms) {
765
- const stream = lexRequiredEvidence(segment);
766
- for (let actionIndex = 1; actionIndex < stream.tokens.length; actionIndex += 1) {
767
- const term = stream.tokens[actionIndex]?.value ?? '';
768
- if (!actionForms.has(term) || stream.conditional[actionIndex] === true)
769
- continue;
770
- const finite = term.endsWith('ed') || term.endsWith('s') || IRREGULAR_SIMPLE_PAST_FORMS.has(term);
771
- if (finite && leadingSubjectPolarity(stream, 0, actionIndex) === 'positive')
772
- return true;
773
- }
774
- return false;
775
- }
776
- function stripCommaDelimitedWithoutAdjuncts(clause, actionForms) {
777
- return clause.replace(COMMA_DELIMITED_WITHOUT_RE, (match) => {
778
- const coordinated = match.replace(/^\s*without\b/i, '').replace(/,\s*$/u, '').split(/\band\b/i).slice(1);
779
- const hasFiniteCoordination = coordinated.some((segment) => (startsWithSubjectElidedFiniteAction(segment, actionForms)
780
- || hasIndependentFiniteAction(segment, actionForms)));
781
- return hasFiniteCoordination ? match : ' ';
782
- });
783
- }
784
- function affirmativePrefixBeforeNegation(segment, actionForms, inheritsSubject = true) {
785
- const match = NEGATED_ACTION_RE.exec(segment);
786
- if (!match || match.index === 0)
787
- return undefined;
788
- const prefix = normalize(segment.slice(0, match.index));
789
- return prefix && hasIndependentAffirmativeAction(prefix, actionForms, inheritsSubject) ? prefix : undefined;
790
- }
791
- function hasIndependentSimplePastPredicate(segment) {
792
- const stream = lexRequiredEvidence(segment);
793
- for (let predicateIndex = 1; predicateIndex < stream.tokens.length; predicateIndex += 1) {
794
- const term = stream.tokens[predicateIndex]?.value ?? '';
795
- const simplePast = ['did', 'had', 'was', 'were'].includes(term)
796
- || term.endsWith('ed')
797
- || IRREGULAR_SIMPLE_PAST_FORMS.has(term);
798
- if (simplePast && leadingSubjectPolarity(stream, 0, predicateIndex) === 'positive')
799
- return true;
800
- }
801
- return false;
802
- }
803
- function hasIndependentSimplePastAction(segment, actionForms, inheritsSubject = false) {
804
- const stream = lexRequiredEvidence(segment.slice(0, MAX_FACTUAL_TAIL_CHARS));
805
- actionLoop: for (let index = 0; index < stream.tokens.length; index += 1) {
806
- const term = stream.tokens[index]?.value ?? '';
807
- if (!actionForms.has(term) || stream.conditional[index] === true)
808
- continue;
809
- for (let prior = index - 1; prior >= 0; prior -= 1) {
810
- const priorTerm = stream.tokens[prior]?.value ?? '';
811
- if (PREDICATE_COORDINATOR_TERMS.has(priorTerm))
812
- break;
813
- if (MODAL_AUXILIARY_TERMS.has(priorTerm) || SEMI_MODAL_AUXILIARY_TERMS.has(priorTerm)) {
814
- continue actionLoop;
815
- }
816
- }
817
- const subjectPolarity = leadingSubjectPolarity(stream, 0, index);
818
- if ((term.endsWith('ed') || IRREGULAR_SIMPLE_PAST_FORMS.has(term))
819
- && (subjectPolarity === 'positive'
820
- || (inheritsSubject && subjectPolarity !== 'negative')))
821
- return true;
822
- }
823
- return false;
824
- }
825
- function providedTargetPrefixKind(source, context) {
826
- const objectTerms = context.terms.filter((term) => !term.verb);
827
- return classifyProvidedTargetPrefix({
828
- actionForms: context.actionForms,
829
- lexicon: {
830
- commaDelimitedPrepositions: COMMA_DELIMITED_PREPOSITION_TERMS,
831
- conditionalMarkers: CONDITIONAL_MARKER_TERMS,
832
- irregularPastParticiples: IRREGULAR_PAST_PARTICIPLE_FORMS,
833
- irregularSimplePast: IRREGULAR_SIMPLE_PAST_FORMS,
834
- leadingClauseModifiers: LEADING_CLAUSE_MODIFIER_TERMS,
835
- passiveAuxiliaries: PASSIVE_AUXILIARY_TERMS,
836
- subjectArticles: SUBJECT_ARTICLE_TERMS,
837
- },
838
- objectForms: objectTerms.map((term) => targetTermForms(term, 'must_not')),
839
- predicates: {
840
- finiteClauseSubjectPolarity,
841
- hasIndependentAffirmativeAction,
842
- isAttributiveTargetModifier,
843
- isFinitePredicateTerm,
844
- tokenize: lexRequiredEvidence,
845
- },
846
- source: normalize(source),
847
- });
848
- }
849
- function hasTargetActionPrefix(source, targetActionForms) {
850
- const stream = lexRequiredEvidence(source);
851
- for (let actionIndex = 0; actionIndex < stream.tokens.length; actionIndex += 1) {
852
- if (!targetActionForms.has(stream.tokens[actionIndex]?.value ?? ''))
853
- continue;
854
- if (actionIndex === 0 || leadingSubjectPolarity(stream, 0, actionIndex) === 'positive')
855
- return true;
856
- }
857
- return false;
858
- }
859
- function hasProvidedMatrixAction(source, context) {
860
- const commaIndex = source.indexOf(',');
861
- if (commaIndex >= 0) {
862
- const prefixKind = providedTargetPrefixKind(source.slice(0, commaIndex), context);
863
- if (prefixKind === 'factual')
864
- return false;
865
- if (prefixKind === 'conditional')
866
- return true;
867
- }
868
- let matrixScope = commaIndex >= 0
869
- ? source.slice(commaIndex + 1)
870
- : source.replace(/^\s*that\b/iu, ' ');
871
- const subordinateIndex = matrixScope.search(/\b(?:after|assuming|because|before|if|once|supposing|that|unless|when|while)\b/iu);
872
- if (subordinateIndex >= 0)
873
- matrixScope = matrixScope.slice(0, subordinateIndex);
874
- const candidates = matrixScope.split(/\b(?:and|but|or|then)\b/iu);
875
- return (commaIndex >= 0 ? candidates : candidates.slice(0, 1))
876
- .some((candidate) => hasIndependentAffirmativeAction(candidate, context.targetActionForms));
877
- }
878
- function hasPotentialMarker(source, context) {
879
- const { targetActionForms } = context;
880
- const normalizedSource = source
881
- .replace(CLOSED_IF_ANYTHING_RE, '$1 ')
882
- .replace(COORDINATED_PROVIDED_RE, (match, connector, offset, whole) => (!targetActionForms.has('provided')
883
- || hasTargetActionPrefix(whole.slice(0, offset), targetActionForms)
884
- || hasProvidedMatrixAction(whole.slice(offset + match.length), context)
885
- ? match
886
- : `${connector} `))
887
- .replace(LEADING_PROVIDED_RE, (match, boundary, offset, whole) => (!targetActionForms.has('provided')
888
- || hasTargetActionPrefix(whole.slice(0, offset), targetActionForms)
889
- || hasProvidedMatrixAction(whole.slice(offset + match.length), context)
890
- ? match
891
- : `${boundary} `));
892
- return POTENTIAL_CONDITIONAL_SCOPE_RE.test(normalizedSource)
893
- || hasTargetActionBeforePostposedConditionalMarker(normalizedSource, targetActionForms);
894
- }
895
- function hasFactualProvidedAction(source, context) {
896
- const stream = lexRequiredEvidence(source);
897
- for (let index = 0; index < stream.tokens.length; index += 1) {
898
- const token = stream.tokens[index];
899
- if (token?.value !== 'provided' || isAdjectivalProvided(stream.tokens, index))
900
- continue;
901
- let clauseStart = index;
902
- while (clauseStart > 0 && stream.tokens[clauseStart - 1]?.clause === token.clause)
903
- clauseStart -= 1;
904
- if (leadingSubjectPolarity(stream, clauseStart, index) !== 'positive')
905
- continue;
906
- const tail = stream.tokens.slice(index + 1)
907
- .filter((candidate) => candidate.clause === token.clause)
908
- .map((candidate) => candidate.value)
909
- .join(' ');
910
- if (!hasProvidedMatrixAction(tail, context))
911
- return true;
912
- }
913
- return false;
914
- }
915
- function stripFactualTemporalMarkers(segment, context) {
916
- let probe = segment.replace(PROVIDED_BY_ADJUNCT_RE, ' ');
917
- probe = probe.replace(COORDINATED_TEMPORAL_RE, (match, connector, offset) => {
918
- const prefix = probe.slice(0, offset);
919
- const suffix = probe.slice(offset + match.length);
920
- return hasIndependentSimplePastPredicate(prefix)
921
- && hasIndependentSimplePastAction(suffix, context.actionForms, true)
922
- ? `${connector} `
923
- : match;
924
- });
925
- const leadingTemporal = LEADING_DISCOURSE_TEMPORAL_RE.exec(probe);
926
- if (!leadingTemporal)
927
- return probe;
928
- const suffix = probe.slice(leadingTemporal[0].length);
929
- return hasIndependentSimplePastAction(suffix, context.actionForms)
930
- || hasFactualProvidedAction(suffix, context)
931
- ? suffix
932
- : probe;
933
- }
934
- function hasConditionalEvidence(probe, hadProvidedBy, context) {
935
- return hasPotentialMarker(probe, context)
936
- || hasTargetActionBeforePostposedConditionalMarker(probe, context.targetActionForms)
937
- || (hadProvidedBy
938
- && !hasFactualProvidedAction(probe, context)
939
- && lexRequiredEvidence(probe).conditional.some(Boolean));
940
- }
941
- function hasPotentialConditionalScope(segment, actionForms, targetActionForms, terms) {
942
- const context = { actionForms, targetActionForms, terms };
943
- if (!hasPotentialMarker(segment, context))
944
- return false;
945
- const hadProvidedBy = segment.search(PROVIDED_BY_ADJUNCT_RE) >= 0;
946
- const probe = stripFactualTemporalMarkers(segment, context);
947
- return hasConditionalEvidence(probe, hadProvidedBy, context);
948
- }
949
- const NON_FACTUAL_MATRIX_AUXILIARIES = new Set([
950
- 'can', 'cannot', "can't", 'could', "couldn't", 'may', 'might', "mightn't", 'must', "mustn't",
951
- 'need', "needn't", 'ought', "oughtn't", 'shall', "shan't", 'should', "shouldn't", 'will', "won't",
952
- 'would', "wouldn't",
953
- ]);
954
- function hasFactualMatrixPredicate(segment) {
955
- const stream = lexRequiredEvidence(segment);
956
- if (stream.tokens.some((token, index) => (!isIgnoredRequiredToken(stream, index) && NON_FACTUAL_MATRIX_AUXILIARIES.has(token.value))))
957
- return false;
958
- return finiteClauseSubjectPolarity(segment) !== 'absent';
959
- }
960
- const MAX_FACTUAL_TAIL_PROBES = 256;
961
- const MAX_FACTUAL_TAIL_CHARS = 4_096;
962
- function boundedFactualTail(segment, start) {
963
- const window = segment.slice(start, start + MAX_FACTUAL_TAIL_CHARS);
964
- const hardBoundary = window.search(/[.!?;\r\n]/u);
965
- return normalize(hardBoundary >= 0 ? window.slice(0, hardBoundary) : window);
966
- }
967
- function factualTailsAfterBoundary(segment) {
968
- const tails = [];
969
- const seen = new Set();
970
- const addTail = (start, temporal, matrixEnd, allowsInheritedGerund = false) => {
971
- const candidate = boundedFactualTail(segment, start);
972
- if (!candidate || seen.has(candidate))
973
- return;
974
- seen.add(candidate);
975
- if (temporal) {
976
- const prefixEnd = matrixEnd ?? start;
977
- const matrixPrefix = normalize(segment.slice(Math.max(0, prefixEnd - MAX_FACTUAL_TAIL_CHARS), prefixEnd));
978
- const inheritedGerund = allowsInheritedGerund && startsWithSubjectElidedGerund(candidate);
979
- if (!hasFactualMatrixPredicate(matrixPrefix)
980
- || (!hasIndependentSimplePastPredicate(candidate) && !inheritedGerund))
981
- return;
982
- }
983
- tails.push(candidate);
984
- };
985
- const boundaryRe = /\b(after|because|before|once|so|when|while)\b/gi;
986
- let boundaryProbes = 0;
987
- for (const match of segment.matchAll(boundaryRe)) {
988
- if (boundaryProbes >= MAX_FACTUAL_TAIL_PROBES)
989
- break;
990
- boundaryProbes += 1;
991
- const marker = match[1]?.toLowerCase() ?? '';
992
- const temporal = marker === 'once' || marker === 'when' || marker === 'while';
993
- addTail(match.index + match[0].length, temporal, match.index, marker === 'when' || marker === 'while');
994
- }
995
- const commaRe = /,/g;
996
- let commaProbes = 0;
997
- for (const match of segment.matchAll(commaRe)) {
998
- if (commaProbes >= MAX_FACTUAL_TAIL_PROBES)
999
- break;
1000
- commaProbes += 1;
1001
- addTail(match.index + 1, false);
1002
- }
1003
- return tails;
1004
- }
1005
- function affirmativeFragmentFromTail(candidate, actionForms, inheritsSubject) {
1006
- if (NEGATED_ACTION_RE.test(candidate)) {
1007
- return affirmativePrefixBeforeNegation(candidate, actionForms, inheritsSubject);
1008
- }
1009
- return hasIndependentAffirmativeAction(candidate, actionForms, inheritsSubject) ? candidate : undefined;
1010
- }
1011
- function factualTailSubjectPolarity(segment) {
1012
- const stream = lexRequiredEvidence(segment);
1013
- for (let predicateIndex = 1; predicateIndex < stream.tokens.length; predicateIndex += 1) {
1014
- if (stream.conditional[predicateIndex] === true)
1015
- continue;
1016
- const term = stream.tokens[predicateIndex]?.value ?? '';
1017
- const finite = isFinitePredicateTerm(term)
1018
- || IRREGULAR_SIMPLE_PAST_FORMS.has(term)
1019
- || term.endsWith('ed')
1020
- || (KNOWN_EVIDENCE_ACTION_TERMS.has(term) && term.endsWith('s'));
1021
- if (finite)
1022
- return leadingSubjectPolarity(stream, 0, predicateIndex);
1023
- }
1024
- return 'absent';
1025
- }
1026
- function factualTailEvidence(tails, actionForms, inheritsSubject) {
1027
- let subjectMode = 'none';
1028
- let subjectAgreement = 'unknown';
1029
- for (const tail of tails) {
1030
- const affirmative = affirmativeFragmentFromTail(tail, actionForms, inheritsSubject);
1031
- if (affirmative)
1032
- return { affirmative, subjectAgreement: 'unknown', subjectMode: 'affirmative' };
1033
- if (NEGATED_ACTION_RE.test(tail)) {
1034
- if (hasExplicitSubjectBeforeNegation(tail)) {
1035
- const auxiliaryScope = negatedAuxiliaryScope(tail);
1036
- subjectMode = auxiliaryScope === 'bare'
1037
- ? 'negated-bare'
1038
- : auxiliaryScope === 'past-bare'
1039
- ? 'negated-past-bare'
1040
- : auxiliaryScope === 'perfect'
1041
- ? 'negated-perfect'
1042
- : auxiliaryScope === 'progressive'
1043
- ? 'negated-progressive'
1044
- : 'finite';
1045
- subjectAgreement = subjectAgreementBeforeNegation(tail);
1046
- }
1047
- continue;
1048
- }
1049
- if (inheritsSubject && startsWithSubjectElidedGerund(tail)) {
1050
- subjectMode = 'affirmative';
1051
- subjectAgreement = 'unknown';
1052
- continue;
1053
- }
1054
- const polarity = factualTailSubjectPolarity(tail);
1055
- if (polarity === 'positive') {
1056
- subjectMode = 'affirmative';
1057
- subjectAgreement = 'unknown';
1058
- }
1059
- else if (polarity === 'negative' && subjectMode === 'none') {
1060
- subjectMode = 'negative';
1061
- subjectAgreement = 'unknown';
1062
- }
1063
- }
1064
- return { subjectAgreement, subjectMode };
1065
- }
1066
- function contextualNoAdjunctAllowsImperative(segment) {
1067
- const commaIndex = segment.indexOf(',');
1068
- if (commaIndex < 0)
1069
- return false;
1070
- const terms = normalize(segment.slice(0, commaIndex)).split(' ').filter(Boolean);
1071
- return terms[0] === 'no' && (terms[1] === 'later' || terms[1] === 'matter');
1072
- }
1073
- function predicateConditionality(segment, actionForms) {
1074
- const stream = lexRequiredEvidence(segment);
1075
- let conditional = false;
1076
- let unconditional = false;
1077
- for (let index = 0; index < stream.tokens.length; index += 1) {
1078
- if (isIgnoredRequiredToken(stream, index))
1079
- continue;
1080
- const term = stream.tokens[index]?.value ?? '';
1081
- const predicate = actionForms.has(term)
1082
- || isFinitePredicateTerm(term)
1083
- || IRREGULAR_SIMPLE_PAST_FORMS.has(term)
1084
- || term.endsWith('ed')
1085
- || (KNOWN_EVIDENCE_ACTION_TERMS.has(term) && /(?:ing|s)$/u.test(term));
1086
- if (!predicate)
1087
- continue;
1088
- if (stream.conditional[index] === true)
1089
- conditional = true;
1090
- else
1091
- unconditional = true;
1092
- }
1093
- if (conditional && unconditional)
1094
- return 'mixed';
1095
- if (conditional)
1096
- return 'conditional';
1097
- if (unconditional)
1098
- return 'unconditional';
1099
- return 'none';
1100
- }
1101
- function hasMatrixPredicateBeforeConditionalMarker(segment, actionForms) {
1102
- const stream = lexRequiredEvidence(segment);
1103
- const markerIndex = stream.tokens.findIndex((token, index) => (!isIgnoredRequiredToken(stream, index)
1104
- && CONDITIONAL_MARKER_TERMS.has(token.value)
1105
- && stream.conditional[index] === true));
1106
- if (markerIndex < 0)
1107
- return false;
1108
- for (let index = 0; index < markerIndex; index += 1) {
1109
- if (isIgnoredRequiredToken(stream, index))
1110
- continue;
1111
- const term = stream.tokens[index]?.value ?? '';
1112
- if (actionForms.has(term)
1113
- || isFinitePredicateTerm(term)
1114
- || IRREGULAR_SIMPLE_PAST_FORMS.has(term)
1115
- || term.endsWith('ed')
1116
- || (KNOWN_EVIDENCE_ACTION_TERMS.has(term) && /(?:ing|s)$/u.test(term)))
1117
- return true;
1118
- }
1119
- return false;
1120
- }
1121
- function hasTargetActionBeforePostposedConditionalMarker(segment, targetActionForms) {
1122
- const stream = lexRequiredEvidence(segment);
1123
- let targetActionIndex;
1124
- for (let index = 0; index < stream.tokens.length; index += 1) {
1125
- const term = stream.tokens[index]?.value ?? '';
1126
- const embeddedGovernorIndex = embeddedIfGovernorIndex(stream.tokens, index);
1127
- const targetActionIsEmbeddedGovernor = embeddedGovernorIndex !== undefined
1128
- && embeddedGovernorIndex === targetActionIndex;
1129
- const postposedMarker = isConditionalMarkerUse(stream.tokens, index)
1130
- || targetActionIsEmbeddedGovernor
1131
- || (TEMPORAL_CONDITIONAL_MARKER_TERMS.has(term)
1132
- && !isMentionedConditionalMarker(stream.tokens, index)
1133
- && !isFactualTemporalMarkerUse(stream.tokens, index));
1134
- if (targetActionIndex !== undefined
1135
- && postposedMarker) {
1136
- if (!TEMPORAL_CONDITIONAL_MARKER_TERMS.has(term))
1137
- return true;
1138
- const prefix = segment.slice(0, stream.tokens[index]?.start ?? 0);
1139
- if (!hasIndependentSimplePastAction(prefix, targetActionForms))
1140
- return true;
1141
- }
1142
- if (targetActionIndex === undefined
1143
- && targetActionForms.has(term)
1144
- && (index === 0 || leadingSubjectPolarity(stream, 0, index) === 'positive')) {
1145
- targetActionIndex = index;
1146
- }
1147
- }
1148
- return false;
1149
- }
1150
- function affirmativeOutputClauses(redactedOutput, terms) {
1151
- const actionForms = new Set(AFFIRMATIVE_ACTION_FORMS);
1152
- const targetActionForms = new Set();
1153
- for (const term of terms) {
1154
- if (!term.verb)
1155
- continue;
1156
- for (const form of targetTermForms(term, 'must_not')) {
1157
- actionForms.add(form);
1158
- targetActionForms.add(form);
1159
- }
1160
- }
1161
- return redactedOutput
1162
- .split(/(?<=[.!?;])|\r?\n|\b(?:but|however|although|though)\b/gi)
1163
- .map((clause) => clause.replace(REDACTION_MARKER_RE, ' ').trim())
1164
- .filter((clause) => clause.length > 0)
1165
- .flatMap((rawClause) => {
1166
- const scopedClause = stripCommaDelimitedWithoutAdjuncts(rawClause, actionForms);
1167
- const clause = normalize(scopedClause);
1168
- if (!NEGATED_ACTION_RE.test(clause)
1169
- && !WITHOUT_ACTION_RE.test(clause)
1170
- && !NEGATIVE_SUBJECT_MARKER_RE.test(clause)
1171
- && !hasPotentialConditionalScope(scopedClause, actionForms, targetActionForms, terms))
1172
- return [clause];
1173
- const parts = scopedClause.split(/\b(and|but|however|although|though|or|then|without)\b/i);
1174
- const segments = [];
1175
- let connector;
1176
- for (let index = 0; index < parts.length; index += 1) {
1177
- const part = parts[index] ?? '';
1178
- if (index % 2 === 1) {
1179
- connector = part.trim().toLowerCase();
1180
- continue;
1181
- }
1182
- const rawText = part.trim();
1183
- const text = normalize(rawText);
1184
- if (!text)
1185
- continue;
1186
- segments.push({ ...(connector ? { connector } : {}), rawText, text });
1187
- connector = undefined;
1188
- }
1189
- let requiresIndependentAction = NEGATED_ACTION_RE.test(segments[0]?.text ?? '');
1190
- let inheritedSubjectMode = 'none';
1191
- let inheritedSubjectAgreement = 'unknown';
1192
- let conditionalCoordination = false;
1193
- let conditionalCoordinationAllowsIndependentReset = false;
1194
- return segments.flatMap((segment, index) => {
1195
- if (segment.connector === 'without') {
1196
- requiresIndependentAction = true;
1197
- if (/,\s*$/u.test(segment.rawText)) {
1198
- conditionalCoordination = false;
1199
- conditionalCoordinationAllowsIndependentReset = false;
1200
- }
1201
- return [];
1202
- }
1203
- const postposedTargetConditional = hasTargetActionBeforePostposedConditionalMarker(segment.rawText, targetActionForms);
1204
- const ownConditional = postposedTargetConditional
1205
- || (predicateConditionality(segment.text, actionForms) === 'conditional'
1206
- && !hasMatrixPredicateBeforeConditionalMarker(segment.text, actionForms));
1207
- const inheritedConditional = conditionalCoordination
1208
- && (segment.connector === 'and' || segment.connector === 'or' || segment.connector === 'then')
1209
- && !(conditionalCoordinationAllowsIndependentReset
1210
- && hasIndependentAffirmativeAction(segment.text, actionForms));
1211
- const conditionalSegment = ownConditional || inheritedConditional;
1212
- const conditionalAllowsIndependentReset = ownConditional
1213
- ? postposedTargetConditional
1214
- : conditionalCoordinationAllowsIndependentReset;
1215
- const carriesConditionalCoordination = !/,\s*$/u.test(segment.rawText);
1216
- if (NEGATED_ACTION_RE.test(segment.text)) {
1217
- const affirmativePrefix = affirmativePrefixBeforeNegation(segment.text, actionForms);
1218
- const negatedSubjectPolarity = finiteClauseSubjectPolarity(segment.text);
1219
- const factualTails = factualTailsAfterBoundary(segment.rawText);
1220
- const tailEvidence = factualTailEvidence(factualTails, actionForms, negatedSubjectPolarity !== 'negative');
1221
- if (conditionalSegment) {
1222
- conditionalCoordination = carriesConditionalCoordination;
1223
- conditionalCoordinationAllowsIndependentReset = carriesConditionalCoordination
1224
- && conditionalAllowsIndependentReset;
1225
- requiresIndependentAction = true;
1226
- return [];
1227
- }
1228
- conditionalCoordination = false;
1229
- conditionalCoordinationAllowsIndependentReset = false;
1230
- requiresIndependentAction = true;
1231
- const explicitSubject = hasExplicitSubjectBeforeNegation(segment.text);
1232
- const preservesInheritedSubject = segment.connector === 'and'
1233
- && inheritedSubjectMode !== 'none'
1234
- && startsWithSubjectElidedNegation(segment.text);
1235
- if (negatedSubjectPolarity === 'negative') {
1236
- inheritedSubjectMode = 'negative';
1237
- inheritedSubjectAgreement = 'unknown';
1238
- }
1239
- else if (explicitSubject) {
1240
- const auxiliaryScope = negatedAuxiliaryScope(segment.text);
1241
- inheritedSubjectMode = auxiliaryScope === 'bare'
1242
- ? 'negated-bare'
1243
- : auxiliaryScope === 'past-bare'
1244
- ? 'negated-past-bare'
1245
- : auxiliaryScope === 'perfect'
1246
- ? 'negated-perfect'
1247
- : auxiliaryScope === 'progressive'
1248
- ? 'negated-progressive'
1249
- : 'finite';
1250
- inheritedSubjectAgreement = subjectAgreementBeforeNegation(segment.text);
1251
- }
1252
- else if (!preservesInheritedSubject) {
1253
- inheritedSubjectMode = 'none';
1254
- inheritedSubjectAgreement = 'unknown';
1255
- }
1256
- if (tailEvidence.subjectMode !== 'none') {
1257
- inheritedSubjectMode = tailEvidence.subjectMode;
1258
- inheritedSubjectAgreement = tailEvidence.subjectAgreement;
1259
- }
1260
- return [affirmativePrefix, tailEvidence.affirmative]
1261
- .filter((fragment) => fragment !== undefined);
1262
- }
1263
- const finiteSubjectPolarity = finiteClauseSubjectPolarity(segment.text);
1264
- const subjectPolarity = finiteSubjectPolarity === 'absent'
1265
- ? matchingActionSubjectPolarity(segment.text, actionForms)
1266
- : finiteSubjectPolarity;
1267
- if (subjectPolarity === 'negative') {
1268
- inheritedSubjectMode = 'negative';
1269
- inheritedSubjectAgreement = 'unknown';
1270
- requiresIndependentAction = true;
1271
- const factualTails = factualTailsAfterBoundary(segment.rawText);
1272
- const tailEvidence = factualTailEvidence(factualTails, actionForms, contextualNoAdjunctAllowsImperative(segment.rawText));
1273
- if (conditionalSegment) {
1274
- conditionalCoordination = carriesConditionalCoordination;
1275
- conditionalCoordinationAllowsIndependentReset = carriesConditionalCoordination
1276
- && conditionalAllowsIndependentReset;
1277
- return [];
1278
- }
1279
- conditionalCoordination = false;
1280
- conditionalCoordinationAllowsIndependentReset = false;
1281
- if (tailEvidence.subjectMode !== 'none') {
1282
- inheritedSubjectMode = tailEvidence.subjectMode;
1283
- inheritedSubjectAgreement = tailEvidence.subjectAgreement;
1284
- }
1285
- return tailEvidence.affirmative ? [tailEvidence.affirmative] : [];
1286
- }
1287
- if (conditionalSegment) {
1288
- conditionalCoordination = carriesConditionalCoordination;
1289
- conditionalCoordinationAllowsIndependentReset = carriesConditionalCoordination
1290
- && conditionalAllowsIndependentReset;
1291
- requiresIndependentAction = true;
1292
- return [];
1293
- }
1294
- conditionalCoordination = false;
1295
- conditionalCoordinationAllowsIndependentReset = false;
1296
- if (subjectPolarity === 'positive')
1297
- inheritedSubjectMode = 'affirmative';
1298
- if (index === 0 || !requiresIndependentAction)
1299
- return [segment.text];
1300
- const followsComma = /,\s*$/u.test(segments[index - 1]?.rawText ?? '');
1301
- if (segment.connector === 'and'
1302
- && followsComma
1303
- && inheritedSubjectMode !== 'negative'
1304
- && hasIndependentAffirmativeAction(segment.text, actionForms, true))
1305
- return [segment.text];
1306
- if (segment.connector === 'and' && inheritedSubjectMode === 'affirmative'
1307
- && hasIndependentAffirmativeAction(segment.text, actionForms, true))
1308
- return [segment.text];
1309
- const morphology = subjectElidedActionMorphology(segment.text, actionForms);
1310
- if (segment.connector === 'and' && inheritedSubjectMode === 'negated-perfect'
1311
- && ((morphology === 'base' && inheritedSubjectAgreement === 'base')
1312
- || (morphology === 'third-person' && inheritedSubjectAgreement === 'third-person'))) {
1313
- return [segment.text];
1314
- }
1315
- if (segment.connector === 'and' && inheritedSubjectMode === 'negated-progressive'
1316
- && (morphology === 'participle'
1317
- || morphology === 'simple-past'
1318
- || (morphology === 'base' && inheritedSubjectAgreement === 'base')
1319
- || (morphology === 'third-person' && inheritedSubjectAgreement === 'third-person'))) {
1320
- return [segment.text];
1321
- }
1322
- if (segment.connector === 'and' && inheritedSubjectMode === 'negated-bare'
1323
- && (morphology === 'simple-past'
1324
- || (morphology === 'third-person' && inheritedSubjectAgreement === 'third-person'))) {
1325
- return [segment.text];
1326
- }
1327
- if (segment.connector === 'and' && inheritedSubjectMode === 'negated-past-bare'
1328
- && (morphology === 'participle'
1329
- || morphology === 'simple-past'
1330
- || (morphology === 'third-person' && inheritedSubjectAgreement === 'third-person'))) {
1331
- return [segment.text];
1332
- }
1333
- if (segment.connector === 'and' && inheritedSubjectMode === 'finite'
1334
- && startsWithSubjectElidedFiniteAction(segment.text, actionForms))
1335
- return [segment.text];
1336
- const thenInheritsSubject = segment.connector === 'then' && inheritedSubjectMode !== 'negative';
1337
- return hasIndependentAffirmativeAction(segment.text, actionForms, thenInheritsSubject)
1338
- ? [segment.text]
1339
- : [];
1340
- });
1341
- });
1342
- }
1343
- function mustNotMatchedTerms(redactedOutput, terms) {
1344
- return affirmativeOutputClauses(redactedOutput, terms)
1345
- .map((clause) => {
1346
- const matched = terms.filter((term) => termMatches(clause, term, 'must_not'));
1347
- if (terms.some((term) => term.verb) && !matched.some((term) => term.verb))
1348
- return [];
1349
- return matched.map((term) => term.text);
1350
- })
1351
- .sort((left, right) => right.length - left.length)[0] ?? [];
1352
- }
1353
- function isBroadProgressiveAuxiliary(term) {
1354
- if (!term.verb || !term.text.endsWith('ing'))
1355
- return false;
1356
- const lemma = verbLemma(term.text);
1357
- return lemma !== undefined && EXACT_ONLY_PROGRESSIVE_LEMMAS.has(lemma);
1358
- }
1359
- const BROAD_EVIDENCE_LINK_TERMS = new Set([
1360
- 'a', 'an', 'the', 'all', 'any', 'both', 'each', 'every', 'her', 'his', 'its', 'my', 'not', 'only', 'our',
1361
- 'some', 'that', 'their', 'these', 'this', 'those', 'your',
1362
- ]);
1363
- const PASSIVE_AUXILIARY_TERMS = new Set([
1364
- 'am', 'is', 'are', 'was', 'were', 'be', 'been', 'being', 'has', 'have', 'had',
1365
- ]);
1366
- const PASSIVE_BE_AUXILIARY_TERMS = new Set([
1367
- 'am', 'is', 'are', 'was', 'were', 'be', 'been', 'being',
1368
- ]);
1369
- const PERFECT_AUXILIARY_TERMS = new Set(['had', 'has', 'have']);
1370
- const PERFECT_BROAD_FORM_TERMS = new Set(['been', 'done', 'gone']);
1371
- const MODAL_AUXILIARY_TERMS = new Set([
1372
- 'can', 'could', 'may', 'might', 'must', 'shall', 'should', 'will', 'would',
1373
- ]);
1374
- const SEMI_MODAL_AUXILIARY_TERMS = new Set(['need', 'needed', 'needs', 'ought']);
1375
- const INDEPENDENT_BROAD_FORM_TERMS = new Set([
1376
- 'am', 'are', 'is', 'was', 'were', 'does', 'did', 'goes', 'went', 'has', 'have', 'had',
1377
- ]);
1378
- const NEGATIVE_EVIDENCE_PRONOUNS = new Set(['neither', 'nobody', 'none', 'nothing']);
1379
- const NEGATIVE_EVIDENCE_DETERMINERS = new Set(['neither', 'no', 'zero']);
1380
- const SUBJECT_PRONOUN_TERMS = new Set([
1381
- 'he', 'i', 'it', 'she', 'that', 'they', 'this', 'we', 'who', 'you',
1382
- ]);
1383
- const SUBJECT_ARTICLE_TERMS = new Set(['a', 'an', 'the']);
1384
- const AUXILIARY_CHAIN_MODIFIER_TERMS = new Set([
1385
- 'already', 'also', 'always', 'ever', 'just', 'still', 'yet',
1386
- ]);
1387
- const LEADING_CLAUSE_MODIFIER_TERMS = new Set([
1388
- 'eventually', 'finally', 'initially', 'later', 'subsequently',
1389
- ]);
1390
- // One capped token stream; each predicate probes only bounded nearby targets.
1391
- // This keeps replay evaluation O(tokens * target terms * window) and memory linear.
1392
- const MAX_REQUIRED_EVIDENCE_TERMS = 1_024;
1393
- const MAX_REQUIRED_EVIDENCE_CANDIDATES = 256;
1394
- const MAX_REQUIRED_EVIDENCE_PAIR_DISTANCE = 64;
1395
- const MAX_REQUIRED_SUBJECT_LOOKBACK = 128;
1396
- const PREDICATE_COORDINATOR_TERMS = new Set(['and', 'but', 'then']);
1397
- const CONDITIONAL_MARKER_TERMS = new Set([
1398
- 'assuming', 'if', 'once', 'provided', 'supposing', 'unless', 'when', 'while',
1399
- ]);
1400
- const TEMPORAL_CONDITIONAL_MARKER_TERMS = new Set(['once', 'when', 'while']);
1401
- const CONDITIONAL_MARKER_MENTION_HEAD_TERMS = new Set(['keyword', 'term', 'word']);
1402
- const EMBEDDED_IF_GOVERNOR_TERMS = new Set([
1403
- 'ask', 'asked', 'asking', 'asks',
1404
- 'check', 'checked', 'checking', 'checks',
1405
- 'confirm', 'confirmed', 'confirming', 'confirms',
1406
- 'decide', 'decided', 'decides', 'deciding',
1407
- 'determine', 'determined', 'determines', 'determining',
1408
- 'evaluate', 'evaluated', 'evaluates', 'evaluating',
1409
- 'learn', 'learned', 'learning', 'learns',
1410
- 'see', 'seeing', 'seen', 'sees', 'saw',
1411
- 'test', 'tested', 'testing', 'tests',
1412
- 'verify', 'verified', 'verifies', 'verifying',
1413
- 'wonder', 'wondered', 'wondering', 'wonders',
1414
- ]);
1415
- const PREDICATE_SCOPE_RESET_TERMS = new Set([
1416
- ...CONDITIONAL_MARKER_TERMS,
1417
- 'although', 'as', 'because', 'however', 'once', 'though', 'when', 'whereas', 'while', 'without', 'yet',
1418
- ]);
1419
- const COMMA_DELIMITED_SUBORDINATOR_TERMS = new Set([
1420
- ...CONDITIONAL_MARKER_TERMS,
1421
- 'although', 'as', 'because', 'once', 'though', 'when', 'whereas', 'while',
1422
- ]);
1423
- const TARGET_SCOPE_RESET_TERMS_LOCAL = new Set([
1424
- ...PREDICATE_SCOPE_RESET_TERMS,
1425
- ...PREDICATE_COORDINATOR_TERMS,
1426
- 'after', 'before', 'since', 'than', 'that',
1427
- ]);
1428
- const PASSIVE_SUBJECT_POSTMODIFIER_TERMS = new Set([
1429
- 'among', 'around', 'at', 'by', 'for', 'from', 'in', 'of', 'on', 'through', 'to', 'with', 'without',
1430
- ]);
1431
- const COMMA_DELIMITED_PREPOSITION_TERMS = new Set([
1432
- ...PASSIVE_SUBJECT_POSTMODIFIER_TERMS,
1433
- 'according', 'despite', 'during', 'inside', 'outside', 'regarding', 'within',
1434
- ]);
1435
- const TOTALITY_TARGET_MODIFIER_TERMS = new Set([
1436
- 'complete', 'entire', 'full', 'partial', 'total', 'whole',
1437
- ]);
1438
- const KNOWN_EVIDENCE_ACTION_TERMS = new Set([
1439
- ...[...IRREGULAR_VERB_FORMS.values()].flat(),
1440
- ...GENERIC_ACTION_TERMS,
1441
- ]);
1442
- const KNOWN_FINITE_PREDICATE_TERMS = new Set([
1443
- ...INDEPENDENT_BROAD_FORM_TERMS,
1444
- ...MODAL_AUXILIARY_TERMS,
1445
- 'said', 'told',
1446
- ]);
1447
- const CONTEXTUAL_ZERO_METRIC_TERMS = new Set([
1448
- 'cost', 'downtime', 'latency', 'loss', 'overhead', 'variance',
1449
- ]);
1450
- const ROOT_PREDICATE_BLOCKING_MODIFIER_TERMS = new Set([
1451
- 'allegedly', 'almost', 'apparently', 'maybe', 'nearly', 'perhaps', 'possibly', 'reportedly', 'supposedly',
1452
- ]);
1453
- const CLAUSE_INITIAL_EVIDENTIAL_HEDGE_TERMS = new Set([
1454
- ...ROOT_PREDICATE_BLOCKING_MODIFIER_TERMS,
1455
- 'likely', 'presumably', 'probably', 'purportedly',
1456
- ]);
1457
- const EMBEDDED_CLAIM_GOVERNOR_TERMS = new Set([
1458
- 'allege', 'alleged', 'alleges', 'alleging',
1459
- 'assert', 'asserted', 'asserting', 'asserts',
1460
- 'believe', 'believed', 'believes', 'believing',
1461
- 'claim', 'claimed', 'claims', 'claiming',
1462
- 'deny', 'denied', 'denies', 'denying',
1463
- 'hear', 'heard', 'hearing', 'hears',
1464
- 'report', 'reported', 'reporting', 'reports',
1465
- 'say', 'said', 'saying', 'says',
1466
- 'suppose', 'supposed', 'supposes', 'supposing',
1467
- 'tell', 'telling', 'tells', 'told',
1468
- 'think', 'thinking', 'thinks', 'thought',
1469
- ]);
1470
- const UNAMBIGUOUS_EMBEDDED_CLAIM_GOVERNOR_TERMS = new Set([
1471
- 'asserts', 'heard', 'said', 'thought', 'told',
1472
- ]);
1473
- const NOMINAL_CLAIM_HEAD_TERMS = new Set(['claim', 'claims', 'report', 'reports']);
1474
- const RELATIVE_SAFE_FINITE_COMPLEMENTS = new Map([
1475
- ['made', new Set(['progress'])],
1476
- ['makes', new Set(['progress'])],
1477
- ['pass', new Set(['review'])],
1478
- ['passed', new Set(['review'])],
1479
- ['passes', new Set(['review'])],
1480
- ['survive', new Set(['review'])],
1481
- ['survived', new Set(['review'])],
1482
- ['survives', new Set(['review'])],
1483
- ['takes', new Set(['effect'])],
1484
- ['took', new Set(['effect'])],
1485
- ]);
1486
- const NON_ADVERBIAL_PARENTHETICAL_IF_NOT_TERMS = new Set(['already', 'complete']);
1487
- const AFFIRMATIVE_PREDICATE_MODIFIER_TERMS = new Set([
1488
- ...AUXILIARY_CHAIN_MODIFIER_TERMS,
1489
- 'actually', 'currently', 'definitely', 'only', 'successfully',
1490
- ]);
1491
- const INVERTED_CONDITIONAL_AUXILIARY_TERMS = new Set([
1492
- ...MODAL_AUXILIARY_TERMS,
1493
- 'had', 'was', 'were',
1494
- ]);
1495
- const NON_SUBJECT_PREFIX_TERMS = new Set([
1496
- ...PASSIVE_AUXILIARY_TERMS,
1497
- ...MODAL_AUXILIARY_TERMS,
1498
- ...SEMI_MODAL_AUXILIARY_TERMS,
1499
- ...LEADING_CLAUSE_MODIFIER_TERMS,
1500
- 'after', 'before', 'not', 'only', 'to',
1501
- ]);
1502
- function isBlockingRootPredicateModifierTerm(term) {
1503
- return ROOT_PREDICATE_BLOCKING_MODIFIER_TERMS.has(term)
1504
- || (term.endsWith('ly')
1505
- && !AFFIRMATIVE_PREDICATE_MODIFIER_TERMS.has(term)
1506
- && !LEADING_CLAUSE_MODIFIER_TERMS.has(term));
1507
- }
1508
- function isClauseInitialEvidentialHedgeTerm(term) {
1509
- return CLAUSE_INITIAL_EVIDENTIAL_HEDGE_TERMS.has(term);
1510
- }
1511
- function isAdjectivalProvided(tokens, index) {
1512
- if (tokens[index]?.value !== 'provided')
1513
- return false;
1514
- if (tokens[index + 1]?.value === 'by')
1515
- return true;
1516
- const clauseId = tokens[index].clause;
1517
- let previous = index - 1;
1518
- while (previous >= 0
1519
- && tokens[previous]?.clause === clauseId
1520
- && /ly$/u.test(tokens[previous]?.value ?? ''))
1521
- previous -= 1;
1522
- const previousTerm = tokens[previous]?.clause === clauseId ? tokens[previous]?.value ?? '' : '';
1523
- return previousTerm !== 'not'
1524
- && previousTerm !== 'only'
1525
- && BROAD_EVIDENCE_LINK_TERMS.has(previousTerm);
1526
- }
1527
- function hasSubjectBeforeRegularPast(tokens, predicateIndex, lowerBound) {
1528
- const clauseId = tokens[predicateIndex]?.clause;
1529
- for (let index = predicateIndex - 1; index >= lowerBound; index -= 1) {
1530
- const token = tokens[index];
1531
- if (!token || token.clause !== clauseId)
1532
- return false;
1533
- const term = token.value;
1534
- if (PREDICATE_COORDINATOR_TERMS.has(term) || PREDICATE_SCOPE_RESET_TERMS.has(term))
1535
- return false;
1536
- if (SUBJECT_PRONOUN_TERMS.has(term) || NEGATIVE_EVIDENCE_PRONOUNS.has(term))
1537
- return true;
1538
- if (SUBJECT_ARTICLE_TERMS.has(term)
1539
- || BROAD_EVIDENCE_LINK_TERMS.has(term)
1540
- || NON_SUBJECT_PREFIX_TERMS.has(term)
1541
- || /ly$/u.test(term)
1542
- || isAttributiveTargetModifier(term))
1543
- continue;
1544
- return true;
1545
- }
1546
- return false;
1547
- }
1548
- function isFinitePredicateBeforeParenthetical(tokens, index, lowerBound) {
1549
- const term = tokens[index]?.value ?? '';
1550
- if (KNOWN_FINITE_PREDICATE_TERMS.has(term) || /n't$/u.test(term))
1551
- return true;
1552
- return term.endsWith('ed') && hasSubjectBeforeRegularPast(tokens, index, lowerBound);
1553
- }
1554
- function isParentheticalIfNotModifier(tokens, index) {
1555
- if (tokens[index]?.value !== 'if' || tokens[index + 1]?.value !== 'not')
1556
- return false;
1557
- const modifier = tokens[index + 2];
1558
- const next = tokens[index + 3];
1559
- const closedModifier = modifier?.clause === tokens[index]?.clause
1560
- && (next === undefined || next.clause !== modifier.clause || next.commaBefore);
1561
- if (!closedModifier)
1562
- return false;
1563
- if (/ly$/u.test(modifier.value))
1564
- return true;
1565
- if (!tokens[index]?.commaBefore
1566
- || !NON_ADVERBIAL_PARENTHETICAL_IF_NOT_TERMS.has(modifier.value))
1567
- return false;
1568
- const lowerBound = Math.max(0, index - MAX_REQUIRED_SUBJECT_LOOKBACK);
1569
- for (let prior = index - 1; prior >= lowerBound && tokens[prior]?.clause === modifier.clause; prior -= 1) {
1570
- const term = tokens[prior]?.value ?? '';
1571
- if (PREDICATE_COORDINATOR_TERMS.has(term) || PREDICATE_SCOPE_RESET_TERMS.has(term))
1572
- return false;
1573
- if (isFinitePredicateBeforeParenthetical(tokens, prior, lowerBound))
1574
- return true;
1575
- }
1576
- return false;
1577
- }
1578
- function isParentheticalIfAnythingModifier(tokens, index) {
1579
- const marker = tokens[index];
1580
- const modifier = tokens[index + 1];
1581
- const next = tokens[index + 2];
1582
- if (marker?.value !== 'if'
1583
- || modifier?.value !== 'anything'
1584
- || modifier.clause !== marker.clause)
1585
- return false;
1586
- const closesBeforePostmodifier = next !== undefined
1587
- && next.clause === modifier.clause
1588
- && COMMA_DELIMITED_PREPOSITION_TERMS.has(next.value);
1589
- const closesBeforeClauseBoundary = next !== undefined
1590
- && next.clause === modifier.clause
1591
- && TARGET_SCOPE_RESET_TERMS_LOCAL.has(next.value);
1592
- const closedModifier = next === undefined
1593
- || next.clause !== modifier.clause
1594
- || next.commaBefore
1595
- || closesBeforePostmodifier
1596
- || closesBeforeClauseBoundary;
1597
- return closedModifier && (index === 0
1598
- || marker.commaBefore
1599
- || next === undefined
1600
- || closesBeforePostmodifier
1601
- || closesBeforeClauseBoundary);
1602
- }
1603
- function isMentionedConditionalMarker(tokens, index) {
1604
- const token = tokens[index];
1605
- const previous = tokens[index - 1];
1606
- return token !== undefined
1607
- && previous?.clause === token.clause
1608
- && CONDITIONAL_MARKER_MENTION_HEAD_TERMS.has(previous.value);
1609
- }
1610
- function embeddedIfGovernorIndex(tokens, index) {
1611
- const marker = tokens[index];
1612
- if (marker?.value !== 'if' || marker.commaBefore)
1613
- return undefined;
1614
- for (let previous = index - 1; previous >= 0; previous -= 1) {
1615
- const token = tokens[previous];
1616
- if (!token || token.clause !== marker.clause)
1617
- return undefined;
1618
- const term = token.value;
1619
- if (EMBEDDED_IF_GOVERNOR_TERMS.has(term))
1620
- return previous;
1621
- if (PREDICATE_COORDINATOR_TERMS.has(term)
1622
- || CONDITIONAL_MARKER_TERMS.has(term)
1623
- || AFFIRMATIVE_ACTION_FORMS.has(term)
1624
- || isFinitePredicateTerm(term))
1625
- return undefined;
1626
- if (tokens[previous + 1]?.commaBefore)
1627
- return undefined;
1628
- }
1629
- return undefined;
1630
- }
1631
- function isEmbeddedIfComplement(tokens, index) {
1632
- return embeddedIfGovernorIndex(tokens, index) !== undefined;
1633
- }
1634
- function isFactualProvidedPredicate(tokens, index) {
1635
- const provided = tokens[index];
1636
- if (provided?.value !== 'provided' || provided.commaBefore)
1637
- return false;
1638
- let segmentStart = index;
1639
- for (let previous = index - 1; previous >= 0; previous -= 1) {
1640
- const token = tokens[previous];
1641
- if (!token || token.clause !== provided.clause)
1642
- break;
1643
- if (tokens[previous + 1]?.commaBefore || PREDICATE_COORDINATOR_TERMS.has(token.value))
1644
- break;
1645
- segmentStart = previous;
1646
- }
1647
- if (segmentStart === index)
1648
- return false;
1649
- for (let previous = segmentStart; previous < index; previous += 1) {
1650
- const term = tokens[previous]?.value ?? '';
1651
- if (AFFIRMATIVE_ACTION_FORMS.has(term)
1652
- || isFinitePredicateTerm(term)
1653
- || KNOWN_EVIDENCE_ACTION_TERMS.has(term))
1654
- return false;
1655
- }
1656
- return hasSubjectBeforeRegularPast(tokens, index, segmentStart);
1657
- }
1658
- function isConditionalMarkerUse(tokens, index) {
1659
- const term = tokens[index]?.value ?? '';
1660
- if (!CONDITIONAL_MARKER_TERMS.has(term)
1661
- || isAdjectivalProvided(tokens, index)
1662
- || isFactualProvidedPredicate(tokens, index)
1663
- || isParentheticalIfNotModifier(tokens, index)
1664
- || isParentheticalIfAnythingModifier(tokens, index)
1665
- || isMentionedConditionalMarker(tokens, index)
1666
- || isEmbeddedIfComplement(tokens, index))
1667
- return false;
1668
- if (!TEMPORAL_CONDITIONAL_MARKER_TERMS.has(term))
1669
- return true;
1670
- if (isFactualTemporalMarkerUse(tokens, index))
1671
- return false;
1672
- const clauseId = tokens[index]?.clause;
1673
- let hardClauseStart = index;
1674
- while (hardClauseStart > 0 && tokens[hardClauseStart - 1]?.clause === clauseId)
1675
- hardClauseStart -= 1;
1676
- if (term === 'once') {
1677
- let segmentStart = hardClauseStart;
1678
- for (let prior = index - 1; prior >= hardClauseStart; prior -= 1) {
1679
- if (PREDICATE_COORDINATOR_TERMS.has(tokens[prior]?.value ?? '')) {
1680
- segmentStart = prior + 1;
1681
- break;
1682
- }
1683
- }
1684
- let nextIndex = index + 1;
1685
- while (tokens[nextIndex]?.clause === clauseId && /ly$/u.test(tokens[nextIndex]?.value ?? ''))
1686
- nextIndex += 1;
1687
- const next = tokens[nextIndex];
1688
- const nextTerm = next?.value ?? '';
1689
- const followedByPredicate = next !== undefined
1690
- && next.clause === clauseId
1691
- && !next.commaBefore
1692
- && (isFinitePredicateTerm(nextTerm)
1693
- || INDEPENDENT_AFFIRMATIVE_AUXILIARIES.has(nextTerm)
1694
- || KNOWN_EVIDENCE_ACTION_TERMS.has(nextTerm));
1695
- if (followedByPredicate && hasSubjectBeforeRegularPast(tokens, index, segmentStart))
1696
- return false;
1697
- }
1698
- return conditionalScopeStart(tokens, hardClauseStart, index) === index;
1699
- }
1700
- function isFactualTemporalMarkerUse(tokens, index) {
1701
- const term = tokens[index]?.value ?? '';
1702
- const previous = tokens[index - 1]?.value ?? '';
1703
- const next = tokens[index + 1]?.value ?? '';
1704
- return (term === 'once' && isFactualOnceUse(tokens, index))
1705
- || (term === 'while' && (['a', 'that', 'the', 'this'].includes(previous) || next === 'later'));
1706
- }
1707
- function isFactualOnceUse(tokens, index) {
1708
- if (tokens[index]?.value !== 'once')
1709
- return false;
1710
- const previous = tokens[index - 1]?.value ?? '';
1711
- const next = tokens[index + 1]?.value ?? '';
1712
- return tokens[index]?.compound === true
1713
- || ['at', 'for', 'just'].includes(previous)
1714
- || ['again', 'more', 'upon'].includes(next);
1715
- }
1716
- function hasMatrixSubjectBeforeTemporalAdjunct(source, offset) {
1717
- const hardPrefix = source.slice(Math.max(0, offset - 256), offset).split(/[.!?;\r\n]/u).pop() ?? '';
1718
- const segment = hardPrefix.slice(hardPrefix.lastIndexOf(',') + 1);
1719
- const terms = normalize(segment).split(' ').filter(Boolean);
1720
- if (terms.length === 0)
1721
- return false;
1722
- if (terms.some((term) => SUBJECT_PRONOUN_TERMS.has(term)))
1723
- return true;
1724
- if (terms.some((term, index) => SUBJECT_ARTICLE_TERMS.has(term) && index + 1 < terms.length))
1725
- return true;
1726
- if (terms.some((term, index) => NEGATIVE_EVIDENCE_DETERMINERS.has(term) && index + 1 < terms.length))
1727
- return true;
1728
- const first = terms[0] ?? '';
1729
- return !LEADING_CLAUSE_MODIFIER_TERMS.has(first)
1730
- && !COMMA_DELIMITED_PREPOSITION_TERMS.has(first)
1731
- && !NON_SUBJECT_PREFIX_TERMS.has(first)
1732
- && !/ly$/u.test(first);
1733
- }
1734
- function stripFactualTemporalParentheticals(source) {
1735
- return source.replace(COMMA_DELIMITED_TEMPORAL_RE, (match, offset, whole) => {
1736
- if (!hasMatrixSubjectBeforeTemporalAdjunct(whole, offset))
1737
- return match;
1738
- const suffixStart = offset + match.length;
1739
- const suffixWindow = whole.slice(suffixStart, suffixStart + 256).split(/[.!?;\r\n]/u, 1)[0] ?? '';
1740
- const suffixTerms = normalize(suffixWindow).split(' ').filter(Boolean);
1741
- const keepsModality = suffixTerms.slice(0, 4).some((term) => (MODAL_AUXILIARY_TERMS.has(term) || SEMI_MODAL_AUXILIARY_TERMS.has(term)));
1742
- return keepsModality ? match : ' ';
1743
- });
1744
- }
1745
- function conditionalScopeStart(tokens, hardClauseStart, markerIndex) {
1746
- let segmentStart = hardClauseStart;
1747
- for (let index = markerIndex - 1; index >= hardClauseStart; index -= 1) {
1748
- if (PREDICATE_COORDINATOR_TERMS.has(tokens[index]?.value ?? '')) {
1749
- segmentStart = index + 1;
1750
- break;
1751
- }
1752
- }
1753
- for (let index = segmentStart; index < markerIndex; index += 1) {
1754
- const term = tokens[index]?.value ?? '';
1755
- if (isFinitePredicateTerm(term)
1756
- || KNOWN_EVIDENCE_ACTION_TERMS.has(term)
1757
- || term.endsWith('ing'))
1758
- return segmentStart;
1759
- }
1760
- return markerIndex;
1761
- }
1762
- function lexRequiredEvidence(redactedOutput) {
1763
- const source = stripFactualTemporalParentheticals(redactedOutput.replace(REDACTION_MARKER_RE, ' '))
1764
- .toLowerCase()
1765
- .replace(/[\u2018\u2019]/g, "'");
1766
- const tokens = [];
1767
- const matches = source.matchAll(/[a-z0-9_]+(?:'[a-z]+)?/gu);
1768
- let previousEnd = 0;
1769
- let clause = 0;
1770
- for (const match of matches) {
1771
- if (tokens.length >= MAX_REQUIRED_EVIDENCE_TERMS)
1772
- break;
1773
- const start = match.index;
1774
- const end = start + match[0].length;
1775
- const separator = source.slice(previousEnd, start);
1776
- if (tokens.length > 0 && /[.!?;\r\n]/u.test(separator))
1777
- clause += 1;
1778
- tokens.push({
1779
- value: match[0],
1780
- start,
1781
- end,
1782
- clause,
1783
- commaBefore: separator.includes(','),
1784
- compound: source[start - 1] === '-' || source[end] === '-',
1785
- });
1786
- previousEnd = end;
1787
- }
1788
- const ignored = Array.from({ length: tokens.length }, () => false);
1789
- const transparentCommaBefore = Array.from({ length: tokens.length }, () => false);
1790
- const hardClauseStarts = Array.from({ length: tokens.length }, () => 0);
1791
- const hardClauseEnds = Array.from({ length: tokens.length }, () => tokens.length);
1792
- for (let index = 0; index < tokens.length; index += 1) {
1793
- if (isFactualOnceUse(tokens, index))
1794
- ignored[index] = true;
1795
- }
1796
- let hardClauseStart = 0;
1797
- for (let index = 0; index < tokens.length; index += 1) {
1798
- if (index > 0 && tokens[index - 1]?.clause !== tokens[index]?.clause)
1799
- hardClauseStart = index;
1800
- hardClauseStarts[index] = hardClauseStart;
1801
- }
1802
- let hardClauseEnd = tokens.length;
1803
- for (let index = tokens.length - 1; index >= 0; index -= 1) {
1804
- const token = tokens[index];
1805
- const next = tokens[index + 1];
1806
- if (!token)
1807
- continue;
1808
- if (next === undefined || next.clause !== token.clause) {
1809
- hardClauseEnd = index + 1;
1810
- }
1811
- hardClauseEnds[index] = hardClauseEnd;
1812
- }
1813
- const failClosedSubordinateRanges = [];
1814
- for (let index = 0; index + 1 < tokens.length; index += 1) {
1815
- if (!isParentheticalIfNotModifier(tokens, index))
1816
- continue;
1817
- const clauseId = tokens[index].clause;
1818
- let close = index + 1;
1819
- while (close < tokens.length
1820
- && tokens[close]?.clause === clauseId
1821
- && !tokens[close]?.commaBefore)
1822
- close += 1;
1823
- if (close >= tokens.length || tokens[close]?.clause !== clauseId)
1824
- continue;
1825
- const atScopeStart = index === 0
1826
- || tokens[index - 1]?.clause !== clauseId
1827
- || tokens[index]?.commaBefore;
1828
- if (!atScopeStart)
1829
- continue;
1830
- const embedded = index > 0
1831
- && tokens[index - 1]?.clause === clauseId
1832
- && tokens[index]?.commaBefore;
1833
- for (let ignoredIndex = index; ignoredIndex < close; ignoredIndex += 1)
1834
- ignored[ignoredIndex] = true;
1835
- if (embedded) {
1836
- transparentCommaBefore[index] = true;
1837
- transparentCommaBefore[close] = true;
1838
- }
1839
- index = close - 1;
1840
- }
1841
- for (let index = 0; index < tokens.length; index += 1) {
1842
- const startTerm = tokens[index]?.value ?? '';
1843
- const structuralPrefix = COMMA_DELIMITED_SUBORDINATOR_TERMS.has(startTerm)
1844
- || COMMA_DELIMITED_PREPOSITION_TERMS.has(startTerm)
1845
- || isBlockingRootPredicateModifierTerm(startTerm)
1846
- || /ly$/u.test(startTerm);
1847
- if (ignored[index] || !structuralPrefix)
1848
- continue;
1849
- const clauseId = tokens[index].clause;
1850
- let close = index + 1;
1851
- while (close < tokens.length
1852
- && tokens[close]?.clause === clauseId
1853
- && !tokens[close]?.commaBefore)
1854
- close += 1;
1855
- if (close >= tokens.length || tokens[close]?.clause !== clauseId)
1856
- continue;
1857
- const atScopeStart = index === 0
1858
- || tokens[index - 1]?.clause !== clauseId
1859
- || tokens[index]?.commaBefore;
1860
- if (!atScopeStart)
1861
- continue;
1862
- const embedded = index > 0
1863
- && tokens[index - 1]?.clause === clauseId
1864
- && tokens[index]?.commaBefore;
1865
- let containsFinitePredicate = false;
1866
- for (let spanIndex = index; spanIndex < close; spanIndex += 1) {
1867
- if (isFinitePredicateTerm(tokens[spanIndex]?.value ?? ''))
1868
- containsFinitePredicate = true;
1869
- }
1870
- if (isConditionalMarkerUse(tokens, index)) {
1871
- failClosedSubordinateRanges.push({
1872
- start: conditionalScopeStart(tokens, hardClauseStarts[index] ?? 0, index),
1873
- end: hardClauseEnds[index] ?? close,
1874
- });
1875
- }
1876
- else if (isClauseInitialEvidentialHedgeTerm(startTerm)) {
1877
- failClosedSubordinateRanges.push({ start: index, end: hardClauseEnds[index] ?? close });
1878
- }
1879
- else if (containsFinitePredicate) {
1880
- failClosedSubordinateRanges.push({ start: index, end: close });
1881
- }
1882
- else {
1883
- for (let ignoredIndex = index; ignoredIndex < close; ignoredIndex += 1)
1884
- ignored[ignoredIndex] = true;
1885
- }
1886
- if (embedded) {
1887
- transparentCommaBefore[index] = true;
1888
- transparentCommaBefore[close] = true;
1889
- }
1890
- index = close - 1;
1891
- }
1892
- const conditional = Array.from({ length: tokens.length }, () => false);
1893
- // Factual subordinate predicates are ambiguous replay evidence and remain fail-closed.
1894
- for (const range of failClosedSubordinateRanges) {
1895
- for (let index = range.start; index < range.end; index += 1)
1896
- conditional[index] = true;
1897
- }
1898
- for (let index = 0; index < tokens.length; index += 1) {
1899
- if (ignored[index] || !isConditionalMarkerUse(tokens, index))
1900
- continue;
1901
- const clauseId = tokens[index].clause;
1902
- const scopeStart = conditionalScopeStart(tokens, hardClauseStarts[index] ?? 0, index);
1903
- const scopeEnd = hardClauseEnds[index] ?? tokens.length;
1904
- for (let conditionalIndex = scopeStart; conditionalIndex < scopeEnd; conditionalIndex += 1) {
1905
- const token = tokens[conditionalIndex];
1906
- if (!token || token.clause !== clauseId)
1907
- break;
1908
- conditional[conditionalIndex] = true;
1909
- }
1910
- }
1911
- for (let index = 0; index < tokens.length; index += 1) {
1912
- const token = tokens[index];
1913
- let clauseInitial = index === 0 || tokens[index - 1]?.clause !== token?.clause;
1914
- if (!clauseInitial && token?.commaBefore) {
1915
- clauseInitial = true;
1916
- for (let prefix = index - 1; prefix >= 0; prefix -= 1) {
1917
- const prefixToken = tokens[prefix];
1918
- if (!prefixToken || prefixToken.clause !== token.clause)
1919
- break;
1920
- if (ignored[prefix]
1921
- || LEADING_CLAUSE_MODIFIER_TERMS.has(prefixToken.value)
1922
- || AFFIRMATIVE_PREDICATE_MODIFIER_TERMS.has(prefixToken.value))
1923
- continue;
1924
- clauseInitial = false;
1925
- break;
1926
- }
1927
- }
1928
- if (!token || !clauseInitial || !INVERTED_CONDITIONAL_AUXILIARY_TERMS.has(token.value))
1929
- continue;
1930
- const scopeEnd = hardClauseEnds[index] ?? tokens.length;
1931
- for (let conditionalIndex = index; conditionalIndex < scopeEnd; conditionalIndex += 1) {
1932
- if (tokens[conditionalIndex]?.clause !== token.clause)
1933
- break;
1934
- conditional[conditionalIndex] = true;
1935
- }
1936
- }
1937
- return { tokens, ignored, transparentCommaBefore, conditional };
1938
- }
1939
- function isIgnoredRequiredToken(stream, index) {
1940
- return stream.ignored[index] === true;
1941
- }
1942
- function hasEffectiveCommaBefore(stream, index) {
1943
- return stream.tokens[index]?.commaBefore === true && stream.transparentCommaBefore[index] !== true;
1944
- }
1945
- function isNegativeRequiredToken(stream, index) {
1946
- const token = stream.tokens[index];
1947
- const lexicalNoOne = token?.value === 'no'
1948
- && token.compound
1949
- && stream.tokens[index + 1]?.value === 'one'
1950
- && stream.tokens[index + 1]?.compound === true;
1951
- const zeroMetric = token?.value === 'zero'
1952
- && isContextualZeroMetric(stream, index, stream.tokens.length)
1953
- && !(stream.tokens[index + 1]?.value === 'cost'
1954
- && ['center', 'centers'].includes(stream.tokens[index + 2]?.value ?? ''));
1955
- return token !== undefined
1956
- && (lexicalNoOne || (!token.compound
1957
- && !zeroMetric
1958
- && (NEGATIVE_EVIDENCE_PRONOUNS.has(token.value) || NEGATIVE_EVIDENCE_DETERMINERS.has(token.value))));
1959
- }
1960
- function isContextualZeroMetric(stream, zeroIndex, end) {
1961
- for (let index = zeroIndex + 1; index < end; index += 1) {
1962
- if (isIgnoredRequiredToken(stream, index))
1963
- continue;
1964
- return CONTEXTUAL_ZERO_METRIC_TERMS.has(stream.tokens[index]?.value ?? '');
1965
- }
1966
- return false;
1967
- }
1968
- function leadingSubjectPolarity(stream, start, end) {
1969
- for (let index = start; index < end; index += 1) {
1970
- if (isIgnoredRequiredToken(stream, index))
1971
- continue;
1972
- const term = stream.tokens[index]?.value ?? '';
1973
- if (isNegativeRequiredToken(stream, index))
1974
- return 'negative';
1975
- if (SUBJECT_PRONOUN_TERMS.has(term) || SUBJECT_ARTICLE_TERMS.has(term))
1976
- return 'positive';
1977
- if (NON_SUBJECT_PREFIX_TERMS.has(term) || /ly$/u.test(term))
1978
- continue;
1979
- return 'positive';
1980
- }
1981
- return 'absent';
1982
- }
1983
- function isFinitePredicateTerm(term) {
1984
- return KNOWN_FINITE_PREDICATE_TERMS.has(term) || /(?:ed|n't)$/u.test(term);
1985
- }
1986
- function hasFinitePredicatePrefix(stream, start, end) {
1987
- const terms = [];
1988
- for (let index = start; index < end; index += 1) {
1989
- if (!isIgnoredRequiredToken(stream, index))
1990
- terms.push(stream.tokens[index]?.value ?? '');
1991
- }
1992
- while (terms.length > 0 && (/ly$/u.test(terms[0] ?? '') || LEADING_CLAUSE_MODIFIER_TERMS.has(terms[0] ?? ''))) {
1993
- terms.shift();
1994
- }
1995
- if (terms.length === 0)
1996
- return false;
1997
- const first = terms[0] ?? '';
1998
- if (SUBJECT_PRONOUN_TERMS.has(first) || NEGATIVE_EVIDENCE_PRONOUNS.has(first)) {
1999
- terms.shift();
2000
- }
2001
- else {
2002
- if (SUBJECT_ARTICLE_TERMS.has(first) || NEGATIVE_EVIDENCE_DETERMINERS.has(first))
2003
- terms.shift();
2004
- while (terms.length > 1 && isAttributiveTargetModifier(terms[0] ?? ''))
2005
- terms.shift();
2006
- if (terms.length > 0)
2007
- terms.shift();
2008
- }
2009
- return terms.some((term) => isFinitePredicateTerm(term));
2010
- }
2011
- function hasNegativePredicateMarker(stream, start, end) {
2012
- for (let index = start; index < end; index += 1) {
2013
- if (isIgnoredRequiredToken(stream, index))
2014
- continue;
2015
- const term = stream.tokens[index]?.value ?? '';
2016
- if (term === 'not') {
2017
- let next = index + 1;
2018
- while (next < end && isIgnoredRequiredToken(stream, next))
2019
- next += 1;
2020
- if (stream.tokens[next]?.value === 'only')
2021
- continue;
2022
- }
2023
- if (term === 'not' || term === 'never' || term === 'cannot' || /n't$/u.test(term))
2024
- return true;
2025
- }
2026
- return false;
2027
- }
2028
- function hasFinitePredicateInSpan(stream, start, end) {
2029
- for (let index = start; index < end; index += 1) {
2030
- if (!isIgnoredRequiredToken(stream, index)
2031
- && isFinitePredicateTerm(stream.tokens[index]?.value ?? ''))
2032
- return true;
2033
- }
2034
- return false;
2035
- }
2036
- function relativeSafeFinitePredicateEnd(stream, start, end) {
2037
- for (let index = start; index < end; index += 1) {
2038
- if (isIgnoredRequiredToken(stream, index))
2039
- continue;
2040
- const complements = RELATIVE_SAFE_FINITE_COMPLEMENTS.get(stream.tokens[index]?.value ?? '');
2041
- if (!complements)
2042
- return undefined;
2043
- for (let complement = index + 1; complement < end; complement += 1) {
2044
- if (isIgnoredRequiredToken(stream, complement))
2045
- continue;
2046
- return complements.has(stream.tokens[complement]?.value ?? '') ? complement + 1 : undefined;
2047
- }
2048
- return undefined;
2049
- }
2050
- return undefined;
2051
- }
2052
- function relativePredicateStart(stream, start, end) {
2053
- let index = start;
2054
- while (index < end) {
2055
- if (isIgnoredRequiredToken(stream, index)) {
2056
- index += 1;
2057
- continue;
2058
- }
2059
- const term = stream.tokens[index]?.value ?? '';
2060
- if (/ly$/u.test(term) || AFFIRMATIVE_PREDICATE_MODIFIER_TERMS.has(term)) {
2061
- index += 1;
2062
- continue;
2063
- }
2064
- break;
2065
- }
2066
- return index;
2067
- }
2068
- function hasBoundedRegularRelativePredicate(stream, predicateIndex, end) {
2069
- const term = stream.tokens[predicateIndex]?.value ?? '';
2070
- if (KNOWN_FINITE_PREDICATE_TERMS.has(term) || /n't$/u.test(term))
2071
- return true;
2072
- if (!term.endsWith('ed'))
2073
- return false;
2074
- let next = predicateIndex + 1;
2075
- while (next < end && isIgnoredRequiredToken(stream, next))
2076
- next += 1;
2077
- if (next >= end)
2078
- return true;
2079
- const nextTerm = stream.tokens[next]?.value ?? '';
2080
- if (BROAD_EVIDENCE_LINK_TERMS.has(nextTerm) && nextTerm !== 'that')
2081
- return true;
2082
- return false;
2083
- }
2084
- function hasBoundedRelativeFinitePredicate(stream, start, end) {
2085
- if (hasFinitePredicatePrefix(stream, start, end))
2086
- return true;
2087
- const predicateIndex = relativePredicateStart(stream, start, end);
2088
- if (predicateIndex >= end)
2089
- return false;
2090
- const term = stream.tokens[predicateIndex]?.value ?? '';
2091
- if (EMBEDDED_CLAIM_GOVERNOR_TERMS.has(term))
2092
- return false;
2093
- if (isRequiredPassiveAuxiliary(term))
2094
- return true;
2095
- return relativeSafeFinitePredicateEnd(stream, predicateIndex, end) !== undefined
2096
- || hasBoundedRegularRelativePredicate(stream, predicateIndex, end);
2097
- }
2098
- function hasEmbeddedClaimGovernorInSpan(stream, start, end) {
2099
- for (let index = start; index < end; index += 1) {
2100
- if (!isIgnoredRequiredToken(stream, index)
2101
- && EMBEDDED_CLAIM_GOVERNOR_TERMS.has(stream.tokens[index]?.value ?? ''))
2102
- return true;
2103
- }
2104
- return false;
2105
- }
2106
- function isExplicitNoDoubtContext(stream, start, end) {
2107
- const values = [];
2108
- for (let index = start; index < end; index += 1) {
2109
- if (!isIgnoredRequiredToken(stream, index))
2110
- values.push(stream.tokens[index]?.value ?? '');
2111
- }
2112
- if (values.shift() !== 'there' || !PASSIVE_BE_AUXILIARY_TERMS.has(values.shift() ?? ''))
2113
- return false;
2114
- while (values.length > 0 && /ly$/u.test(values[0] ?? ''))
2115
- values.shift();
2116
- return values.length === 2 && values[0] === 'no' && values[1] === 'doubt';
2117
- }
2118
- function complementSubjectScope(stream, initialStart, end) {
2119
- let start = initialStart;
2120
- let negativeGovernor = false;
2121
- for (let index = start; index < end; index += 1) {
2122
- if (isIgnoredRequiredToken(stream, index) || stream.tokens[index]?.value !== 'that')
2123
- continue;
2124
- if (!hasFinitePredicatePrefix(stream, start, index)) {
2125
- // Ambiguous relative/factual subordinate evidence stays fail-closed.
2126
- if (!hasBoundedRelativeFinitePredicate(stream, index + 1, end))
2127
- negativeGovernor = true;
2128
- continue;
2129
- }
2130
- if (!isExplicitNoDoubtContext(stream, start, index)
2131
- || leadingSubjectPolarity(stream, start, index) === 'negative'
2132
- || hasNegativePredicateMarker(stream, start, index))
2133
- negativeGovernor = true;
2134
- start = index + 1;
2135
- }
2136
- return { start, negativeGovernor };
2137
- }
2138
- function startsExplicitSubordinateClause(stream, start, verbIndex) {
2139
- for (let index = start; index < verbIndex; index += 1) {
2140
- if (isIgnoredRequiredToken(stream, index))
2141
- continue;
2142
- const term = stream.tokens[index]?.value ?? '';
2143
- if (SUBJECT_PRONOUN_TERMS.has(term)
2144
- || SUBJECT_ARTICLE_TERMS.has(term)
2145
- || isNegativeRequiredToken(stream, index)
2146
- || isRequiredPassiveAuxiliary(term)
2147
- || INDEPENDENT_BROAD_FORM_TERMS.has(term))
2148
- return true;
2149
- }
2150
- return false;
2151
- }
2152
- function predicateBoundaryBefore(stream, before) {
2153
- const token = stream.tokens[before];
2154
- if (!token)
2155
- return { start: 0, inheritsSubject: false };
2156
- const lowerBound = Math.max(0, before - MAX_REQUIRED_SUBJECT_LOOKBACK);
2157
- for (let index = before - 1; index >= lowerBound; index -= 1) {
2158
- const current = stream.tokens[index];
2159
- if (!current || current.clause !== token.clause)
2160
- return { start: index + 1, inheritsSubject: false };
2161
- if (isIgnoredRequiredToken(stream, index))
2162
- continue;
2163
- if (hasEffectiveCommaBefore(stream, index + 1)) {
2164
- return { start: index + 1, inheritsSubject: false };
2165
- }
2166
- if (PREDICATE_COORDINATOR_TERMS.has(current.value)) {
2167
- return { start: index + 1, index, inheritsSubject: true };
2168
- }
2169
- if (current.value === 'after' || current.value === 'before') {
2170
- let prefixStart = index;
2171
- while (prefixStart > lowerBound
2172
- && stream.tokens[prefixStart - 1]?.clause === current.clause
2173
- && !hasEffectiveCommaBefore(stream, prefixStart))
2174
- prefixStart -= 1;
2175
- if (hasFinitePredicatePrefix(stream, prefixStart, index)
2176
- && startsExplicitSubordinateClause(stream, index + 1, before)) {
2177
- return { start: index + 1, index, inheritsSubject: false };
2178
- }
2179
- }
2180
- if (PREDICATE_SCOPE_RESET_TERMS.has(current.value)) {
2181
- return {
2182
- start: index + 1,
2183
- index,
2184
- inheritsSubject: false,
2185
- negatesPredicate: current.value === 'without',
2186
- };
2187
- }
2188
- }
2189
- return { start: lowerBound, inheritsSubject: false };
2190
- }
2191
- function predicateSubjectPolarity(stream, boundary, verbIndex) {
2192
- let cursorBoundary = boundary;
2193
- let cursorEnd = verbIndex;
2194
- while (true) {
2195
- const subjectScope = complementSubjectScope(stream, cursorBoundary.start, cursorEnd);
2196
- const polarity = subjectScope.negativeGovernor
2197
- ? 'negative'
2198
- : leadingSubjectPolarity(stream, subjectScope.start, cursorEnd);
2199
- if (polarity !== 'absent' || !cursorBoundary.inheritsSubject || cursorBoundary.index === undefined) {
2200
- return polarity;
2201
- }
2202
- cursorEnd = cursorBoundary.index;
2203
- cursorBoundary = predicateBoundaryBefore(stream, cursorEnd);
2204
- }
2205
- }
2206
- function predicateEndAfter(stream, verbIndex) {
2207
- const token = stream.tokens[verbIndex];
2208
- if (!token)
2209
- return verbIndex + 1;
2210
- const upperBound = Math.min(stream.tokens.length, verbIndex + MAX_REQUIRED_EVIDENCE_PAIR_DISTANCE + 1);
2211
- for (let index = verbIndex + 1; index < upperBound; index += 1) {
2212
- const current = stream.tokens[index];
2213
- if (!current || current.clause !== token.clause || hasEffectiveCommaBefore(stream, index))
2214
- return index;
2215
- if (isIgnoredRequiredToken(stream, index))
2216
- continue;
2217
- if (PREDICATE_COORDINATOR_TERMS.has(current.value)
2218
- || PREDICATE_SCOPE_RESET_TERMS.has(current.value))
2219
- return index;
2220
- }
2221
- return upperBound;
2222
- }
2223
- function predicateCandidates(stream, verbIndexes) {
2224
- const candidates = [];
2225
- const seenVerbIndexes = new Set();
2226
- for (const verbIndex of verbIndexes) {
2227
- if (candidates.length >= MAX_REQUIRED_EVIDENCE_CANDIDATES)
2228
- break;
2229
- if (seenVerbIndexes.has(verbIndex) || isIgnoredRequiredToken(stream, verbIndex))
2230
- continue;
2231
- seenVerbIndexes.add(verbIndex);
2232
- const boundary = predicateBoundaryBefore(stream, verbIndex);
2233
- const subjectScope = complementSubjectScope(stream, boundary.start, verbIndex);
2234
- candidates.push({
2235
- verbIndex,
2236
- localStart: subjectScope.start,
2237
- end: predicateEndAfter(stream, verbIndex),
2238
- subjectNegative: predicateSubjectPolarity(stream, boundary, verbIndex) === 'negative',
2239
- conditional: stream.conditional[verbIndex] === true,
2240
- boundaryNegated: boundary.negatesPredicate === true,
2241
- });
2242
- }
2243
- return candidates;
2244
- }
2245
- function nextRequiredToken(stream, index, end) {
2246
- for (let next = index + 1; next <= end; next += 1) {
2247
- if (!isIgnoredRequiredToken(stream, next))
2248
- return stream.tokens[next]?.value;
2249
- }
2250
- return undefined;
2251
- }
2252
- function isLocalPredicateNegated(stream, candidate, through) {
2253
- if (candidate.boundaryNegated)
2254
- return true;
2255
- for (let index = candidate.localStart; index <= through; index += 1) {
2256
- if (isIgnoredRequiredToken(stream, index))
2257
- continue;
2258
- const term = stream.tokens[index]?.value ?? '';
2259
- if (term === 'not' && nextRequiredToken(stream, index, through) === 'only')
2260
- continue;
2261
- if (term === 'not' || term === 'never' || term === 'without' || term === 'cannot' || /n't$/u.test(term)) {
2262
- return true;
2263
- }
2264
- }
2265
- return false;
2266
- }
2267
- function tokenMatchIndexes(stream, term, kind) {
2268
- const forms = targetTermForms(term, kind);
2269
- const indexes = [];
2270
- for (let index = 0; index < stream.tokens.length; index += 1) {
2271
- if (isIgnoredRequiredToken(stream, index))
2272
- continue;
2273
- if (forms.has(stream.tokens[index]?.value ?? ''))
2274
- indexes.push(index);
2275
- }
2276
- return indexes;
2277
- }
2278
- function isAttributiveTargetModifier(term) {
2279
- return BROAD_EVIDENCE_LINK_TERMS.has(term)
2280
- || TOTALITY_TARGET_MODIFIER_TERMS.has(term)
2281
- || (term.length <= 3
2282
- && /^[a-z]+$/u.test(term)
2283
- && !KNOWN_EVIDENCE_ACTION_TERMS.has(term)
2284
- && !PASSIVE_SUBJECT_POSTMODIFIER_TERMS.has(term)
2285
- && !PREDICATE_COORDINATOR_TERMS.has(term)
2286
- && !PREDICATE_SCOPE_RESET_TERMS.has(term)
2287
- && !NEGATIVE_EVIDENCE_PRONOUNS.has(term)
2288
- && !NEGATIVE_EVIDENCE_DETERMINERS.has(term))
2289
- || /(?:ed|able|al|ary|ful|ible|ic|ive|less|ory|ous)$/u.test(term);
2290
- }
2291
- function hasNegativePrenominalTarget(stream, targetIndex, lowerBound) {
2292
- let sawContextualZeroMetric = false;
2293
- for (let index = targetIndex - 1; index >= lowerBound; index -= 1) {
2294
- if (isIgnoredRequiredToken(stream, index))
2295
- continue;
2296
- const term = stream.tokens[index]?.value ?? '';
2297
- if (hasEffectiveCommaBefore(stream, index + 1) || TARGET_SCOPE_RESET_TERMS_LOCAL.has(term))
2298
- return false;
2299
- if (isNegativeRequiredToken(stream, index))
2300
- return term !== 'zero' || !sawContextualZeroMetric;
2301
- if (CONTEXTUAL_ZERO_METRIC_TERMS.has(term)) {
2302
- sawContextualZeroMetric = true;
2303
- continue;
2304
- }
2305
- if (term === 'of' || /ly$/u.test(term) || isAttributiveTargetModifier(term))
2306
- continue;
2307
- if (KNOWN_EVIDENCE_ACTION_TERMS.has(term) || term.endsWith('ing'))
2308
- return false;
2309
- }
2310
- return false;
2311
- }
2312
- function hasActiveTargetLinks(stream, verbIndex, targetIndex) {
2313
- for (let index = verbIndex + 1; index < targetIndex; index += 1) {
2314
- if (isIgnoredRequiredToken(stream, index))
2315
- continue;
2316
- const term = stream.tokens[index]?.value ?? '';
2317
- if (hasEffectiveCommaBefore(stream, index)
2318
- || PREDICATE_COORDINATOR_TERMS.has(term)
2319
- || PREDICATE_SCOPE_RESET_TERMS.has(term)
2320
- || EMBEDDED_CLAIM_GOVERNOR_TERMS.has(term)
2321
- || !isAttributiveTargetModifier(term))
2322
- return false;
2323
- if (term === 'not' && nextRequiredToken(stream, index, targetIndex) !== 'only')
2324
- return false;
2325
- }
2326
- return true;
2327
- }
2328
- function nearestPredicateChainTerm(stream, candidate, skipInfinitiveMarker) {
2329
- for (let index = candidate.verbIndex - 1; index >= candidate.localStart; index -= 1) {
2330
- if (isIgnoredRequiredToken(stream, index))
2331
- continue;
2332
- const term = stream.tokens[index]?.value ?? '';
2333
- if (term === 'only') {
2334
- let previous = index - 1;
2335
- while (previous >= candidate.localStart && isIgnoredRequiredToken(stream, previous))
2336
- previous -= 1;
2337
- if (stream.tokens[previous]?.value === 'not') {
2338
- index = previous;
2339
- continue;
2340
- }
2341
- }
2342
- if (AFFIRMATIVE_PREDICATE_MODIFIER_TERMS.has(term))
2343
- continue;
2344
- if (skipInfinitiveMarker && term === 'to')
2345
- continue;
2346
- return term;
2347
- }
2348
- return undefined;
2349
- }
2350
- function hasBlockingRootPredicateModifier(stream, candidate) {
2351
- for (let index = candidate.localStart; index < candidate.verbIndex; index += 1) {
2352
- if (isIgnoredRequiredToken(stream, index))
2353
- continue;
2354
- const term = stream.tokens[index]?.value ?? '';
2355
- if (isBlockingRootPredicateModifierTerm(term)
2356
- && !isSubjectParticipleAdverb(stream, candidate, index))
2357
- return true;
2358
- }
2359
- return false;
2360
- }
2361
- function hasExplicitEmbeddedSubjectAfter(stream, start, end) {
2362
- for (let index = start; index < end; index += 1) {
2363
- if (isIgnoredRequiredToken(stream, index))
2364
- continue;
2365
- const term = stream.tokens[index]?.value ?? '';
2366
- if (SUBJECT_PRONOUN_TERMS.has(term)
2367
- || SUBJECT_ARTICLE_TERMS.has(term)
2368
- || isNegativeRequiredToken(stream, index))
2369
- return true;
2370
- }
2371
- return false;
2372
- }
2373
- function isCompletedRelativePredicate(stream, candidate, predicateIndex) {
2374
- for (let index = predicateIndex - 1; index >= candidate.localStart; index -= 1) {
2375
- if (isIgnoredRequiredToken(stream, index) || stream.tokens[index]?.value !== 'that')
2376
- continue;
2377
- return !hasFinitePredicatePrefix(stream, candidate.localStart, index);
2378
- }
2379
- return false;
2380
- }
2381
- function isParticipialSubjectModifier(stream, candidate, modifierIndex) {
2382
- for (let index = candidate.localStart; index < modifierIndex; index += 1) {
2383
- if (isIgnoredRequiredToken(stream, index))
2384
- continue;
2385
- const term = stream.tokens[index]?.value ?? '';
2386
- const determiner = BROAD_EVIDENCE_LINK_TERMS.has(term) && term !== 'not' && term !== 'only';
2387
- if (determiner
2388
- || /ly$/u.test(term)
2389
- || /(?:ed|ing)$/u.test(term)
2390
- || isAttributiveTargetModifier(term))
2391
- continue;
2392
- return false;
2393
- }
2394
- let sawHead = false;
2395
- for (let index = modifierIndex + 1; index < candidate.verbIndex; index += 1) {
2396
- if (isIgnoredRequiredToken(stream, index))
2397
- continue;
2398
- const term = stream.tokens[index]?.value ?? '';
2399
- if (hasEffectiveCommaBefore(stream, index)
2400
- || PREDICATE_COORDINATOR_TERMS.has(term)
2401
- || PREDICATE_SCOPE_RESET_TERMS.has(term)
2402
- || BROAD_EVIDENCE_LINK_TERMS.has(term)
2403
- || SUBJECT_PRONOUN_TERMS.has(term)
2404
- || term === 'that'
2405
- || term === 'to')
2406
- return false;
2407
- if (isRequiredPassiveAuxiliary(term)) {
2408
- if (!sawHead)
2409
- return false;
2410
- continue;
2411
- }
2412
- if (KNOWN_EVIDENCE_ACTION_TERMS.has(term)) {
2413
- const baseActionNoun = !sawHead
2414
- && (IRREGULAR_VERB_FORMS.has(term) || GENERIC_ACTION_TERMS.has(term))
2415
- && !EXACT_ONLY_PROGRESSIVE_LEMMAS.has(term);
2416
- if (!baseActionNoun)
2417
- return false;
2418
- sawHead = true;
2419
- continue;
2420
- }
2421
- if (/ly$/u.test(term))
2422
- continue;
2423
- if (/(?:ed|ing)$/u.test(term)) {
2424
- if (sawHead)
2425
- return false;
2426
- continue;
2427
- }
2428
- sawHead = true;
2429
- }
2430
- return sawHead;
2431
- }
2432
- function isRelativeNominalClaimHead(stream, candidate, claimIndex) {
2433
- if (!NOMINAL_CLAIM_HEAD_TERMS.has(stream.tokens[claimIndex]?.value ?? ''))
2434
- return false;
2435
- for (let index = candidate.localStart; index < claimIndex; index += 1) {
2436
- if (isIgnoredRequiredToken(stream, index))
2437
- continue;
2438
- const term = stream.tokens[index]?.value ?? '';
2439
- const determiner = BROAD_EVIDENCE_LINK_TERMS.has(term) && term !== 'not' && term !== 'only';
2440
- if (determiner || isNegativeRequiredToken(stream, index) || /ly$/u.test(term)
2441
- || isAttributiveTargetModifier(term))
2442
- continue;
2443
- return false;
2444
- }
2445
- let relativeStart = claimIndex + 1;
2446
- while (relativeStart < candidate.verbIndex && isIgnoredRequiredToken(stream, relativeStart)) {
2447
- relativeStart += 1;
2448
- }
2449
- if (stream.tokens[relativeStart]?.value !== 'that')
2450
- return false;
2451
- const relativePredicate = relativePredicateStart(stream, relativeStart + 1, candidate.verbIndex);
2452
- if (relativePredicate >= candidate.verbIndex)
2453
- return false;
2454
- const firstRelativeValue = stream.tokens[relativePredicate]?.value ?? '';
2455
- if (EMBEDDED_CLAIM_GOVERNOR_TERMS.has(firstRelativeValue))
2456
- return false;
2457
- const copularRelative = isRequiredPassiveAuxiliary(firstRelativeValue);
2458
- if (!copularRelative) {
2459
- const safeEnd = relativeSafeFinitePredicateEnd(stream, relativePredicate, candidate.verbIndex);
2460
- if (safeEnd !== undefined) {
2461
- return !hasEmbeddedClaimGovernorInSpan(stream, safeEnd, candidate.verbIndex);
2462
- }
2463
- return hasBoundedRegularRelativePredicate(stream, relativePredicate, candidate.verbIndex);
2464
- }
2465
- for (let index = relativePredicate; index < candidate.verbIndex; index += 1) {
2466
- if (isIgnoredRequiredToken(stream, index))
2467
- continue;
2468
- const term = stream.tokens[index]?.value ?? '';
2469
- if (isRequiredPassiveAuxiliary(term)
2470
- || AFFIRMATIVE_PREDICATE_MODIFIER_TERMS.has(term)
2471
- || term === 'not'
2472
- || term === 'never')
2473
- continue;
2474
- if (EMBEDDED_CLAIM_GOVERNOR_TERMS.has(term))
2475
- return false;
2476
- return true;
2477
- }
2478
- return false;
2479
- }
2480
- function isSubjectParticipleAdverb(stream, candidate, adverbIndex) {
2481
- let modifierIndex = adverbIndex + 1;
2482
- while (modifierIndex < candidate.verbIndex && isIgnoredRequiredToken(stream, modifierIndex)) {
2483
- modifierIndex += 1;
2484
- }
2485
- return /(?:ed|ing)$/u.test(stream.tokens[modifierIndex]?.value ?? '')
2486
- && isParticipialSubjectModifier(stream, candidate, modifierIndex);
2487
- }
2488
- function hasEmbeddedClaimGovernor(stream, candidate) {
2489
- for (let index = candidate.localStart; index < candidate.verbIndex; index += 1) {
2490
- if (isIgnoredRequiredToken(stream, index))
2491
- continue;
2492
- const term = stream.tokens[index]?.value ?? '';
2493
- if (!EMBEDDED_CLAIM_GOVERNOR_TERMS.has(term))
2494
- continue;
2495
- if (isRelativeNominalClaimHead(stream, candidate, index))
2496
- continue;
2497
- if (/(?:ed|ing)$/u.test(term) && isParticipialSubjectModifier(stream, candidate, index))
2498
- continue;
2499
- if (hasExplicitEmbeddedSubjectAfter(stream, index + 1, candidate.verbIndex)
2500
- || hasFinitePredicateInSpan(stream, index + 1, candidate.verbIndex))
2501
- return true;
2502
- }
2503
- return false;
2504
- }
2505
- function hasPriorNonAuxiliaryGovernor(stream, candidate) {
2506
- if (hasEmbeddedClaimGovernor(stream, candidate))
2507
- return true;
2508
- for (let index = candidate.localStart; index < candidate.verbIndex; index += 1) {
2509
- if (isIgnoredRequiredToken(stream, index))
2510
- continue;
2511
- const term = stream.tokens[index]?.value ?? '';
2512
- if (isRequiredPassiveAuxiliary(term)
2513
- || AFFIRMATIVE_PREDICATE_MODIFIER_TERMS.has(term)
2514
- || NON_SUBJECT_PREFIX_TERMS.has(term))
2515
- continue;
2516
- if (isRelativeNominalClaimHead(stream, candidate, index))
2517
- continue;
2518
- if (UNAMBIGUOUS_EMBEDDED_CLAIM_GOVERNOR_TERMS.has(term))
2519
- return true;
2520
- if (/(?:ed|ing)$/u.test(term)) {
2521
- if (isParticipialSubjectModifier(stream, candidate, index))
2522
- continue;
2523
- if (isCompletedRelativePredicate(stream, candidate, index))
2524
- continue;
2525
- return true;
2526
- }
2527
- if (term.length > 3
2528
- && term.endsWith('s')
2529
- && hasExplicitEmbeddedSubjectAfter(stream, index + 1, candidate.verbIndex))
2530
- return true;
2531
- }
2532
- return false;
2533
- }
2534
- function hasFiniteActivePredicate(stream, candidate) {
2535
- const verb = stream.tokens[candidate.verbIndex]?.value ?? '';
2536
- if (hasBlockingRootPredicateModifier(stream, candidate)
2537
- || hasPriorNonAuxiliaryGovernor(stream, candidate))
2538
- return false;
2539
- if (INDEPENDENT_BROAD_FORM_TERMS.has(verb))
2540
- return true;
2541
- if (verb.endsWith('ing')) {
2542
- if (candidate.verbIndex === candidate.localStart)
2543
- return true;
2544
- const license = nearestPredicateChainTerm(stream, candidate, false);
2545
- return license !== undefined
2546
- && (PASSIVE_BE_AUXILIARY_TERMS.has(license)
2547
- || MODAL_AUXILIARY_TERMS.has(license)
2548
- || SEMI_MODAL_AUXILIARY_TERMS.has(license));
2549
- }
2550
- const license = nearestPredicateChainTerm(stream, candidate, true);
2551
- if (PERFECT_BROAD_FORM_TERMS.has(verb)) {
2552
- return license !== undefined && PERFECT_AUXILIARY_TERMS.has(license);
2553
- }
2554
- return license !== undefined
2555
- && (MODAL_AUXILIARY_TERMS.has(license) || SEMI_MODAL_AUXILIARY_TERMS.has(license));
2556
- }
2557
- function isRequiredPassiveAuxiliary(term) {
2558
- return PASSIVE_AUXILIARY_TERMS.has(term)
2559
- || MODAL_AUXILIARY_TERMS.has(term)
2560
- || SEMI_MODAL_AUXILIARY_TERMS.has(term);
2561
- }
2562
- function hasPassiveTargetLinks(stream, targetIndex, verbIndex) {
2563
- const links = [];
2564
- for (let index = targetIndex + 1; index < verbIndex; index += 1) {
2565
- if (isIgnoredRequiredToken(stream, index))
2566
- continue;
2567
- const term = stream.tokens[index]?.value ?? '';
2568
- if (hasEffectiveCommaBefore(stream, index)
2569
- || PREDICATE_COORDINATOR_TERMS.has(term)
2570
- || PREDICATE_SCOPE_RESET_TERMS.has(term))
2571
- return false;
2572
- links.push(term);
2573
- }
2574
- const firstAuxiliary = links.findIndex((term) => isRequiredPassiveAuxiliary(term));
2575
- if (firstAuxiliary < 0)
2576
- return false;
2577
- const postmodifier = links.slice(0, firstAuxiliary);
2578
- if (postmodifier.length > 0
2579
- && !PASSIVE_SUBJECT_POSTMODIFIER_TERMS.has(postmodifier[0] ?? ''))
2580
- return false;
2581
- if (postmodifier.some((term) => NEGATIVE_EVIDENCE_PRONOUNS.has(term)
2582
- || NEGATIVE_EVIDENCE_DETERMINERS.has(term)))
2583
- return false;
2584
- const auxiliaryChain = links.slice(firstAuxiliary);
2585
- if (!auxiliaryChain.some((term) => PASSIVE_BE_AUXILIARY_TERMS.has(term)))
2586
- return false;
2587
- return auxiliaryChain.every((term, index) => ((term !== 'not' || auxiliaryChain[index + 1] === 'only')
2588
- && (isRequiredPassiveAuxiliary(term)
2589
- || term === 'to'
2590
- || BROAD_EVIDENCE_LINK_TERMS.has(term)
2591
- || AFFIRMATIVE_PREDICATE_MODIFIER_TERMS.has(term))));
2592
- }
2593
- function nearestTargetAfter(candidate, indexes) {
2594
- return indexes.find((index) => index > candidate.verbIndex
2595
- && index < candidate.end
2596
- && index - candidate.verbIndex <= MAX_REQUIRED_EVIDENCE_PAIR_DISTANCE);
2597
- }
2598
- function nearestTargetBefore(candidate, indexes) {
2599
- for (let offset = indexes.length - 1; offset >= 0; offset -= 1) {
2600
- const index = indexes[offset];
2601
- if (index < candidate.localStart)
2602
- return undefined;
2603
- if (index < candidate.verbIndex
2604
- && candidate.verbIndex - index <= MAX_REQUIRED_EVIDENCE_PAIR_DISTANCE)
2605
- return index;
2606
- }
2607
- return undefined;
2608
- }
2609
- function hasNegativePredicateTail(stream, start, end) {
2610
- for (let index = start; index < end; index += 1) {
2611
- if (isIgnoredRequiredToken(stream, index))
2612
- continue;
2613
- const term = stream.tokens[index]?.value ?? '';
2614
- if (isNegativeRequiredToken(stream, index))
2615
- return true;
2616
- if (term === 'not' && nextRequiredToken(stream, index, end - 1) === 'only')
2617
- continue;
2618
- if (term === 'not' || term === 'never' || term === 'cannot' || /n't$/u.test(term))
2619
- return true;
2620
- }
2621
- return false;
2622
- }
2623
- function hasLaterFinitePredicate(stream, start, candidate) {
2624
- return hasFinitePredicateInSpan(stream, start, candidate.end);
2625
- }
2626
- function hasNonIgnoredHardClauseTail(stream, start, clause) {
2627
- for (let index = start; index < stream.tokens.length; index += 1) {
2628
- const token = stream.tokens[index];
2629
- if (!token || token.clause !== clause)
2630
- break;
2631
- if (!isIgnoredRequiredToken(stream, index))
2632
- return true;
2633
- }
2634
- return false;
2635
- }
2636
- function standaloneGerundTailStart(stream, candidate) {
2637
- let start = candidate.verbIndex + 1;
2638
- while (start < stream.tokens.length && isIgnoredRequiredToken(stream, start))
2639
- start += 1;
2640
- if (stream.tokens[start]?.value === 'it')
2641
- start += 1;
2642
- return start;
2643
- }
2644
- function isPassiveTargetOwnedByPriorNominal(stream, targetIndex, lowerBound) {
2645
- let index = targetIndex - 1;
2646
- while (index >= lowerBound) {
2647
- if (isIgnoredRequiredToken(stream, index)) {
2648
- index -= 1;
2649
- continue;
2650
- }
2651
- const term = stream.tokens[index]?.value ?? '';
2652
- if (isAttributiveTargetModifier(term) || /ly$/u.test(term)) {
2653
- index -= 1;
2654
- continue;
2655
- }
2656
- const contextualMetric = CONTEXTUAL_ZERO_METRIC_TERMS.has(term);
2657
- for (let ownerIndex = index - 1; ownerIndex >= lowerBound; ownerIndex -= 1) {
2658
- if (isIgnoredRequiredToken(stream, ownerIndex))
2659
- continue;
2660
- const owner = stream.tokens[ownerIndex]?.value ?? '';
2661
- if (contextualMetric && owner === 'zero')
2662
- return false;
2663
- if (SUBJECT_ARTICLE_TERMS.has(owner)
2664
- || isNegativeRequiredToken(stream, ownerIndex)
2665
- || isAttributiveTargetModifier(owner)
2666
- || /ly$/u.test(owner))
2667
- continue;
2668
- return true;
2669
- }
2670
- return false;
2671
- }
2672
- return false;
2673
- }
2674
- function hasContextualZeroMetricTarget(stream, targetIndex, lowerBound) {
2675
- for (let index = targetIndex - 1; index >= lowerBound; index -= 1) {
2676
- if (isIgnoredRequiredToken(stream, index))
2677
- continue;
2678
- const term = stream.tokens[index]?.value ?? '';
2679
- if (hasEffectiveCommaBefore(stream, index + 1) || TARGET_SCOPE_RESET_TERMS_LOCAL.has(term))
2680
- return false;
2681
- if (term === 'zero' && isNegativeRequiredToken(stream, index)) {
2682
- return isContextualZeroMetric(stream, index, targetIndex);
2683
- }
2684
- }
2685
- return false;
2686
- }
2687
- function provesStandaloneBroadEvidence(stream, candidate) {
2688
- const verb = stream.tokens[candidate.verbIndex]?.value ?? '';
2689
- const rootGerund = verb.endsWith('ing') && candidate.verbIndex === candidate.localStart;
2690
- const invalidTail = rootGerund
2691
- ? hasNonIgnoredHardClauseTail(stream, standaloneGerundTailStart(stream, candidate), stream.tokens[candidate.verbIndex]?.clause ?? -1)
2692
- : hasLaterFinitePredicate(stream, candidate.verbIndex + 1, candidate);
2693
- return !candidate.conditional
2694
- && !candidate.subjectNegative
2695
- && hasFiniteActivePredicate(stream, candidate)
2696
- && !isLocalPredicateNegated(stream, candidate, candidate.verbIndex)
2697
- && !invalidTail
2698
- && !hasNegativePredicateTail(stream, candidate.verbIndex + 1, candidate.end);
2699
- }
2700
- function provesRoleAwareBroadEvidence(stream, lemma, verbIndexes, evidenceIndexes) {
2701
- let pairCount = 0;
2702
- for (const candidate of predicateCandidates(stream, verbIndexes)) {
2703
- if (candidate.conditional)
2704
- continue;
2705
- for (const indexes of evidenceIndexes) {
2706
- if (pairCount >= MAX_REQUIRED_EVIDENCE_CANDIDATES)
2707
- return false;
2708
- pairCount += 1;
2709
- const activeTarget = nearestTargetAfter(candidate, indexes);
2710
- const activeVerb = stream.tokens[candidate.verbIndex]?.value ?? '';
2711
- const rootGerund = activeVerb.endsWith('ing') && candidate.verbIndex === candidate.localStart;
2712
- if (activeTarget !== undefined
2713
- && !candidate.subjectNegative
2714
- && hasFiniteActivePredicate(stream, candidate)
2715
- && !isLocalPredicateNegated(stream, candidate, activeTarget)
2716
- && !hasNegativePrenominalTarget(stream, activeTarget, candidate.verbIndex + 1)
2717
- && hasActiveTargetLinks(stream, candidate.verbIndex, activeTarget)
2718
- && !(rootGerund && hasNonIgnoredHardClauseTail(stream, activeTarget + 1, stream.tokens[candidate.verbIndex]?.clause ?? -1))
2719
- && !(!rootGerund
2720
- && activeVerb.endsWith('ing')
2721
- && hasLaterFinitePredicate(stream, activeTarget + 1, candidate))
2722
- && !hasNegativePredicateTail(stream, activeTarget + 1, candidate.end))
2723
- return true;
2724
- if (lemma !== 'do' || stream.tokens[candidate.verbIndex]?.value !== 'done')
2725
- continue;
2726
- const passiveTarget = nearestTargetBefore(candidate, indexes);
2727
- if (passiveTarget !== undefined
2728
- && (!candidate.subjectNegative
2729
- || hasContextualZeroMetricTarget(stream, passiveTarget, candidate.localStart))
2730
- && !hasEmbeddedClaimGovernor(stream, candidate)
2731
- && !isLocalPredicateNegated(stream, candidate, candidate.verbIndex)
2732
- && !hasNegativePrenominalTarget(stream, passiveTarget, candidate.localStart)
2733
- && !isPassiveTargetOwnedByPriorNominal(stream, passiveTarget, candidate.localStart)
2734
- && !hasNegativePredicateTail(stream, candidate.verbIndex + 1, candidate.end)
2735
- && hasPassiveTargetLinks(stream, passiveTarget, candidate.verbIndex))
2736
- return true;
2737
- }
2738
- }
2739
- return false;
2740
- }
2741
- function mustMatchedTerms(stream, terms) {
2742
- const indexedTerms = terms.map((term) => ({
2743
- term,
2744
- indexes: tokenMatchIndexes(stream, term, 'must'),
2745
- }));
2746
- const matched = new Set(indexedTerms
2747
- .filter((entry) => !isBroadProgressiveAuxiliary(entry.term) && entry.indexes.length > 0)
2748
- .map((entry) => entry.term.text));
2749
- for (const entry of indexedTerms) {
2750
- if (!isBroadProgressiveAuxiliary(entry.term) || entry.indexes.length === 0)
2751
- continue;
2752
- if (terms.length === 1) {
2753
- const exactIndexes = entry.indexes.filter((index) => stream.tokens[index]?.value === entry.term.text);
2754
- if (predicateCandidates(stream, exactIndexes).some((candidate) => (provesStandaloneBroadEvidence(stream, candidate))))
2755
- matched.add(entry.term.text);
2756
- continue;
2757
- }
2758
- const lemma = verbLemma(entry.term.text);
2759
- if (lemma && provesRoleAwareBroadEvidence(stream, lemma, entry.indexes, indexedTerms.filter((other) => other !== entry).map((other) => other.indexes)))
2760
- matched.add(entry.term.text);
2761
- }
2762
- return terms.filter((term) => matched.has(term.text)).map((term) => term.text);
2763
- }
2764
- export function detectConstraintViolations(output, constraints) {
2765
- const redactedOutput = redactConstraintText(output);
2766
- const evidenceHash = sha256(redactedOutput);
2767
- const outputSensitiveClasses = new Set(sensitiveClassesForValue(output));
2768
- const violations = [];
2769
- let requiredEvidence;
2770
- for (const constraint of constraints) {
2771
- const terms = targetTerms(constraint.redactedText, constraint.kind);
2772
- const sensitiveMatch = constraint.kind === 'must_not'
2773
- && constraint.sensitiveClasses.some((sensitiveClass) => outputSensitiveClasses.has(sensitiveClass));
2774
- if (terms.length === 0 && !sensitiveMatch)
2775
- continue;
2776
- const matchedTerms = constraint.kind === 'must_not'
2777
- ? mustNotMatchedTerms(redactedOutput, terms)
2778
- : mustMatchedTerms(requiredEvidence ??= lexRequiredEvidence(redactedOutput), terms);
2779
- if (!sensitiveMatch && !isViolated(constraint.kind, terms, matchedTerms, isContrastiveConstraint(constraint.redactedText)))
2780
- continue;
2781
- violations.push({
2782
- constraintId: constraint.id,
2783
- kind: constraint.kind,
2784
- severity: severityFor(constraint.kind),
2785
- evidenceHash,
2786
- matchedTerms: sensitiveMatch && matchedTerms.length === 0 ? ['sensitive_value'] : matchedTerms,
2787
- });
2788
- }
2789
- return violations;
2790
- }
2791
- export function computeConstraintAblationScore(input) {
2792
- const ablationCount = Math.max(0, input.ablationCount);
2793
- const baselineViolationCount = input.baselineViolations.length;
2794
- const ablatedViolationCount = input.ablatedViolations.length;
2795
- const removedConstraintIds = new Set(input.removedConstraintIds);
2796
- const relevantBaselineViolations = input.baselineViolations.filter((violation) => removedConstraintIds.has(violation.constraintId));
2797
- const relevantAblatedViolations = input.ablatedViolations.filter((violation) => removedConstraintIds.has(violation.constraintId));
2798
- const denominator = Math.max(1, removedConstraintIds.size);
2799
- const sensitivity = Math.max(0, Math.min(1, (relevantAblatedViolations.length - relevantBaselineViolations.length) / denominator));
2800
- const threshold = input.sensitivityThreshold ?? 0.5;
2801
- const sensitive = sensitivity >= threshold;
2802
- return {
2803
- source: 'constraint_ablation_replay',
2804
- sensitivity,
2805
- ablationCount,
2806
- baselineViolationCount,
2807
- ablatedViolationCount,
2808
- mustViolationCount: relevantAblatedViolations.filter((v) => v.kind === 'must').length,
2809
- mustNotViolationCount: relevantAblatedViolations.filter((v) => v.kind === 'must_not').length,
2810
- taskSuccess: input.taskSuccess,
2811
- comparison: compareSensitivityWithSuccess(input.taskSuccess.status, sensitive),
2812
- };
2813
- }
2814
- function compareSensitivityWithSuccess(status, sensitive) {
2815
- if (status === 'unknown')
2816
- return 'unknown_success';
2817
- if (status === 'success')
2818
- return sensitive ? 'success_constraint_sensitive' : 'success_constraint_insensitive';
2819
- return sensitive ? 'failure_constraint_sensitive' : 'failure_constraint_insensitive';
2820
- }
1
+ const _0x52d82d=_0x1b9c;(function(_0x1c107e,_0x597251){const _0x388249=_0x1b9c,_0x2d4d52=_0x1c107e();while(!![]){try{const _0x1f7f76=-parseInt(_0x388249(0x327,'\x5d\x55\x50\x70'))/(-0x1*-0x12af+0xceb+-0x1f99*0x1)+-parseInt(_0x388249(0x7ee,'\x4e\x45\x71\x42'))/(-0x403*0x5+0x1a*0x17b+-0x35*0x59)+parseInt(_0x388249(0x200,'\x50\x75\x76\x57'))/(-0xd94+0xf11+-0x17a)+-parseInt(_0x388249(0x4a3,'\x50\x75\x76\x57'))/(-0x968+-0x757*0x4+0x26c8)+parseInt(_0x388249(0x1f1,'\x5d\x77\x66\x70'))/(-0x1*-0x14f7+0x1255+-0x2747)+-parseInt(_0x388249(0x3b4,'\x5d\x77\x66\x70'))/(0x135c+0x1b03+0x69*-0x71)+parseInt(_0x388249(0x393,'\x6e\x33\x6b\x6e'))/(-0x392+0x17*-0x5c+0xbdd)*(parseInt(_0x388249(0x5f6,'\x43\x31\x24\x6b'))/(0x404*0x2+0x16b9+-0x1eb9));if(_0x1f7f76===_0x597251)break;else _0x2d4d52['push'](_0x2d4d52['shift']());}catch(_0x4a19f3){_0x2d4d52['push'](_0x2d4d52['shift']());}}}(_0xb41a,-0x337f5+-0x19ec5e+0x2a2b6a));import{createHash}from'\x6e\x6f\x64\x65\x3a\x63\x72\x79\x70\x74\x6f';import{classifyProvidedTargetPrefix}from'\x2e\x2f\x63\x6f\x6e\x73\x74\x72\x61\x69\x6e\x74\x41\x62\x6c\x61\x74\x69\x6f\x6e\x50\x72\x65\x64\x69\x63\x61\x74\x65\x73\x2e\x6a\x73';import{redactString,scanForLeaks}from'\x2e\x2e\x2f\x68\x75\x62\x2f\x73\x61\x6e\x69\x74\x69\x7a\x65\x2e\x6a\x73';const KEY_VALUE_SECRET_RE=/\b(?:api[_-]?key|token|secret)\s*[:=]\s*(?:"[^"\r\n]*"|'[^'\r\n]*'|[^\s,;]+)/gi,OPENAI_SECRET_RE=/\bsk-[A-Za-z0-9_-]+\b/gi,EMAIL_RE=/\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}\b/gi,PHONE_RE=/\b1[3-9]\d{9}\b/g,IMPORTANT_TERMS=new Set(['\x61\x69',_0x52d82d(0x798,'\x42\x69\x23\x44'),'\x63\x69',_0x52d82d(0x89,'\x45\x53\x66\x41'),_0x52d82d(0x4ae,'\x6e\x33\x6b\x6e'),_0x52d82d(0x29c,'\x33\x73\x77\x6d'),_0x52d82d(0x84e,'\x6e\x33\x6b\x6e'),'\x6c\x69\x76\x65',_0x52d82d(0x4ab,'\x33\x73\x77\x6d')+'\x6e',_0x52d82d(0x83e,'\x33\x73\x77\x6d'),'\x73\x65\x63\x72\x65\x74\x73','\x74\x6f\x6b\x65\x6e',_0x52d82d(0x633,'\x54\x67\x4a\x35')]);function sha256(_0xd8f8d7){const _0x56a666=_0x52d82d;return _0x56a666(0x7a0,'\x4b\x71\x4c\x6e')+createHash(_0x56a666(0x174,'\x63\x30\x44\x71'))[_0x56a666(0x371,'\x4b\x78\x45\x56')](_0xd8f8d7)[_0x56a666(0x1b3,'\x6e\x33\x6b\x6e')]('\x68\x65\x78');}function normalize(_0xf9e7db){const _0x187140=_0x52d82d;return _0xf9e7db[_0x187140(0x142,'\x71\x70\x25\x76')+_0x187140(0x43e,'\x63\x30\x44\x71')]()[_0x187140(0x398,'\x34\x36\x4f\x47')](/[\u201C\u201D]/g,'\x22')[_0x187140(0x414,'\x21\x64\x5d\x35')](/[\u2018\u2019]/g,'\x27')[_0x187140(0x172,'\x71\x71\x66\x5e')](/[`*_#>()[\].,;:!?]/g,'\x20')[_0x187140(0x398,'\x34\x36\x4f\x47')](/\s+/g,'\x20')[_0x187140(0x1b0,'\x5d\x29\x53\x66')]();}export function redactConstraintText(_0x454ca9){const _0xe23904=_0x52d82d;return redactString(_0x454ca9[_0xe23904(0x25d,'\x63\x30\x44\x71')](OPENAI_SECRET_RE,_0xe23904(0x361,'\x4c\x72\x6f\x49')+_0xe23904(0x317,'\x48\x49\x45\x24')+'\x5d')[_0xe23904(0x76a,'\x46\x66\x49\x71')](KEY_VALUE_SECRET_RE,_0xe23904(0x69c,'\x2a\x35\x33\x38')+_0xe23904(0x111,'\x50\x75\x76\x57')+'\x5d')[_0xe23904(0x34f,'\x5d\x55\x50\x70')](EMAIL_RE,_0xe23904(0x23c,'\x47\x64\x37\x28')+'\x44\x5f\x45\x4d\x41\x49\x4c\x5d')['\x72\x65\x70\x6c\x61\x63\x65'](PHONE_RE,_0xe23904(0x806,'\x54\x67\x4a\x35')+_0xe23904(0x4ec,'\x71\x78\x4a\x71')));}const CLAUSE_MARKER_RE=/\b(?:(?:(?:must|should|shall|do)\s+not|(?:mustn|shouldn|shalln|shan|don)(?:['\u2018\u2019])t)\s+only|(?:require(?:d|s)?|need(?:s)?)\s+to\s+not\s+only|must\s+(?:not(?!\s+only\b)|never)|must-not|should\s+(?:not(?!\s+only\b)|never)|shall\s+(?:not(?!\s+only\b)|never)|mustn(?:['\u2018\u2019])t(?!\s+only\b)|shouldn(?:['\u2018\u2019])t(?!\s+only\b)|shalln(?:['\u2018\u2019])t(?!\s+only\b)|shan(?:['\u2018\u2019])t(?!\s+only\b)|do\s+not(?!\s+only\b)|don(?:['\u2018\u2019])t(?!\s+only\b)|(?:require(?:d|s)?|need(?:s)?)\s+to\s+not(?!\s+only\b)|never|must|should|shall|require(?:d|s)?|need(?:s)?\s+to)\b/gi,NEGATIVE_CONSTRAINT_MARKER_RE=/^(?:must\s+(?:not(?!\s+only\b)|never)|must-not|should\s+(?:not(?!\s+only\b)|never)|shall\s+(?:not(?!\s+only\b)|never)|mustn(?:['\u2018\u2019])t(?!\s+only\b)|shouldn(?:['\u2018\u2019])t(?!\s+only\b)|shalln(?:['\u2018\u2019])t(?!\s+only\b)|shan(?:['\u2018\u2019])t(?!\s+only\b)|do\s+not(?!\s+only\b)|don(?:['\u2018\u2019])t(?!\s+only\b)|(?:require(?:d|s)?|need(?:s)?)\s+to\s+not(?!\s+only\b)|never)$/i,REDACTION_MARKER_RE=/\[REDACTED(?:_[A-Z]+)?\]/gi,EMAIL_VALUE_RE=/\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,}\b/i,NEGATED_ACTION_RE=/(?:^not\s+(?!only\b)|\b(?:(?:am|are|did|do|does|had|has|have|is|need|needs|ought|was|were)\s+not(?!\s+only\b)|(?:aren't|couldn't|didn't|doesn't|don't|hadn't|hasn't|haven't|isn't|mightn't|needn't|oughtn't|wasn't|weren't|won't|wouldn't)(?!\s+only\b)|never|must\s+not(?!\s+only\b)|mustn't(?!\s+only\b)|should\s+not(?!\s+only\b)|shouldn't(?!\s+only\b)|shall\s+not(?!\s+only\b)|shalln't(?!\s+only\b)|shan't(?!\s+only\b)|cannot(?!\s+only\b)|can't(?!\s+only\b)|can\s+not(?!\s+only\b)|(?:will|would|can|could|may|might)\s+not(?!\s+only\b))\b)/i,WITHOUT_ACTION_RE=/\bwithout\b/i,POTENTIAL_CONDITIONAL_SCOPE_RE=/(?:^|,)\s*(?:(?:eventually|finally|initially|later|subsequently)\s+)*(?:assuming|if|once|provided|supposing|unless|when|while)\b|\b(?:and|or|then)\s+(?:(?:eventually|finally|initially|later|subsequently)\s+)*(?:assuming|if|once|provided|supposing|unless|when|while)\b|\bprovided\s+that\b/i,CLOSED_IF_ANYTHING_RE=/(^|,)\s*if\s+anything\s*,/gi,COORDINATED_PROVIDED_RE=/\b(and|or|then)\s+(?:(?:eventually|finally|initially|later|subsequently)\s+)*provided\b/gi,LEADING_PROVIDED_RE=/(^|,)\s*(?:(?:eventually|finally|initially|later|subsequently)\s+)*provided\b/gi,PROVIDED_BY_ADJUNCT_RE=/\bprovided\s+by\b/gi,LEADING_DISCOURSE_TEMPORAL_RE=/^\s*(?:eventually|finally|initially|later|subsequently)\s*,\s*(?:once|when|while)\b[^,;.!?\r\n]*,\s*/i,COORDINATED_TEMPORAL_RE=/\b(and|or|then)\s+(?:(?:eventually|finally|initially|later|subsequently)\s+)*(?:once|when|while)\b/gi,NEGATIVE_SUBJECT_MARKER_RE=/\b(?:neither|no|nobody|none|nothing|zero)\b/i,COMMA_DELIMITED_WITHOUT_RE=/\bwithout\b[^,;.!?\r\n]*,/gi,COMMA_DELIMITED_TEMPORAL_RE=/,\s*(?:once|when|while)\b[^,;.!?\r\n]*,/gi,AFFIRMATIVE_ACTION_LEMMAS=[_0x52d82d(0x237,'\x5d\x77\x61\x46'),_0x52d82d(0x366,'\x71\x71\x66\x5e'),_0x52d82d(0x4b4,'\x71\x78\x4a\x71'),_0x52d82d(0x6f7,'\x4f\x73\x42\x5a'),_0x52d82d(0x61c,'\x43\x66\x46\x47'),_0x52d82d(0x46c,'\x4b\x61\x4b\x59'),_0x52d82d(0x17a,'\x6f\x6c\x73\x72'),_0x52d82d(0x56d,'\x48\x49\x45\x24'),'\x66\x65\x65\x64',_0x52d82d(0x523,'\x2a\x35\x33\x38'),_0x52d82d(0x7ca,'\x4a\x4b\x71\x47'),'\x6c\x6f\x67',_0x52d82d(0x572,'\x4b\x71\x4c\x6e'),'\x70\x72\x69\x6e\x74',_0x52d82d(0x794,'\x48\x49\x45\x24'),_0x52d82d(0x57f,'\x67\x5b\x49\x52'),_0x52d82d(0x3d9,'\x5d\x77\x61\x46'),_0x52d82d(0x8d,'\x5d\x29\x53\x66'),_0x52d82d(0x28c,'\x4b\x78\x45\x56'),_0x52d82d(0x21b,'\x6e\x33\x6b\x6e'),_0x52d82d(0x1b1,'\x4a\x4b\x71\x47'),_0x52d82d(0x126,'\x79\x41\x65\x21'),_0x52d82d(0x818,'\x54\x67\x4a\x35'),_0x52d82d(0x6db,'\x2a\x35\x33\x38'),_0x52d82d(0x159,'\x5d\x77\x61\x46'),_0x52d82d(0x4e2,'\x47\x64\x37\x28')],INDEPENDENT_AFFIRMATIVE_AUXILIARIES=new Set(['\x61\x6d','\x61\x72\x65','\x62\x65',_0x52d82d(0x387,'\x72\x6c\x64\x52'),'\x62\x65\x69\x6e\x67',_0x52d82d(0x7b3,'\x35\x31\x21\x71'),_0x52d82d(0x96,'\x7a\x49\x51\x23'),'\x64\x69\x64','\x64\x6f',_0x52d82d(0x670,'\x7a\x4e\x66\x66'),_0x52d82d(0x661,'\x4b\x71\x4c\x6e'),_0x52d82d(0x582,'\x6f\x6c\x73\x72'),_0x52d82d(0x113,'\x5d\x77\x61\x46'),'\x69\x73',_0x52d82d(0x116,'\x76\x43\x76\x33'),'\x6d\x69\x67\x68\x74',_0x52d82d(0x9a,'\x4b\x78\x45\x56'),_0x52d82d(0x140,'\x71\x70\x25\x76'),'\x73\x68\x6f\x75\x6c\x64',_0x52d82d(0x5c2,'\x63\x59\x76\x79'),'\x77\x65\x72\x65',_0x52d82d(0x705,'\x34\x36\x4f\x47'),_0x52d82d(0x5e5,'\x76\x43\x76\x33')]),CREDENTIAL_LEAK_TYPES=new Set(['\x61\x70\x69\x5f\x6b\x65\x79',_0x52d82d(0x82d,'\x79\x41\x65\x21')+_0x52d82d(0x486,'\x5d\x55\x50\x70')+'\x72\x65\x74',_0x52d82d(0x2db,'\x4b\x71\x4c\x6e')+'\x73\x74\x72\x75\x6d\x65\x6e\x74'+_0x52d82d(0x7f2,'\x5d\x55\x50\x70')+'\x79','\x61\x7a\x75\x72\x65\x5f\x6b\x65'+'\x79',_0x52d82d(0x22a,'\x35\x31\x21\x71')+'\x74\x68',_0x52d82d(0xb5,'\x47\x64\x37\x28')+_0x52d82d(0x7d0,'\x4c\x4a\x73\x70'),'\x64\x62\x5f\x75\x72\x6c',_0x52d82d(0x7cb,'\x5a\x25\x5a\x6f')+'\x74\x6f\x6b\x65\x6e',_0x52d82d(0x4cb,'\x71\x78\x4a\x71')+_0x52d82d(0x4ef,'\x63\x30\x44\x71'),_0x52d82d(0x549,'\x79\x6c\x5b\x4e')+_0x52d82d(0x62b,'\x5d\x55\x50\x70'),_0x52d82d(0x275,'\x78\x62\x68\x4d'),_0x52d82d(0x564,'\x46\x66\x49\x71')+'\x6e',_0x52d82d(0x77e,'\x4c\x56\x21\x6e'),_0x52d82d(0x78a,'\x5d\x55\x50\x70')+_0x52d82d(0x3f4,'\x48\x49\x45\x24'),_0x52d82d(0x6fe,'\x5d\x77\x61\x46')+_0x52d82d(0x346,'\x63\x59\x76\x79'),_0x52d82d(0x61d,'\x72\x6c\x64\x52'),_0x52d82d(0x23a,'\x6e\x4f\x26\x45')+_0x52d82d(0x302,'\x4e\x45\x71\x42')]);function splitConstraintCandidates(_0x2bc1f9){const _0x4bfb01=_0x52d82d,_0x4825aa=[],_0x30196c=/\r?\n|(?<=[.!?])\s+/g;let _0xc03a2a=0x3*-0x7+-0x1*-0x1963+-0x194e;const _0x3c7de8=_0x684ef5=>{const _0x29482e=_0x1b9c;if('\x77\x5a\x43\x56\x6d'!==_0x29482e(0x7a8,'\x63\x59\x76\x79')){const _0x573506=_0x343cf5['\x6d\x61\x74\x63\x68'](/[a-z0-9_]+/gu)??[],_0x63576b=_0x33f956(_0x4b8748,_0x3c4615);return _0x573506['\x66\x6c\x61\x74\x4d\x61\x70']((_0x47a8c4,_0x472bea)=>_0x63576b['\x68\x61\x73'](_0x47a8c4)?[_0x472bea]:[]);}else{const _0x4b737e=_0x2bc1f9[_0x29482e(0x2eb,'\x2a\x35\x33\x38')](_0xc03a2a,_0x684ef5),_0x53d386=_0x4b737e[_0x29482e(0x9e,'\x71\x67\x67\x65')](/^\s*/)?.[-0x2326+0x16b*-0x5+-0x3d7*-0xb][_0x29482e(0x5ee,'\x72\x6c\x64\x52')]??0x2456+0x2*-0x362+-0x1d92;let _0x4d5373=_0xc03a2a+_0x53d386;const _0x453b81=_0x2bc1f9[_0x29482e(0x2f2,'\x35\x25\x6c\x69')](_0x4d5373,_0x684ef5)[_0x29482e(0x3c1,'\x43\x31\x24\x6b')](/^(?:[-*]\s+|\d+[.)]\s+|\[[ xX]\]\s*)/);if(_0x453b81)_0x4d5373+=_0x453b81[-0x65*0x3a+0x1dc4*0x1+0x1*-0x6e2][_0x29482e(0x85c,'\x6f\x6c\x73\x72')];const _0x29690e=_0x2bc1f9['\x73\x6c\x69\x63\x65'](_0x4d5373,_0x684ef5)[_0x29482e(0x3c1,'\x43\x31\x24\x6b')](/\s*$/)?.[-0x183d+0x4a*0x57+0xe9*-0x1]['\x6c\x65\x6e\x67\x74\x68']??-0x67e+-0x1b42+0x2*0x10e0,_0x3244fc=_0x684ef5-_0x29690e,_0x273b7d=_0x2bc1f9[_0x29482e(0x432,'\x21\x64\x5d\x35')](_0x4d5373,_0x3244fc);if(_0x273b7d)_0x4825aa[_0x29482e(0x183,'\x72\x6c\x64\x52')]({'\x74\x65\x78\x74':_0x273b7d,'\x73\x74\x61\x72\x74':_0xc03a2a,'\x65\x6e\x64':_0x684ef5,'\x74\x65\x78\x74\x53\x74\x61\x72\x74':_0x4d5373});}};for(const _0x30874b of _0x2bc1f9['\x6d\x61\x74\x63\x68\x41\x6c\x6c'](_0x30196c)){if(_0x4bfb01(0x759,'\x42\x69\x23\x44')===_0x4bfb01(0x5d3,'\x76\x43\x76\x33')){const _0x278a8e=[];for(let _0x16db3b=_0x1522de;_0x16db3b<_0x10bede;_0x16db3b+=-0x87d*-0x1+0x1*-0x166a+0xdee){if(!_0x5d7713(_0x5caba5,_0x16db3b))_0x278a8e[_0x4bfb01(0x443,'\x6e\x4f\x26\x45')](_0x13b60f[_0x4bfb01(0x492,'\x63\x59\x76\x79')][_0x16db3b]?.[_0x4bfb01(0x102,'\x45\x53\x66\x41')]??'');}if(_0x278a8e['\x73\x68\x69\x66\x74']()!==_0x4bfb01(0x715,'\x46\x66\x49\x71')||!_0x1326f2[_0x4bfb01(0x4e7,'\x5d\x77\x66\x70')](_0x278a8e[_0x4bfb01(0x520,'\x7a\x4e\x66\x66')]()??''))return![];while(_0x278a8e['\x6c\x65\x6e\x67\x74\x68']>0x8a2*0x3+0x1dc4+-0x37aa&&/ly$/u[_0x4bfb01(0x4c0,'\x5d\x77\x66\x70')](_0x278a8e[-0x182f+-0x1*-0x2701+-0x1*0xed2]??''))_0x278a8e[_0x4bfb01(0x608,'\x54\x67\x4a\x35')]();return _0x278a8e[_0x4bfb01(0x220,'\x34\x36\x4f\x47')]===0x25e2+0x43*-0xc+-0x22bc&&_0x278a8e[0x5f7*-0x6+0x1*0xd3a+0x1690]==='\x6e\x6f'&&_0x278a8e[-0x1f9*0x1+0x9*-0x7f+-0x61*-0x11]===_0x4bfb01(0x2f8,'\x21\x64\x5d\x35');}else{const _0x3dc41f=_0x30874b[_0x4bfb01(0x133,'\x71\x71\x66\x5e')];if(!_0x30874b[-0x17ff+-0xc*0x31b+0x3d43][_0x4bfb01(0x706,'\x79\x6c\x5b\x4e')]('\x0a')){const _0x545656=_0x3dc41f-(-0x1*-0x2446+0x4*0x790+-0x4285),_0x466d6b=_0x2bc1f9[_0x4bfb01(0x771,'\x63\x59\x76\x79')](_0xc03a2a,_0x545656+(-0x48*0x2a+-0xff8+0x943*0x3));if(/^\s*\d+[.)]$/[_0x4bfb01(0x4c0,'\x5d\x77\x66\x70')](_0x466d6b))continue;}_0x3c7de8(_0x3dc41f),_0xc03a2a=_0x3dc41f+_0x30874b[0x122b*0x1+0x11*0x1d8+-0x3183][_0x4bfb01(0x20b,'\x63\x59\x76\x79')];}}return _0x3c7de8(_0x2bc1f9[_0x4bfb01(0x54f,'\x4b\x71\x4c\x6e')]),_0x4825aa;}function kindForMarker(_0xa1b076){const _0x50af07=_0x52d82d;return NEGATIVE_CONSTRAINT_MARKER_RE[_0x50af07(0x122,'\x78\x62\x68\x4d')](_0xa1b076)?_0x50af07(0x830,'\x71\x70\x25\x76'):_0x50af07(0x35d,'\x5a\x25\x5a\x6f');}function _0xb41a(){const _0x17d156=['\x57\x37\x31\x4e\x68\x47','\x57\x37\x46\x64\x53\x38\x6f\x37\x6c\x6d\x6b\x37','\x57\x36\x72\x54\x57\x35\x4f','\x77\x38\x6b\x61\x57\x52\x56\x63\x47\x57','\x70\x43\x6b\x4e\x57\x36\x6a\x58\x57\x34\x37\x63\x54\x53\x6f\x43','\x66\x59\x72\x69\x66\x53\x6b\x79\x6d\x4a\x38\x42','\x57\x52\x46\x63\x48\x6d\x6f\x4e\x41\x64\x33\x63\x55\x38\x6b\x4b\x57\x34\x4b','\x57\x34\x42\x64\x4a\x6d\x6f\x54\x6b\x6d\x6b\x58','\x79\x38\x6f\x6c\x57\x37\x70\x63\x56\x6d\x6f\x57\x57\x37\x4e\x64\x51\x47','\x57\x34\x56\x64\x4c\x6d\x6f\x44\x57\x4f\x53\x33','\x57\x36\x6c\x64\x52\x53\x6f\x52\x6a\x43\x6b\x37\x6b\x47\x4f\x4e','\x45\x4a\x64\x64\x4f\x61','\x57\x50\x78\x63\x4d\x76\x30\x4c','\x74\x6d\x6b\x6f\x57\x51\x78\x63\x49\x53\x6b\x4e','\x65\x78\x48\x75\x57\x50\x79\x78\x42\x59\x74\x63\x49\x71','\x70\x6d\x6f\x53\x76\x61','\x57\x36\x52\x63\x47\x43\x6b\x6e\x57\x36\x37\x63\x54\x61','\x46\x53\x6b\x53\x57\x36\x61\x31','\x57\x35\x62\x66\x57\x34\x58\x32\x57\x50\x7a\x39\x74\x4c\x6d','\x57\x36\x35\x34\x6f\x77\x47\x70','\x6a\x6d\x6b\x42\x64\x62\x74\x64\x55\x43\x6b\x4e','\x6f\x30\x74\x63\x4c\x71','\x57\x50\x75\x51\x72\x59\x68\x63\x4c\x49\x64\x63\x4f\x47','\x6b\x53\x6b\x53\x57\x37\x6e\x2f\x57\x34\x6d','\x6b\x43\x6b\x37\x57\x34\x79\x57\x57\x36\x42\x64\x54\x38\x6f\x48','\x78\x6d\x6f\x30\x74\x57','\x57\x36\x78\x64\x47\x6d\x6f\x67\x57\x50\x75\x48\x57\x37\x44\x79\x57\x34\x71','\x6c\x6d\x6b\x4a\x57\x37\x57','\x57\x4f\x4b\x47\x71\x57','\x6c\x73\x4f\x74\x66\x61','\x57\x4f\x65\x35\x6a\x32\x69\x51\x57\x52\x47\x6a\x57\x51\x57','\x57\x37\x65\x49\x57\x36\x72\x4a\x64\x53\x6f\x72','\x61\x4a\x70\x64\x49\x61','\x70\x53\x6b\x38\x57\x35\x4b\x59\x57\x37\x6c\x64\x4b\x53\x6f\x53\x57\x51\x4b','\x68\x63\x76\x63\x61\x61','\x57\x37\x52\x64\x4b\x6d\x6f\x78\x57\x50\x43\x47\x57\x36\x31\x74\x57\x34\x43','\x6f\x57\x2f\x63\x54\x64\x37\x63\x51\x47','\x57\x52\x42\x63\x4f\x38\x6b\x41\x43\x38\x6f\x75\x44\x38\x6b\x30\x64\x61','\x6f\x33\x4f\x79\x41\x4a\x47\x67\x73\x53\x6f\x31','\x6a\x6d\x6b\x72\x57\x50\x31\x36\x57\x51\x4e\x64\x4c\x71','\x69\x73\x47\x75\x68\x4b\x4e\x64\x52\x43\x6f\x61\x66\x71','\x69\x6d\x6b\x53\x57\x37\x35\x4b','\x61\x63\x71\x45\x57\x50\x6d','\x57\x36\x34\x49\x57\x36\x76\x2b\x61\x47','\x43\x59\x70\x64\x54\x47','\x57\x34\x44\x77\x57\x35\x50\x4e\x57\x35\x7a\x36\x71\x76\x75','\x57\x36\x50\x31\x67\x76\x4f\x43','\x70\x47\x6c\x63\x52\x63\x46\x63\x50\x53\x6f\x39\x57\x34\x4b','\x57\x51\x68\x63\x55\x43\x6b\x65\x6a\x6d\x6f\x70','\x70\x6d\x6b\x39\x57\x34\x30\x52\x57\x37\x56\x64\x55\x43\x6f\x4e\x57\x51\x47','\x57\x34\x79\x64\x57\x36\x37\x64\x4d\x61','\x57\x36\x75\x35\x57\x37\x48\x32\x63\x6d\x6f\x68\x57\x4f\x42\x63\x56\x71','\x7a\x31\x56\x63\x4d\x47\x6d','\x57\x52\x61\x30\x70\x63\x47\x44','\x57\x36\x30\x2f\x57\x36\x48\x30\x63\x38\x6f\x4d\x57\x50\x42\x63\x47\x57','\x75\x32\x5a\x63\x47\x38\x6b\x58\x63\x38\x6f\x31\x66\x38\x6f\x68\x57\x37\x53\x54\x78\x4a\x54\x38','\x57\x51\x61\x35\x79\x33\x69','\x41\x53\x6b\x4b\x63\x4a\x50\x4e','\x57\x34\x43\x68\x57\x36\x74\x64\x4c\x4b\x53','\x76\x53\x6f\x59\x74\x38\x6f\x5a\x57\x34\x61\x6b\x7a\x61','\x73\x6d\x6b\x62\x57\x34\x6d','\x6c\x71\x70\x63\x55\x71','\x76\x65\x56\x63\x4d\x38\x6f\x42\x57\x36\x47','\x57\x34\x69\x68\x57\x36\x56\x64\x4e\x72\x2f\x64\x55\x61','\x57\x4f\x46\x63\x50\x6d\x6f\x79\x57\x52\x50\x50\x57\x50\x47','\x64\x53\x6f\x47\x73\x48\x64\x64\x4a\x64\x4a\x63\x54\x38\x6b\x78','\x66\x73\x56\x64\x48\x43\x6f\x31\x78\x43\x6b\x30\x72\x53\x6f\x49','\x78\x38\x6b\x58\x57\x34\x70\x63\x49\x62\x6c\x63\x55\x64\x69','\x57\x52\x4b\x5a\x41\x4d\x4e\x64\x4e\x57','\x6e\x6d\x6b\x39\x57\x35\x6d','\x77\x38\x6b\x65\x57\x51\x4a\x63\x4b\x53\x6b\x6c\x57\x34\x31\x42\x57\x37\x4b','\x57\x52\x4a\x63\x47\x53\x6f\x44','\x6f\x30\x4e\x63\x48\x76\x38\x34\x57\x35\x4e\x63\x51\x53\x6b\x34','\x57\x37\x33\x64\x4a\x43\x6f\x6f\x57\x50\x71','\x57\x37\x4e\x64\x4c\x38\x6f\x69\x57\x4f\x75\x55\x57\x37\x58\x41\x57\x35\x4f','\x57\x36\x33\x64\x4b\x5a\x53\x30\x57\x36\x42\x64\x52\x61','\x6d\x30\x74\x63\x4c\x76\x6d\x56','\x73\x4b\x70\x63\x53\x6d\x6f\x2f\x57\x34\x7a\x56\x57\x34\x56\x64\x47\x71','\x57\x37\x64\x64\x4d\x4a\x47','\x57\x50\x75\x62\x72\x33\x5a\x64\x55\x78\x38','\x57\x37\x52\x64\x4b\x6d\x6f\x66\x57\x4f\x30\x51\x57\x37\x31\x63\x57\x36\x30','\x6a\x38\x6b\x6e\x65\x71\x37\x64\x55\x57','\x57\x52\x46\x63\x54\x38\x6b\x65','\x57\x52\x6d\x30\x6f\x4a\x43','\x57\x50\x61\x47\x77\x77\x52\x63\x47\x57','\x57\x4f\x4a\x63\x4d\x66\x43','\x7a\x6d\x6f\x67\x57\x35\x30\x4d\x57\x37\x2f\x63\x4c\x31\x76\x58\x57\x36\x2f\x64\x47\x64\x70\x63\x4f\x6d\x6b\x64','\x70\x68\x4f\x79\x46\x49\x47','\x6f\x61\x4a\x63\x54\x4a\x46\x63\x4f\x43\x6f\x38','\x57\x34\x66\x63\x57\x35\x4c\x52\x57\x34\x4c\x59\x74\x4c\x75','\x6f\x31\x37\x63\x4d\x66\x4b\x35\x57\x36\x4a\x63\x48\x38\x6b\x59','\x57\x37\x6c\x63\x56\x38\x6b\x52','\x57\x52\x6c\x63\x54\x38\x6b\x7a','\x57\x4f\x78\x63\x52\x53\x6f\x62\x57\x52\x31\x6f\x57\x4f\x75\x6b\x57\x4f\x6d','\x6c\x53\x6b\x4e\x57\x35\x75\x54\x57\x36\x43','\x57\x36\x52\x64\x4c\x64\x38\x4d\x57\x36\x33\x64\x55\x57','\x57\x52\x4a\x63\x4c\x6d\x6f\x43','\x46\x6d\x6f\x6d\x57\x36\x68\x64\x56\x71','\x69\x6d\x6b\x7a\x57\x52\x4c\x2b\x57\x4f\x43','\x67\x64\x33\x64\x4b\x38\x6f\x6d\x45\x61','\x42\x53\x6f\x4d\x70\x53\x6f\x46','\x57\x37\x52\x63\x51\x43\x6b\x48\x57\x34\x33\x63\x51\x71','\x6a\x38\x6b\x54\x57\x36\x76\x34\x57\x35\x4e\x63\x53\x6d\x6f\x6c','\x69\x38\x6f\x4e\x71\x61','\x57\x50\x34\x44\x77\x68\x57','\x74\x6d\x6b\x76\x57\x35\x69\x50\x57\x35\x7a\x53\x57\x52\x4f\x54','\x67\x64\x74\x64\x4d\x6d\x6b\x69\x7a\x38\x6b\x57','\x69\x53\x6b\x43\x57\x4f\x34','\x57\x4f\x79\x4b\x6c\x68\x53','\x57\x4f\x79\x4b\x6c\x67\x79\x4b','\x7a\x53\x6f\x66\x42\x38\x6f\x68\x57\x36\x47\x4e\x76\x38\x6f\x4d','\x78\x6d\x6b\x70\x57\x35\x34\x57\x57\x34\x44\x39\x57\x51\x38\x66','\x69\x38\x6b\x54\x57\x37\x66\x38\x57\x34\x70\x63\x48\x53\x6f\x6e\x57\x34\x61','\x57\x51\x57\x5a\x41\x68\x6c\x64\x4c\x43\x6f\x63','\x78\x6d\x6b\x6d\x57\x35\x65\x32\x57\x34\x62\x51','\x67\x59\x39\x69','\x57\x4f\x79\x4a\x71\x63\x5a\x63\x4a\x4a\x61','\x74\x6d\x6b\x6d\x57\x35\x4b\x47\x57\x35\x79','\x57\x50\x57\x41\x74\x47','\x6e\x38\x6b\x67\x65\x71\x30','\x57\x37\x52\x63\x50\x6d\x6b\x4b\x73\x72\x56\x64\x48\x43\x6f\x36\x6c\x71','\x57\x36\x50\x58\x62\x30\x30\x57\x71\x6d\x6f\x4a\x6f\x57','\x57\x51\x56\x63\x53\x38\x6b\x70\x7a\x38\x6f\x69','\x74\x6d\x6b\x6f\x57\x52\x37\x63\x49\x6d\x6b\x4d\x57\x34\x39\x43\x57\x37\x34','\x57\x37\x2f\x63\x4f\x31\x35\x4f','\x7a\x6d\x6f\x67\x57\x36\x68\x64\x55\x47','\x6b\x38\x6f\x51\x75\x30\x79\x33\x57\x34\x69\x5a\x7a\x71','\x6e\x43\x6b\x76\x57\x50\x39\x57\x57\x51\x74\x64\x48\x58\x34','\x73\x43\x6f\x4c\x73\x38\x6f\x54\x57\x35\x4f\x6a\x41\x53\x6f\x78','\x57\x51\x4b\x5a\x70\x73\x65','\x57\x37\x58\x4a\x57\x34\x69\x34\x61\x57','\x70\x67\x79\x71\x41\x49\x47','\x57\x36\x42\x64\x52\x43\x6f\x33\x6b\x53\x6b\x36','\x70\x53\x6f\x4d\x73\x66\x47','\x6d\x43\x6b\x32\x57\x35\x4f\x34\x57\x36\x46\x64\x55\x61','\x57\x37\x48\x58\x57\x34\x65\x4a','\x57\x4f\x69\x4a\x6e\x4d\x65\x37\x57\x52\x69\x6c\x57\x4f\x71','\x57\x37\x4e\x64\x4c\x64\x65\x57','\x74\x53\x6f\x2f\x73\x38\x6f\x58','\x57\x35\x34\x64\x57\x37\x33\x64\x4e\x47','\x77\x6d\x6b\x54\x57\x34\x70\x63\x4a\x58\x61','\x6c\x53\x6b\x32\x57\x35\x65\x53','\x6c\x68\x34\x71\x42\x73\x39\x6f','\x45\x43\x6f\x6e\x57\x37\x68\x64\x4f\x53\x6b\x57\x57\x51\x56\x63\x54\x43\x6f\x6c','\x69\x74\x4b\x73\x68\x58\x5a\x64\x56\x71','\x65\x59\x35\x69','\x7a\x4b\x74\x63\x4e\x61\x37\x63\x4f\x71','\x46\x43\x6f\x47\x70\x6d\x6f\x77','\x72\x38\x6f\x59\x77\x6d\x6f\x53','\x57\x50\x6c\x63\x53\x43\x6f\x67\x57\x51\x31\x49\x57\x52\x71\x6e\x57\x4f\x4f','\x65\x38\x6b\x4e\x57\x51\x31\x73\x57\x4f\x75','\x6c\x31\x47\x75','\x57\x34\x31\x72\x57\x34\x58\x32\x57\x36\x72\x58\x71\x66\x75','\x6f\x66\x65\x66\x57\x37\x52\x64\x56\x71','\x71\x57\x42\x63\x54\x61','\x6c\x63\x34\x7a\x66\x4b\x2f\x64\x4f\x71','\x57\x36\x7a\x4e\x57\x34\x61\x51\x65\x53\x6b\x53','\x71\x43\x6b\x48\x57\x34\x4b\x39\x57\x52\x2f\x63\x4e\x65\x31\x50','\x57\x50\x34\x6a\x78\x33\x5a\x64\x55\x78\x38','\x69\x59\x71\x7a\x62\x75\x4e\x64\x50\x53\x6f\x66','\x71\x43\x6b\x73\x57\x37\x5a\x63\x4c\x63\x79','\x7a\x53\x6f\x67\x57\x36\x64\x64\x52\x6d\x6b\x6d\x57\x51\x68\x63\x54\x6d\x6f\x44','\x45\x75\x33\x63\x4d\x57\x52\x63\x53\x6d\x6b\x31','\x76\x6d\x6b\x47\x57\x34\x7a\x52\x57\x34\x70\x64\x48\x61','\x6c\x38\x6b\x44\x68\x47\x75','\x57\x4f\x75\x6a\x72\x33\x33\x64\x55\x71','\x76\x30\x70\x63\x54\x6d\x6f\x53\x57\x35\x44\x59','\x75\x53\x6f\x54\x57\x34\x52\x64\x4e\x53\x6b\x47','\x78\x38\x6f\x59\x74\x6d\x6f\x53\x57\x35\x53\x62','\x42\x59\x46\x64\x54\x30\x71\x6b','\x71\x4b\x2f\x63\x55\x38\x6f\x51\x57\x35\x44\x30','\x57\x36\x72\x4a\x57\x34\x69','\x57\x51\x74\x63\x50\x53\x6b\x70','\x57\x36\x35\x52\x57\x34\x4f','\x69\x43\x6b\x43\x57\x4f\x35\x39','\x57\x4f\x74\x63\x48\x76\x38\x4d\x63\x38\x6f\x63\x65\x66\x47','\x6f\x4c\x34\x76','\x57\x50\x64\x63\x50\x38\x6f\x73\x57\x51\x50\x30\x57\x4f\x34','\x57\x36\x35\x35\x62\x47','\x43\x59\x70\x64\x53\x30\x57\x78\x46\x38\x6b\x63','\x61\x5a\x70\x64\x4c\x38\x6f\x47\x76\x47','\x71\x71\x70\x63\x51\x71','\x6e\x38\x6b\x72\x63\x58\x74\x64\x52\x57','\x6c\x38\x6b\x4d\x57\x35\x4f\x34','\x57\x50\x71\x47\x6a\x68\x57\x63\x57\x52\x4f\x6e','\x57\x36\x56\x63\x55\x53\x6b\x49\x57\x34\x33\x63\x56\x61','\x6b\x43\x6f\x4d\x73\x4c\x34\x33\x57\x36\x57\x36\x45\x47','\x6d\x4c\x34\x76\x57\x37\x5a\x64\x52\x71','\x57\x34\x42\x63\x4b\x77\x48\x54\x57\x36\x6d','\x57\x34\x78\x64\x49\x43\x6b\x30\x66\x43\x6f\x35\x45\x43\x6f\x51\x69\x71','\x45\x53\x6f\x4e\x70\x43\x6f\x61\x44\x4c\x79','\x70\x61\x42\x63\x52\x49\x68\x63\x51\x53\x6f\x52','\x57\x35\x6c\x64\x49\x43\x6b\x58\x61\x38\x6f\x4a\x45\x61','\x64\x53\x6b\x32\x6d\x61\x68\x64\x54\x47','\x73\x43\x6f\x2f\x72\x43\x6f\x57\x57\x34\x57','\x6f\x57\x2f\x63\x55\x64\x57','\x71\x38\x6b\x65\x57\x52\x37\x63\x47\x43\x6b\x33\x57\x34\x71','\x78\x53\x6f\x2f\x72\x43\x6f\x53\x57\x35\x4f\x62','\x7a\x6d\x6f\x6d\x57\x37\x4e\x64\x51\x38\x6b\x52\x57\x52\x57','\x69\x61\x6c\x63\x53\x5a\x78\x63\x55\x38\x6f\x4e','\x72\x6d\x6f\x59\x78\x47','\x6b\x61\x4a\x63\x55\x63\x65','\x6c\x6d\x6f\x53\x71\x4c\x43','\x77\x43\x6b\x6a\x57\x35\x57\x4d\x57\x34\x62\x32\x57\x52\x30\x79','\x57\x36\x70\x63\x50\x31\x62\x35','\x57\x36\x35\x54\x57\x34\x53\x2b','\x42\x43\x6f\x51\x69\x43\x6f\x68','\x68\x63\x54\x61','\x57\x34\x57\x70\x57\x36\x68\x64\x4c\x57','\x57\x51\x57\x47\x79\x33\x4a\x64\x4e\x38\x6f\x79\x57\x34\x7a\x52','\x57\x37\x62\x37\x66\x4b\x34\x76\x46\x43\x6f\x5a\x70\x57','\x57\x37\x52\x63\x50\x6d\x6b\x35','\x75\x38\x6f\x34\x78\x47','\x6d\x6d\x6b\x61\x67\x72\x6c\x64\x51\x61','\x57\x36\x4a\x63\x51\x4b\x44\x50\x57\x34\x61\x67','\x70\x6d\x6b\x55\x57\x35\x31\x4b\x57\x36\x6d','\x57\x37\x33\x64\x47\x6d\x6f\x75\x57\x50\x6d','\x6b\x65\x75\x62\x57\x36\x4e\x64\x55\x53\x6b\x6e\x73\x61','\x57\x36\x68\x64\x50\x6d\x6f\x4d\x70\x43\x6b\x78\x6a\x76\x34\x37','\x41\x53\x6f\x2f\x6e\x38\x6f\x77\x44\x57','\x57\x37\x68\x64\x55\x74\x34\x37\x57\x35\x75','\x42\x6d\x6b\x69\x6c\x33\x4c\x7a','\x68\x4a\x4a\x64\x4e\x6d\x6b\x5a\x72\x61','\x73\x38\x6b\x70\x57\x35\x53\x4d\x57\x35\x31\x38','\x57\x36\x4c\x54\x57\x34\x61\x2b\x65\x53\x6b\x32\x57\x4f\x58\x41','\x57\x35\x75\x31\x57\x37\x6e\x48','\x73\x53\x6b\x6d\x57\x52\x68\x63\x4a\x38\x6b\x56','\x57\x4f\x61\x65\x71\x4d\x56\x64\x55\x71','\x57\x36\x68\x64\x51\x43\x6f\x33\x6a\x38\x6b\x30\x6e\x57','\x77\x38\x6b\x61\x57\x52\x56\x63\x47\x38\x6b\x57','\x57\x50\x4f\x67\x74\x61','\x57\x51\x43\x47\x6a\x65\x61\x67','\x43\x30\x46\x63\x47\x61\x70\x63\x4f\x61','\x57\x51\x30\x4e\x42\x33\x64\x64\x4e\x53\x6f\x66','\x57\x51\x6d\x33\x41\x68\x56\x64\x4a\x53\x6f\x45','\x79\x75\x33\x63\x4a\x72\x4b','\x6d\x38\x6b\x32\x57\x35\x6d\x2b\x57\x36\x46\x64\x55\x43\x6f\x2f\x57\x51\x4f','\x6a\x61\x42\x63\x51\x5a\x43','\x57\x34\x70\x64\x49\x6d\x6b\x2b\x66\x43\x6f\x41\x79\x53\x6f\x2f\x69\x61','\x6f\x65\x56\x63\x47\x31\x6d','\x74\x53\x6f\x37\x71\x38\x6f\x47\x57\x34\x57','\x6a\x49\x43\x77\x62\x78\x42\x64\x51\x6d\x6f\x7a','\x57\x36\x37\x63\x56\x53\x6b\x47\x57\x34\x57','\x42\x43\x6b\x6b\x57\x37\x79\x76\x57\x4f\x6d','\x75\x66\x74\x63\x54\x53\x6f\x39\x57\x35\x43','\x6b\x73\x75\x71','\x57\x34\x46\x64\x4c\x43\x6b\x55','\x57\x50\x79\x42\x77\x61','\x57\x4f\x56\x63\x4a\x31\x6d\x39\x61\x38\x6f\x55\x65\x47','\x41\x43\x6f\x6d\x57\x36\x46\x64\x56\x61','\x6e\x63\x71\x43\x66\x66\x78\x64\x55\x47','\x45\x63\x33\x64\x53\x65\x75\x44','\x6e\x38\x6b\x68\x57\x50\x48\x32\x57\x52\x37\x64\x4c\x48\x34','\x6c\x5a\x34\x66','\x57\x4f\x56\x63\x47\x30\x71\x55','\x45\x75\x33\x63\x47\x48\x33\x63\x53\x61','\x6f\x68\x53\x66\x43\x64\x6e\x45\x74\x47','\x76\x6d\x6b\x34\x57\x34\x53\x57\x57\x4f\x69','\x6c\x43\x6b\x4e\x57\x37\x72\x59\x57\x35\x33\x63\x53\x61','\x46\x6d\x6b\x53\x57\x51\x70\x63\x48\x38\x6b\x54','\x57\x36\x56\x63\x51\x38\x6b\x55\x73\x76\x37\x64\x4a\x53\x6f\x31\x6f\x61','\x6b\x53\x6b\x30\x57\x37\x6e\x58\x57\x35\x52\x63\x54\x6d\x6f\x6e\x57\x34\x71','\x57\x52\x75\x50\x70\x71','\x57\x51\x52\x63\x50\x6d\x6b\x70','\x70\x38\x6f\x4e\x74\x66\x30\x35\x57\x35\x4b\x58','\x41\x43\x6f\x39\x70\x43\x6f\x75\x79\x76\x31\x52\x57\x51\x6d','\x79\x75\x33\x63\x48\x48\x4b','\x46\x53\x6b\x4e\x62\x77\x48\x47\x74\x71','\x57\x4f\x71\x54\x6b\x78\x30\x51','\x74\x6d\x6b\x6f\x57\x52\x37\x63\x4c\x43\x6b\x33\x57\x35\x35\x6a\x57\x37\x47','\x6c\x6d\x6b\x54\x57\x37\x58\x55\x57\x35\x56\x63\x50\x38\x6f\x79\x57\x34\x47','\x6b\x43\x6b\x38\x57\x35\x38\x36\x57\x37\x33\x64\x4f\x57','\x6d\x49\x34\x68\x68\x76\x52\x64\x51\x53\x6f\x6d','\x66\x74\x33\x64\x4b\x71','\x65\x73\x5a\x64\x4e\x6d\x6f\x58','\x57\x4f\x79\x50\x75\x73\x74\x63\x48\x73\x37\x63\x50\x53\x6f\x51','\x63\x59\x56\x64\x48\x53\x6f\x58\x42\x43\x6b\x50\x74\x6d\x6f\x59','\x72\x38\x6b\x32\x57\x34\x53','\x57\x37\x68\x64\x4e\x5a\x65','\x65\x43\x6f\x47\x76\x57','\x78\x6d\x6b\x65\x57\x52\x68\x63\x4c\x6d\x6b\x47\x57\x34\x71','\x6c\x38\x6b\x4d\x57\x35\x4f','\x65\x63\x30\x46\x57\x50\x79\x7a\x68\x73\x37\x63\x48\x47','\x43\x38\x6b\x2f\x6f\x33\x72\x39\x77\x38\x6f\x59\x71\x47','\x6c\x43\x6b\x37\x7a\x53\x6b\x63\x6a\x61\x4c\x71\x57\x51\x4b\x54\x57\x37\x4a\x63\x4f\x4c\x30','\x57\x52\x64\x63\x4e\x53\x6f\x46','\x57\x34\x48\x58\x64\x76\x53','\x57\x37\x2f\x64\x49\x64\x38','\x65\x73\x65\x76\x57\x50\x61\x74\x62\x59\x57','\x72\x53\x6f\x6b\x57\x37\x33\x64\x4f\x53\x6b\x4b\x57\x52\x56\x63\x55\x43\x6f\x78','\x6f\x66\x38\x65\x57\x37\x78\x64\x53\x71','\x57\x36\x46\x64\x50\x6d\x6f\x55\x6a\x43\x6b\x2b\x6a\x30\x47','\x72\x6d\x6b\x4b\x57\x34\x79\x53\x57\x4f\x78\x63\x4c\x57','\x57\x51\x33\x63\x47\x53\x6f\x7a\x42\x59\x64\x63\x55\x6d\x6b\x47\x57\x35\x75','\x44\x6d\x6f\x36\x69\x43\x6f\x68','\x6e\x76\x38\x46\x57\x37\x57','\x6a\x33\x6d\x68\x46\x71','\x57\x52\x5a\x63\x56\x38\x6b\x65\x7a\x61','\x71\x57\x42\x63\x55\x6d\x6b\x6e\x57\x37\x65','\x6c\x68\x30\x46\x46\x64\x76\x46\x75\x38\x6f\x2f','\x57\x37\x74\x63\x50\x6d\x6b\x55\x73\x71\x68\x64\x4a\x43\x6f\x39\x6a\x61','\x57\x51\x47\x39\x41\x68\x4b','\x45\x38\x6f\x39\x6e\x38\x6f\x78','\x57\x50\x42\x63\x54\x43\x6f\x31\x73\x63\x79','\x71\x61\x4a\x63\x4f\x53\x6b\x6c','\x57\x4f\x65\x47\x72\x71','\x57\x37\x75\x35\x57\x37\x31\x57','\x57\x37\x35\x54\x57\x34\x75\x4f\x63\x6d\x6b\x33','\x62\x74\x6c\x64\x4c\x6d\x6f\x57\x71\x43\x6b\x49','\x6c\x4b\x6c\x63\x4b\x65\x69','\x62\x38\x6f\x57\x77\x47\x33\x64\x54\x5a\x70\x63\x56\x61','\x65\x73\x43\x77\x57\x50\x69','\x66\x59\x79\x71\x57\x50\x4b\x76\x68\x49\x75','\x57\x51\x6c\x63\x53\x38\x6b\x45','\x45\x66\x33\x63\x48\x48\x4e\x63\x4d\x38\x6b\x5a\x57\x36\x47\x65','\x57\x36\x44\x4a\x57\x34\x75\x4f','\x46\x65\x42\x63\x4c\x47\x68\x63\x53\x43\x6b\x35\x57\x36\x69\x49','\x57\x35\x6e\x72\x57\x35\x66\x4c','\x57\x51\x57\x39\x41\x33\x68\x64\x4d\x38\x6f\x30\x57\x35\x44\x4b','\x62\x63\x6e\x6a','\x62\x6d\x6f\x30\x74\x57\x65','\x61\x43\x6f\x57\x77\x62\x42\x64\x54\x49\x74\x63\x48\x38\x6b\x78','\x65\x74\x30\x7a\x57\x50\x30\x46\x63\x4a\x2f\x63\x52\x57','\x45\x53\x6b\x55\x65\x61','\x74\x65\x46\x63\x4f\x43\x6f\x37','\x67\x59\x72\x70\x63\x43\x6b\x36\x70\x59\x34\x61','\x43\x48\x74\x64\x51\x67\x34\x37','\x42\x53\x6b\x49\x63\x77\x31\x2f\x74\x43\x6b\x36\x78\x61','\x63\x49\x30\x41\x57\x4f\x75\x45','\x57\x37\x4a\x63\x51\x38\x6b\x5a\x67\x47\x43','\x57\x4f\x47\x50\x6e\x32\x43','\x57\x52\x74\x63\x48\x43\x6f\x6c\x44\x74\x33\x64\x52\x38\x6b\x31','\x42\x73\x46\x64\x54\x30\x53\x57\x6e\x53\x6b\x73\x57\x34\x38','\x57\x37\x6d\x31\x57\x37\x54\x35\x62\x53\x6f\x77\x57\x4f\x43','\x57\x37\x2f\x64\x4e\x5a\x61','\x70\x53\x6b\x76\x57\x50\x47','\x57\x37\x78\x63\x55\x53\x6b\x39','\x57\x36\x37\x63\x52\x53\x6b\x53\x57\x35\x78\x63\x53\x62\x30','\x69\x53\x6b\x52\x57\x37\x57','\x57\x37\x2f\x63\x4f\x67\x62\x72\x57\x37\x4b','\x45\x6d\x6f\x4a\x70\x53\x6f\x77\x44\x66\x31\x52','\x78\x6d\x6b\x72\x57\x52\x5a\x63\x4a\x38\x6b\x33','\x42\x43\x6f\x51\x70\x53\x6f\x46\x45\x4c\x7a\x2f','\x57\x34\x78\x64\x49\x53\x6b\x37\x65\x38\x6f\x2b\x42\x47','\x70\x68\x34\x79\x45\x5a\x4b','\x57\x37\x52\x64\x52\x38\x6f\x59\x6d\x61','\x57\x37\x64\x63\x55\x53\x6b\x36\x57\x35\x56\x63\x53\x71','\x57\x36\x47\x2b\x57\x36\x6a\x48\x64\x53\x6f\x75\x57\x4f\x37\x63\x4a\x47','\x61\x4a\x46\x64\x4b\x53\x6f\x47\x71\x43\x6b\x5a','\x57\x4f\x43\x6e\x77\x68\x57','\x7a\x6d\x6f\x6c\x57\x37\x46\x64\x4f\x61','\x78\x38\x6b\x38\x57\x35\x74\x63\x49\x71','\x61\x73\x71\x41\x57\x4f\x69\x6a\x64\x61','\x62\x49\x39\x75\x65\x43\x6b\x43\x6c\x59\x4f\x62','\x45\x65\x4e\x63\x48\x71','\x57\x35\x78\x64\x4b\x38\x6b\x4f\x65\x6d\x6f\x4b\x46\x43\x6f\x55\x6f\x57','\x66\x63\x30\x6a\x57\x50\x75\x5a\x62\x59\x2f\x63\x48\x57','\x76\x53\x6b\x6f\x57\x35\x71\x4d\x57\x34\x54\x61\x57\x51\x47','\x57\x36\x6c\x63\x51\x65\x76\x57\x57\x34\x79\x68\x57\x36\x4b\x72','\x67\x4a\x4a\x64\x4d\x71','\x6f\x4c\x69\x44\x57\x37\x4a\x64\x4f\x43\x6b\x78\x71\x53\x6b\x2b','\x6a\x61\x42\x63\x55\x71','\x6d\x4b\x56\x63\x47\x4c\x48\x57\x57\x34\x6d','\x57\x50\x38\x4c\x6b\x57','\x57\x35\x6a\x62\x57\x34\x35\x33\x57\x35\x6a\x54','\x57\x36\x5a\x63\x4f\x53\x6b\x30\x75\x72\x79','\x6f\x65\x56\x63\x47\x4c\x6d\x37\x57\x35\x37\x63\x47\x53\x6b\x59','\x71\x43\x6b\x65\x57\x52\x46\x63\x48\x38\x6b\x33\x57\x34\x76\x45\x57\x37\x71','\x63\x49\x4b\x69','\x6e\x5a\x4b\x45\x62\x75\x2f\x64\x52\x6d\x6f\x68','\x69\x6d\x6b\x76\x57\x4f\x44\x4d\x57\x51\x4b','\x45\x75\x46\x63\x4c\x47\x5a\x63\x51\x6d\x6b\x6f\x57\x37\x6d\x72','\x70\x53\x6f\x4d\x74\x66\x79\x34\x57\x35\x30','\x66\x33\x35\x71\x57\x4f\x30\x75\x46\x63\x71','\x64\x63\x4b\x78','\x57\x51\x33\x63\x4d\x6d\x6f\x44\x45\x61','\x57\x35\x6a\x62\x57\x34\x39\x55\x57\x35\x50\x38\x73\x47','\x57\x52\x68\x63\x55\x43\x6b\x62\x7a\x53\x6f\x76\x44\x57','\x74\x6d\x6b\x6f\x57\x52\x37\x63\x47\x6d\x6b\x51\x57\x35\x35\x66','\x66\x4e\x48\x73\x57\x4f\x30\x71','\x75\x43\x6f\x59\x72\x6d\x6f\x4b\x57\x35\x30\x6d','\x77\x6d\x6b\x31\x57\x34\x78\x63\x4e\x48\x61','\x62\x49\x38\x66\x6e\x33\x47','\x6c\x6d\x6f\x4c\x72\x4b\x43\x42\x57\x34\x38\x56','\x74\x57\x68\x63\x55\x6d\x6b\x6c\x57\x36\x53','\x57\x51\x69\x59\x6e\x5a\x43\x56\x6f\x53\x6b\x76\x57\x35\x4b','\x57\x35\x7a\x66\x57\x35\x6e\x33\x57\x35\x34','\x57\x36\x2f\x63\x52\x38\x6b\x55\x73\x71','\x70\x53\x6f\x4f\x74\x66\x4f\x34\x57\x34\x4b','\x57\x36\x69\x49\x57\x36\x35\x30\x65\x38\x6f\x71','\x6b\x59\x69\x7a\x66\x71','\x57\x37\x4a\x63\x4f\x53\x6b\x34\x78\x48\x4a\x64\x49\x43\x6f\x57','\x73\x43\x6b\x58\x57\x35\x30\x55\x57\x37\x69','\x57\x37\x33\x64\x49\x53\x6f\x6d\x57\x4f\x69\x48\x57\x36\x30','\x57\x36\x78\x63\x4f\x30\x6e\x34\x57\x34\x61','\x45\x53\x6b\x38\x57\x36\x61\x50','\x43\x6d\x6b\x51\x64\x33\x47','\x62\x5a\x52\x64\x4b\x71','\x78\x43\x6b\x34\x57\x34\x64\x63\x49\x62\x61','\x73\x75\x2f\x63\x53\x6d\x6f\x32\x57\x34\x79','\x57\x37\x78\x63\x51\x38\x6b\x58','\x6d\x6d\x6b\x42\x66\x71\x75','\x64\x49\x43\x79\x57\x50\x79\x77\x6f\x4a\x2f\x63\x47\x57','\x6e\x76\x2f\x63\x4c\x4c\x34\x4a','\x57\x37\x62\x31\x61\x75\x4f\x6c','\x57\x37\x35\x4e\x57\x35\x57\x47','\x57\x37\x35\x48\x68\x65\x6d\x44','\x69\x48\x70\x63\x53\x73\x53','\x46\x53\x6f\x51\x6a\x47','\x57\x4f\x43\x38\x6b\x4d\x79','\x57\x35\x4b\x6b\x57\x36\x42\x64\x4b\x66\x30','\x57\x4f\x65\x4c\x6b\x32\x53\x51','\x57\x37\x39\x53\x57\x34\x75\x4a\x63\x43\x6b\x5a\x57\x4f\x6d','\x57\x51\x6d\x71\x7a\x61\x4a\x63\x54\x62\x68\x63\x47\x53\x6f\x6b','\x57\x35\x72\x62\x57\x34\x58\x32','\x44\x43\x6b\x51\x65\x4e\x47','\x76\x38\x6b\x70\x57\x35\x57\x4e','\x43\x53\x6f\x66\x57\x34\x53','\x69\x71\x42\x63\x50\x61','\x6f\x4e\x57\x73\x44\x5a\x6a\x70\x75\x38\x6f\x4b','\x57\x36\x70\x64\x4f\x6d\x6f\x59\x70\x6d\x6b\x36','\x74\x6d\x6b\x52\x57\x34\x70\x63\x49\x61\x75','\x57\x51\x69\x4e\x44\x77\x4a\x64\x50\x43\x6f\x79\x57\x35\x31\x32','\x57\x36\x4e\x64\x4e\x49\x79\x4d','\x57\x34\x35\x62\x57\x35\x48\x4a\x57\x34\x39\x36\x73\x57\x57','\x61\x4a\x48\x64\x65\x38\x6b\x4d\x70\x59\x34\x78','\x67\x59\x72\x6c','\x57\x4f\x42\x63\x4a\x4c\x79','\x69\x53\x6b\x42\x57\x4f\x62\x32\x57\x51\x6c\x64\x4b\x71','\x57\x36\x4a\x63\x4f\x53\x6b\x59\x73\x47\x61','\x57\x36\x68\x64\x50\x6d\x6f\x54\x70\x71','\x57\x37\x37\x63\x50\x6d\x6b\x35\x74\x49\x74\x64\x48\x43\x6f\x47\x69\x47','\x72\x38\x6b\x38\x57\x34\x6c\x63\x4d\x47\x68\x63\x55\x61','\x6f\x6d\x6b\x2b\x57\x50\x66\x59\x57\x4f\x53','\x57\x4f\x64\x63\x56\x38\x6f\x43\x57\x51\x31\x49','\x66\x64\x6c\x64\x4e\x53\x6b\x6f','\x68\x49\x39\x63\x61\x53\x6b\x37\x6d\x57','\x6a\x38\x6b\x72\x64\x61\x78\x64\x52\x53\x6b\x4b\x76\x53\x6b\x62','\x57\x34\x4b\x6a\x57\x36\x68\x64\x4e\x76\x33\x64\x52\x58\x57\x38','\x57\x52\x75\x58\x69\x61','\x64\x74\x30\x70\x57\x4f\x43\x70\x68\x74\x2f\x63\x48\x57','\x74\x43\x6b\x61\x57\x51\x6c\x63\x47\x57','\x57\x36\x4a\x63\x52\x4b\x4c\x56\x57\x35\x79','\x57\x52\x2f\x63\x4d\x43\x6f\x75\x44\x74\x42\x63\x55\x47','\x43\x6d\x6f\x51\x6e\x47','\x57\x52\x42\x63\x47\x53\x6f\x44','\x6b\x78\x53\x46\x46\x62\x76\x66\x78\x53\x6f\x31','\x46\x65\x42\x63\x4b\x71\x4a\x63\x56\x61','\x57\x35\x42\x63\x4b\x6d\x6b\x46\x43\x71\x69','\x57\x35\x69\x73\x57\x34\x35\x67\x69\x71','\x6d\x53\x6b\x39\x57\x35\x43\x36','\x6a\x6d\x6f\x58\x42\x32\x79\x62','\x57\x37\x48\x37\x61\x65\x30\x6e','\x57\x50\x30\x71\x67\x72\x6d\x51','\x57\x51\x74\x63\x53\x43\x6b\x56\x46\x6d\x6f\x55\x44\x62\x31\x4e\x71\x4c\x50\x55\x6c\x75\x4e\x64\x52\x71','\x65\x77\x76\x7a\x57\x4f\x4b\x45\x41\x64\x37\x64\x52\x57','\x74\x53\x6b\x6e\x57\x51\x6c\x63\x47\x38\x6b\x49\x57\x34\x48\x72','\x57\x36\x42\x63\x53\x31\x76\x4f\x57\x35\x31\x65\x57\x37\x47','\x42\x53\x6b\x49\x68\x4e\x47','\x57\x4f\x43\x68\x71\x67\x33\x64\x53\x4e\x34','\x57\x35\x6e\x6d\x57\x35\x35\x55\x57\x35\x43','\x61\x6d\x6f\x36\x76\x58\x46\x64\x50\x59\x74\x63\x55\x43\x6b\x6b','\x57\x35\x72\x6c\x57\x37\x6e\x54\x57\x34\x58\x36\x78\x77\x69','\x76\x30\x52\x63\x56\x53\x6f\x39\x57\x35\x43','\x43\x43\x6f\x55\x69\x71','\x57\x51\x4e\x63\x4e\x38\x6f\x6c\x41\x63\x46\x63\x4f\x43\x6b\x33\x57\x34\x69','\x68\x38\x6b\x61\x57\x34\x50\x43\x57\x37\x57','\x6b\x63\x4f\x65','\x57\x50\x65\x55\x77\x5a\x4a\x63\x4b\x47','\x74\x38\x6b\x38\x57\x37\x30\x2b\x57\x50\x75','\x57\x4f\x64\x63\x55\x38\x6f\x46\x57\x52\x7a\x5a','\x62\x63\x54\x61\x65\x6d\x6b\x51','\x57\x51\x30\x5a\x44\x68\x4b','\x57\x37\x75\x34\x57\x36\x6a\x4e\x61\x38\x6b\x79\x57\x50\x6c\x63\x48\x57','\x70\x6d\x6b\x55\x57\x37\x54\x2b\x57\x34\x4f','\x6b\x43\x6b\x37\x57\x35\x75\x52','\x66\x74\x42\x64\x4d\x53\x6f\x59\x76\x38\x6b\x4a','\x57\x36\x4a\x63\x51\x76\x6e\x57\x57\x35\x43','\x57\x34\x57\x70\x57\x36\x68\x64\x4c\x30\x53','\x57\x36\x35\x4e\x57\x34\x61\x30\x64\x38\x6b\x51\x57\x4f\x4f','\x42\x43\x6b\x35\x63\x32\x54\x36\x74\x6d\x6f\x59\x73\x61','\x73\x43\x6b\x54\x57\x34\x61\x34\x57\x4f\x6c\x63\x4d\x31\x39\x50','\x6f\x6d\x6b\x72\x57\x4f\x58\x59\x57\x52\x4a\x64\x49\x58\x54\x68','\x72\x30\x46\x63\x55\x43\x6f\x57\x57\x35\x31\x59','\x66\x78\x76\x6a\x57\x4f\x79','\x41\x6d\x6b\x34\x61\x71','\x57\x36\x52\x64\x49\x43\x6f\x67\x57\x50\x69\x38\x57\x37\x53','\x57\x51\x38\x39\x69\x61','\x72\x38\x6b\x47\x57\x34\x78\x63\x4b\x58\x69','\x6e\x65\x69\x75','\x6c\x38\x6f\x4e\x71\x30\x61\x62\x57\x34\x43\x52\x44\x61','\x69\x47\x35\x50\x65\x53\x6b\x4e','\x6b\x65\x2f\x63\x4c\x4c\x43\x4c\x57\x35\x70\x63\x48\x43\x6b\x35','\x73\x38\x6f\x32\x72\x53\x6f\x32\x57\x34\x57\x78','\x45\x43\x6f\x76\x57\x37\x43','\x57\x37\x75\x31\x57\x37\x6e\x48','\x6f\x43\x6b\x62\x57\x4f\x58\x37\x57\x52\x47','\x74\x71\x56\x63\x52\x43\x6b\x68\x57\x37\x74\x64\x50\x71','\x75\x53\x6b\x76\x57\x34\x6d\x33','\x57\x36\x47\x2b\x57\x36\x39\x57\x68\x57','\x6c\x67\x61\x79\x41\x5a\x4c\x79','\x57\x52\x6d\x35\x6b\x5a\x61','\x57\x36\x39\x53\x57\x34\x4f\x2b\x6d\x43\x6b\x54\x57\x50\x4c\x42','\x70\x38\x6b\x54\x57\x36\x66\x30\x57\x35\x56\x63\x56\x6d\x6f\x70\x57\x34\x71','\x57\x34\x69\x68\x57\x37\x57','\x57\x4f\x52\x63\x4e\x30\x65\x2f\x6e\x43\x6f\x55\x67\x4b\x4f','\x57\x36\x35\x39\x67\x30\x47','\x62\x59\x79\x46\x57\x4f\x71\x54\x61\x64\x2f\x63\x49\x47','\x57\x34\x75\x69\x57\x36\x5a\x64\x4c\x47','\x74\x43\x6b\x32\x57\x35\x34','\x7a\x30\x33\x63\x48\x71\x68\x63\x50\x43\x6b\x2b\x57\x36\x69','\x57\x37\x6c\x63\x50\x6d\x6b\x36','\x57\x4f\x61\x61\x73\x4a\x52\x63\x51\x74\x53','\x73\x6d\x6f\x4e\x74\x53\x6f\x49\x57\x35\x30\x62','\x57\x4f\x75\x51\x77\x59\x74\x63\x4b\x4a\x78\x63\x4f\x47','\x57\x51\x74\x63\x53\x53\x6b\x6f','\x65\x67\x6e\x75\x57\x4f\x30','\x57\x35\x42\x64\x4c\x6d\x6b\x31\x65\x6d\x6f\x4b\x42\x38\x6f\x55\x6c\x61','\x73\x53\x6b\x7a\x57\x51\x64\x63\x49\x43\x6b\x57\x57\x34\x4b','\x66\x63\x6e\x61\x65\x43\x6b\x51\x6b\x71','\x57\x51\x52\x63\x55\x6d\x6b\x6a\x7a\x47','\x57\x34\x72\x6e\x57\x35\x53','\x45\x53\x6f\x4a\x6d\x38\x6f\x67\x79\x66\x30','\x6c\x76\x65\x44\x57\x36\x5a\x64\x53\x61','\x57\x36\x39\x31\x64\x66\x57','\x57\x36\x69\x51\x57\x37\x58\x44\x62\x71','\x57\x52\x47\x37\x43\x4e\x71','\x41\x5a\x46\x64\x54\x4b\x65','\x71\x53\x6b\x33\x57\x34\x2f\x63\x4b\x71\x64\x63\x54\x63\x6e\x6c','\x57\x37\x72\x31\x61\x30\x4f\x78\x63\x43\x6f\x5a','\x79\x30\x33\x63\x48\x57\x2f\x63\x4a\x43\x6b\x5a\x57\x36\x6d\x76','\x6f\x6d\x6b\x51\x57\x37\x44\x56\x57\x34\x52\x63\x54\x6d\x6f\x6b','\x57\x50\x6c\x63\x52\x38\x6f\x78','\x6c\x6d\x6b\x41\x67\x57\x75','\x6f\x62\x78\x63\x56\x64\x68\x63\x51\x53\x6f\x67\x57\x34\x47','\x79\x38\x6f\x77\x57\x37\x64\x64\x50\x6d\x6b\x47\x57\x51\x5a\x63\x50\x6d\x6f\x31','\x72\x43\x6b\x36\x57\x34\x69\x38\x57\x50\x6c\x63\x47\x71','\x69\x43\x6b\x62\x63\x57','\x57\x36\x71\x4f\x57\x37\x54\x36\x66\x61','\x46\x43\x6b\x32\x57\x37\x34\x34','\x71\x61\x42\x63\x4f\x61','\x57\x50\x6d\x47\x78\x63\x4a\x63\x4d\x74\x61','\x57\x52\x42\x63\x55\x53\x6b\x64\x79\x6d\x6f\x45','\x46\x53\x6f\x58\x57\x37\x46\x64\x47\x53\x6b\x68','\x57\x35\x72\x77\x57\x35\x35\x48\x57\x35\x35\x77\x73\x57','\x70\x53\x6b\x2f\x57\x35\x75\x51\x57\x36\x64\x64\x54\x71','\x57\x4f\x42\x63\x4d\x76\x43','\x57\x52\x46\x63\x53\x38\x6b\x41\x42\x38\x6f\x41\x7a\x38\x6b\x34','\x57\x37\x76\x36\x61\x75\x61','\x6a\x53\x6b\x30\x57\x37\x43','\x72\x58\x70\x63\x56\x57','\x64\x38\x6b\x44\x68\x73\x6c\x64\x4a\x71','\x6f\x43\x6f\x39\x72\x4b\x65\x49','\x57\x37\x48\x37\x67\x30\x4f','\x57\x36\x76\x53\x57\x34\x69\x30','\x77\x53\x6f\x69\x57\x36\x6c\x64\x4c\x38\x6b\x75','\x45\x6d\x6b\x34\x57\x37\x38\x4f\x57\x37\x47','\x43\x43\x6f\x68\x57\x37\x79','\x41\x6d\x6b\x4c\x64\x33\x6e\x38\x78\x38\x6f\x35','\x6b\x61\x6c\x63\x53\x74\x46\x63\x55\x57','\x57\x37\x6c\x64\x4e\x4a\x4f\x4b\x57\x37\x46\x64\x4f\x61','\x57\x36\x30\x6a\x57\x37\x4e\x64\x4c\x4b\x52\x64\x4f\x47\x43\x48','\x57\x52\x70\x63\x54\x38\x6b\x67\x44\x53\x6f\x45','\x41\x72\x42\x63\x50\x43\x6b\x75\x57\x37\x75','\x71\x43\x6b\x6f\x57\x51\x71','\x6f\x76\x75\x77\x57\x37\x64\x64\x55\x38\x6b\x6e','\x79\x38\x6f\x6c\x57\x36\x64\x64\x51\x38\x6b\x48','\x71\x38\x6b\x54\x57\x35\x6d\x38\x57\x4f\x74\x63\x4e\x30\x62\x49','\x6f\x6d\x6b\x72\x57\x4f\x58\x59\x57\x52\x4a\x64\x48\x57\x4b\x70','\x78\x48\x78\x63\x4f\x38\x6b\x6a\x57\x36\x56\x64\x53\x31\x4f\x33','\x7a\x53\x6f\x63\x57\x37\x37\x64\x55\x38\x6b\x47','\x67\x74\x4e\x64\x4e\x53\x6b\x6b\x45\x43\x6b\x57\x57\x52\x53','\x6b\x43\x6b\x48\x57\x35\x30\x59','\x57\x35\x4b\x6f\x57\x36\x64\x64\x48\x61','\x6f\x6d\x6b\x52\x57\x36\x7a\x31\x57\x34\x64\x63\x4f\x6d\x6f\x6e','\x6a\x38\x6b\x44\x68\x57\x78\x64\x52\x38\x6b\x39','\x6c\x38\x6b\x72\x66\x47\x46\x64\x51\x6d\x6b\x48','\x43\x31\x52\x63\x4d\x47\x61','\x62\x63\x56\x64\x48\x53\x6f\x47\x71\x71','\x57\x51\x64\x63\x4f\x6d\x6b\x70\x43\x43\x6f\x63','\x74\x38\x6b\x66\x57\x34\x69\x55\x57\x35\x50\x37','\x6e\x63\x47\x34\x6f\x33\x69','\x76\x43\x6f\x32\x77\x71','\x69\x6d\x6b\x42\x66\x47\x37\x64\x55\x43\x6b\x51\x73\x38\x6b\x61','\x57\x51\x37\x63\x4b\x43\x6f\x6c\x42\x33\x74\x63\x56\x61','\x57\x36\x4c\x54\x57\x35\x53\x48\x61\x53\x6b\x51\x57\x34\x50\x68','\x6e\x38\x6b\x72\x63\x47\x30','\x69\x43\x6b\x76\x57\x50\x47','\x6c\x47\x4a\x63\x48\x72\x52\x63\x49\x61','\x57\x4f\x65\x35\x6a\x32\x69\x51\x57\x52\x47\x6a\x57\x51\x38','\x57\x4f\x64\x63\x4f\x53\x6f\x44\x57\x52\x48\x30','\x45\x75\x33\x63\x4c\x62\x2f\x63\x51\x53\x6b\x34\x57\x36\x6d','\x57\x35\x66\x71\x57\x36\x53\x6a\x6a\x38\x6b\x68\x57\x52\x4c\x32','\x61\x68\x76\x45\x57\x4f\x30','\x70\x4b\x47\x75\x57\x37\x4f','\x71\x53\x6b\x4d\x57\x34\x6d\x51\x57\x51\x68\x63\x4d\x31\x31\x4b','\x57\x37\x2f\x64\x49\x59\x71\x49\x57\x37\x68\x64\x52\x74\x72\x65','\x77\x47\x4a\x63\x47\x6d\x6b\x62\x57\x36\x37\x64\x53\x31\x53\x68','\x75\x38\x6f\x4a\x44\x43\x6f\x57\x57\x34\x57\x6b\x43\x6d\x6f\x6b','\x57\x35\x78\x64\x47\x38\x6b\x30\x61\x53\x6f\x2b','\x57\x4f\x53\x51\x76\x4a\x2f\x63\x4d\x71','\x6e\x4b\x2f\x63\x4e\x31\x65\x4a\x57\x35\x38','\x64\x74\x30\x43\x57\x50\x38\x6f\x62\x32\x5a\x63\x4c\x47','\x57\x52\x56\x63\x47\x53\x6f\x44\x7a\x64\x46\x63\x4f\x43\x6b\x56\x57\x34\x61','\x70\x6d\x6f\x53\x76\x76\x65\x46\x57\x34\x61\x37\x45\x71','\x57\x34\x38\x69\x57\x37\x56\x64\x53\x66\x46\x64\x4f\x71\x75\x59','\x6e\x38\x6b\x42\x65\x57\x78\x64\x53\x53\x6b\x36','\x41\x43\x6f\x36\x69\x43\x6f\x42','\x57\x52\x64\x63\x4e\x38\x6f\x75\x79\x63\x46\x63\x4f\x43\x6b\x55\x57\x34\x4b','\x69\x33\x38\x78','\x57\x52\x68\x63\x4b\x43\x6f\x43','\x62\x5a\x6c\x64\x4d\x43\x6f\x47\x76\x43\x6b\x55\x74\x43\x6f\x48','\x57\x37\x5a\x63\x4b\x6d\x6b\x78\x57\x34\x33\x63\x47\x61','\x69\x53\x6b\x66\x70\x64\x42\x64\x4b\x71','\x57\x37\x4a\x63\x52\x30\x54\x53\x57\x35\x38\x67\x57\x51\x65\x73','\x57\x52\x42\x63\x47\x6d\x6f\x44\x42\x57','\x57\x51\x65\x31\x70\x5a\x61\x44\x69\x71','\x63\x71\x30\x74\x6e\x66\x6d','\x74\x43\x6f\x32\x77\x6d\x6f\x33\x57\x34\x61\x68\x41\x53\x6f\x74','\x77\x43\x6b\x38\x57\x34\x4a\x63\x4e\x62\x42\x63\x50\x63\x6e\x43','\x75\x38\x6b\x66\x57\x35\x34\x4b\x57\x34\x44\x4e','\x6d\x30\x74\x63\x4b\x4c\x4f\x49\x57\x35\x70\x63\x49\x43\x6b\x4b','\x57\x34\x5a\x64\x4b\x71\x71\x78\x57\x34\x65','\x42\x38\x6b\x31\x57\x37\x38','\x57\x4f\x71\x4e\x75\x49\x37\x63\x4e\x61','\x70\x32\x4e\x63\x4e\x76\x43\x4b\x57\x34\x74\x63\x49\x43\x6b\x4b','\x57\x51\x4b\x4f\x41\x71','\x57\x36\x52\x64\x4b\x5a\x53\x32\x57\x36\x74\x64\x4f\x61','\x66\x73\x52\x64\x4c\x6d\x6f\x33\x72\x47','\x57\x36\x54\x4d\x57\x34\x4f','\x42\x38\x6b\x52\x57\x37\x79','\x57\x36\x78\x63\x4f\x30\x66\x39\x57\x34\x43\x6b\x57\x37\x4f\x68','\x70\x47\x6c\x63\x52\x74\x33\x63\x56\x43\x6f\x37\x57\x34\x4c\x41','\x57\x4f\x69\x48\x75\x5a\x37\x63\x4f\x63\x52\x63\x53\x38\x6f\x32','\x57\x35\x4b\x6a\x57\x36\x6c\x64\x4c\x47','\x57\x37\x4a\x64\x4f\x6d\x6f\x51\x6b\x53\x6b\x33\x62\x75\x65\x2f','\x44\x4b\x74\x63\x4c\x62\x4a\x63\x54\x38\x6b\x34','\x57\x36\x2f\x64\x49\x6d\x6b\x6c\x6d\x32\x56\x64\x56\x6d\x6f\x30\x57\x34\x64\x64\x4e\x59\x6c\x64\x4e\x43\x6b\x53\x45\x61','\x73\x38\x6b\x54\x57\x34\x4b\x2b\x57\x4f\x6c\x63\x4d\x47','\x6e\x43\x6b\x59\x57\x34\x43','\x57\x51\x33\x63\x4e\x38\x6f\x74\x7a\x64\x33\x63\x55\x57','\x57\x51\x75\x35\x70\x59\x30\x44\x6a\x43\x6b\x65\x57\x34\x69','\x57\x34\x6e\x77\x57\x35\x7a\x58\x57\x35\x35\x53','\x57\x4f\x71\x62\x78\x32\x61','\x57\x37\x4e\x64\x50\x6d\x6f\x2f\x69\x53\x6b\x53','\x57\x36\x64\x64\x49\x38\x6f\x64\x57\x4f\x69\x33','\x73\x75\x46\x63\x50\x57','\x72\x30\x52\x63\x54\x53\x6f\x52\x57\x34\x66\x4a','\x6b\x43\x6f\x4c\x72\x4b\x79\x4c\x57\x34\x53','\x62\x73\x54\x46','\x65\x73\x65\x70\x57\x50\x34\x6d\x64\x61','\x65\x64\x2f\x64\x4d\x43\x6f\x57\x76\x57','\x57\x35\x72\x32\x62\x4e\x52\x64\x4a\x33\x64\x64\x54\x43\x6f\x70\x70\x4a\x76\x52\x57\x34\x70\x63\x47\x61','\x69\x53\x6f\x4f\x76\x61','\x44\x43\x6f\x6e\x57\x37\x79','\x57\x50\x74\x63\x4c\x6d\x6b\x55\x42\x38\x6f\x52','\x57\x36\x33\x63\x52\x30\x48\x34','\x79\x4b\x33\x63\x48\x57\x4a\x63\x51\x53\x6f\x36\x57\x37\x6d','\x65\x64\x53\x75\x57\x50\x4b','\x57\x34\x34\x70\x57\x36\x4a\x64\x4c\x4b\x56\x64\x55\x61','\x74\x58\x78\x63\x51\x71','\x68\x74\x78\x64\x4b\x43\x6b\x46\x41\x43\x6b\x58','\x6c\x4b\x78\x63\x4e\x76\x69','\x57\x37\x68\x63\x56\x53\x6b\x47\x57\x35\x2f\x63\x52\x71\x65','\x76\x6d\x6b\x47\x57\x34\x7a\x52\x57\x34\x70\x64\x48\x62\x6d','\x57\x52\x61\x35\x69\x73\x65\x77\x44\x6d\x6b\x76','\x57\x35\x4b\x77\x57\x36\x70\x64\x4d\x4b\x57','\x57\x37\x33\x64\x4c\x64\x4f\x4e\x57\x36\x52\x64\x56\x64\x6e\x46','\x64\x63\x56\x64\x48\x53\x6f\x58','\x57\x37\x4c\x55\x57\x34\x43\x55\x61\x57','\x6c\x30\x69\x71\x57\x37\x46\x64\x50\x53\x6b\x74\x72\x6d\x6b\x4b','\x62\x49\x6a\x66\x63\x38\x6b\x4b\x6d\x49\x75\x75','\x57\x52\x37\x63\x48\x4b\x53\x6a\x6c\x57','\x6a\x4e\x43\x76','\x57\x36\x4a\x63\x50\x53\x6b\x30\x78\x48\x79','\x6d\x6d\x6b\x4d\x57\x34\x43\x52\x57\x34\x5a\x64\x56\x53\x6f\x4d\x57\x52\x53','\x57\x37\x68\x64\x52\x53\x6f\x37\x6f\x53\x6b\x58\x79\x31\x4b','\x62\x59\x33\x64\x48\x53\x6f\x47\x71\x6d\x6b\x5a\x75\x61','\x67\x59\x72\x69\x61\x6d\x6b\x33','\x6d\x6d\x6b\x43\x67\x72\x6c\x64\x55\x71','\x6e\x30\x56\x63\x49\x71','\x6c\x53\x6b\x76\x61\x61','\x74\x53\x6b\x74\x57\x52\x75','\x57\x50\x61\x65\x73\x4e\x33\x64\x52\x32\x47','\x66\x5a\x4e\x64\x4b\x38\x6b\x6d\x45\x6d\x6b\x52','\x57\x36\x6a\x4e\x57\x35\x79','\x57\x51\x52\x63\x4d\x6d\x6f\x72\x7a\x59\x43','\x6c\x31\x38\x41\x57\x37\x5a\x64\x55\x38\x6b\x6e','\x57\x37\x2f\x64\x49\x63\x43\x32\x57\x36\x37\x64\x4f\x74\x72\x78','\x57\x51\x4e\x63\x4e\x38\x6f\x6c\x43\x4a\x52\x63\x51\x53\x6b\x54\x57\x35\x34','\x57\x36\x39\x4b\x67\x75\x79\x6e','\x57\x36\x46\x63\x4f\x30\x48\x37\x57\x34\x43\x6c','\x6e\x6d\x6b\x39\x57\x35\x57\x36\x57\x36\x68\x64\x55\x43\x6f\x39\x57\x52\x57','\x66\x74\x42\x64\x4e\x6d\x6f\x4a\x72\x47','\x6c\x43\x6b\x4a\x57\x36\x66\x30\x57\x34\x5a\x63\x49\x53\x6f\x79\x57\x35\x71','\x41\x73\x46\x64\x54\x75\x75\x79\x6f\x38\x6b\x74','\x73\x53\x6b\x6f\x57\x35\x53\x54\x57\x35\x58\x34\x57\x51\x61','\x6a\x43\x6b\x44\x66\x62\x74\x64\x55\x43\x6b\x37','\x65\x5a\x33\x64\x4a\x47','\x57\x37\x33\x64\x4c\x64\x4f\x54\x57\x36\x42\x64\x51\x59\x35\x46','\x61\x43\x6f\x57\x78\x47\x33\x64\x56\x71','\x7a\x4b\x46\x63\x4d\x61\x47','\x73\x43\x6f\x4c\x71\x38\x6f\x55','\x57\x51\x2f\x63\x4b\x43\x6f\x75\x44\x64\x79','\x6d\x59\x6d\x79\x62\x66\x46\x64\x52\x71','\x74\x71\x4a\x63\x4f\x43\x6b\x64\x57\x37\x64\x64\x4f\x47','\x45\x38\x6f\x6b\x57\x37\x5a\x64\x51\x47','\x46\x6d\x6b\x4f\x62\x33\x48\x47\x77\x57','\x57\x52\x57\x39\x41\x33\x4b','\x57\x37\x4a\x63\x51\x4b\x39\x2f\x57\x35\x79','\x57\x52\x42\x63\x55\x53\x6b\x6c\x79\x6d\x6f\x71\x77\x38\x6b\x50\x64\x71','\x57\x50\x69\x67\x73\x4d\x74\x64\x50\x78\x35\x65\x41\x57','\x6f\x6d\x6f\x68\x46\x63\x64\x64\x4b\x48\x78\x63\x4a\x6d\x6b\x4d','\x41\x6d\x6b\x31\x57\x37\x69\x50\x57\x35\x62\x6e\x57\x52\x4f','\x66\x5a\x58\x6a\x63\x38\x6b\x37\x6c\x49\x4f\x46','\x57\x50\x37\x63\x56\x53\x6f\x61\x57\x51\x54\x79\x57\x4f\x75\x62\x57\x50\x69','\x57\x4f\x65\x35\x6e\x78\x47\x47\x57\x51\x47\x75\x57\x4f\x38','\x7a\x4c\x4a\x63\x4b\x61\x4a\x63\x4f\x6d\x6b\x55','\x57\x52\x53\x39\x42\x78\x4e\x64\x4c\x6d\x6f\x66','\x69\x4e\x6d\x62','\x57\x37\x52\x64\x4c\x43\x6f\x6c\x57\x4f\x34\x37','\x57\x36\x56\x63\x56\x53\x6b\x38\x57\x35\x52\x63\x4b\x61\x44\x6d\x68\x71','\x57\x51\x71\x5a\x70\x4a\x71\x78\x6a\x53\x6b\x70\x57\x35\x75','\x57\x4f\x68\x63\x55\x6d\x6f\x43\x57\x52\x65','\x57\x51\x4b\x33\x79\x33\x47','\x57\x51\x56\x63\x4f\x53\x6b\x31\x43\x6d\x6f\x45\x41\x53\x6b\x55\x63\x57','\x44\x67\x6c\x63\x4b\x53\x6f\x50\x57\x35\x4f','\x6f\x33\x43\x63\x42\x61','\x57\x51\x2f\x63\x49\x32\x62\x5a\x57\x52\x52\x63\x53\x77\x39\x5a\x6a\x49\x69\x6f\x57\x52\x72\x68','\x57\x4f\x79\x52\x75\x57','\x70\x6d\x6b\x47\x57\x34\x43\x36\x57\x36\x68\x64\x50\x6d\x6f\x53\x57\x51\x53','\x64\x4a\x2f\x64\x48\x47','\x57\x4f\x4f\x55\x71\x59\x37\x63\x4e\x57','\x57\x51\x47\x55\x6e\x47','\x57\x36\x42\x64\x52\x53\x6f\x5a\x6c\x61','\x73\x53\x6f\x59\x77\x6d\x6f\x4d','\x57\x37\x33\x64\x4f\x6d\x6f\x54','\x78\x64\x74\x63\x50\x38\x6b\x68\x57\x36\x4e\x64\x50\x4b\x57\x47','\x76\x6d\x6b\x70\x65\x30\x72\x63','\x71\x38\x6b\x34\x57\x35\x38','\x42\x43\x6b\x31\x57\x37\x69\x4f\x57\x36\x35\x6a','\x57\x50\x65\x6e\x72\x32\x68\x64\x55\x78\x54\x65\x44\x47','\x6c\x43\x6b\x4d\x57\x34\x43\x33','\x65\x73\x6d\x73\x57\x50\x34\x75\x64\x47','\x78\x53\x6f\x67\x57\x37\x78\x64\x52\x38\x6b\x58\x57\x51\x52\x63\x54\x61','\x57\x4f\x65\x6e\x77\x32\x74\x64\x56\x77\x35\x69','\x65\x38\x6f\x4e\x76\x47\x46\x64\x54\x4a\x70\x63\x56\x61','\x57\x36\x38\x58\x57\x36\x43','\x66\x43\x6f\x30\x76\x72\x68\x64\x54\x47','\x64\x77\x6c\x63\x4c\x76\x61\x74','\x69\x53\x6b\x72\x57\x50\x6e\x4e','\x6a\x43\x6b\x61\x57\x4f\x6a\x2f\x57\x51\x61','\x6b\x6d\x6f\x44\x44\x58\x5a\x64\x56\x57','\x64\x38\x6f\x36\x77\x47\x78\x64\x56\x57\x78\x63\x52\x6d\x6b\x63','\x79\x6d\x6f\x6d\x57\x36\x68\x64\x50\x38\x6b\x58\x57\x51\x42\x63\x50\x53\x6f\x44','\x77\x6d\x6f\x35\x74\x53\x6f\x57\x57\x37\x34\x6e\x44\x38\x6f\x6c','\x57\x37\x35\x34\x65\x65\x4f\x44\x72\x38\x6f\x50\x6f\x71','\x44\x6d\x6b\x39\x57\x34\x75\x5a\x57\x50\x70\x63\x4b\x76\x30','\x42\x43\x6f\x47\x70\x43\x6f\x79','\x57\x52\x30\x48\x41\x78\x69','\x57\x36\x4e\x63\x56\x53\x6b\x32\x57\x34\x57','\x57\x50\x65\x6e\x74\x67\x68\x64\x53\x4d\x6e\x65\x44\x47','\x6f\x61\x6c\x63\x50\x73\x79','\x57\x52\x38\x5a\x44\x77\x4a\x63\x4c\x38\x6f\x75\x57\x35\x6e\x57','\x57\x52\x57\x36\x42\x33\x52\x64\x4a\x47','\x57\x4f\x65\x47\x6c\x67\x53\x51','\x57\x36\x46\x63\x52\x30\x6d','\x7a\x6d\x6f\x63\x57\x37\x4e\x64\x51\x38\x6b\x52','\x66\x43\x6f\x57\x73\x57\x42\x64\x4d\x4a\x4a\x63\x56\x6d\x6b\x67','\x57\x37\x2f\x64\x54\x53\x6f\x51','\x74\x43\x6b\x32\x57\x36\x79\x5a\x57\x36\x4b','\x62\x63\x65\x78\x57\x4f\x6d\x46\x67\x57','\x57\x50\x79\x66\x44\x68\x4a\x64\x56\x78\x4c\x66','\x57\x37\x4c\x53\x65\x65\x57','\x57\x52\x68\x63\x55\x43\x6b\x4d\x42\x6d\x6f\x6d\x79\x43\x6b\x56\x69\x71','\x57\x50\x65\x51\x72\x73\x2f\x63\x56\x49\x33\x63\x4f\x38\x6f\x37','\x73\x6d\x6b\x39\x57\x35\x6d\x51\x57\x50\x2f\x63\x4c\x4b\x57','\x57\x36\x37\x63\x52\x38\x6b\x56\x57\x34\x5a\x63\x52\x62\x4f','\x6b\x76\x30\x63','\x6a\x38\x6b\x44\x68\x71','\x6e\x38\x6b\x43\x68\x72\x70\x64\x55\x71','\x42\x53\x6f\x51\x69\x6d\x6f\x77','\x7a\x4b\x64\x63\x4c\x61\x70\x64\x4f\x38\x6b\x50','\x69\x53\x6b\x71\x68\x61','\x61\x78\x58\x41\x57\x50\x79\x69\x42\x47','\x65\x73\x4b\x6d','\x6a\x6d\x6b\x72\x64\x62\x74\x64\x54\x43\x6b\x4e\x77\x61','\x6c\x53\x6b\x36\x57\x34\x61\x32\x57\x36\x78\x64\x54\x71','\x6b\x38\x6b\x76\x63\x57','\x57\x50\x37\x63\x51\x53\x6f\x64','\x65\x63\x39\x6c\x64\x6d\x6b\x48','\x57\x37\x65\x31\x57\x37\x4c\x5a\x61\x53\x6f\x77\x57\x50\x79','\x41\x53\x6f\x51\x70\x6d\x6f\x78','\x73\x43\x6b\x62\x57\x35\x57\x32\x57\x35\x79','\x57\x36\x33\x64\x4a\x4a\x43\x47\x57\x36\x42\x64\x55\x59\x4b','\x79\x43\x6b\x56\x57\x34\x57\x33\x57\x50\x4b','\x57\x50\x65\x6a\x77\x67\x30','\x68\x5a\x6a\x65\x64\x43\x6b\x4c','\x73\x43\x6b\x69\x57\x52\x5a\x63\x47\x38\x6b\x57\x57\x35\x76\x42\x57\x36\x75','\x6f\x53\x6f\x37\x71\x4c\x75\x5a\x57\x35\x57','\x57\x4f\x5a\x63\x47\x31\x57\x56','\x78\x38\x6b\x38\x57\x35\x37\x63\x4b\x61','\x57\x37\x4a\x63\x51\x38\x6b\x5a\x75\x58\x5a\x64\x4d\x61','\x57\x34\x4b\x6a\x57\x36\x68\x64\x4c\x31\x68\x64\x55\x61\x65\x38','\x43\x6d\x6f\x47\x70\x53\x6f\x73\x7a\x31\x66\x33\x57\x52\x34','\x64\x63\x37\x64\x4c\x6d\x6b\x46\x41\x71','\x57\x37\x64\x63\x55\x53\x6b\x2b','\x77\x38\x6b\x65\x57\x51\x70\x63\x4b\x47','\x75\x65\x70\x63\x50\x6d\x6f\x51','\x57\x36\x61\x38\x57\x36\x44\x57\x61\x6d\x6f\x71\x57\x4f\x42\x63\x4a\x47','\x65\x64\x2f\x64\x4d\x43\x6f\x53\x76\x53\x6b\x4d\x76\x57','\x57\x51\x71\x5a\x70\x73\x69\x72\x69\x43\x6b\x6d\x57\x35\x47','\x74\x38\x6b\x62\x57\x34\x69\x33\x57\x35\x50\x53\x57\x51\x43\x43','\x57\x50\x68\x63\x49\x31\x34\x2b\x64\x57','\x75\x53\x6b\x62\x57\x34\x47','\x73\x31\x6c\x63\x56\x38\x6f\x37\x57\x34\x61','\x43\x49\x5a\x64\x4f\x47','\x65\x63\x30\x41\x57\x50\x6d\x74\x62\x59\x57','\x78\x38\x6f\x4c\x74\x38\x6f\x49\x57\x34\x69','\x57\x52\x53\x33\x44\x77\x47','\x57\x37\x4e\x64\x49\x74\x65\x4d\x57\x36\x37\x64\x52\x74\x72\x65','\x57\x4f\x64\x63\x50\x38\x6f\x41\x57\x52\x58\x49','\x57\x4f\x4e\x63\x4a\x31\x75\x51\x68\x53\x6f\x50\x61\x31\x53','\x6c\x57\x4a\x63\x53\x5a\x74\x63\x50\x53\x6f\x39\x57\x34\x66\x6e','\x7a\x4b\x4e\x63\x4e\x61\x4b','\x65\x78\x76\x76\x57\x50\x61\x73\x46\x59\x70\x64\x4d\x61','\x45\x53\x6b\x38\x57\x36\x65\x57','\x6a\x6d\x6b\x72\x57\x50\x54\x2f\x57\x51\x33\x64\x47\x71\x47','\x57\x37\x50\x54\x57\x35\x30\x4b\x65\x53\x6b\x54\x57\x50\x54\x77','\x57\x37\x5a\x64\x4d\x49\x43\x4d\x57\x37\x61','\x57\x34\x6e\x6c\x57\x35\x6a\x56\x57\x35\x50\x44\x73\x4b\x43','\x6f\x6d\x6f\x53\x76\x31\x57\x4b\x57\x35\x4f\x53','\x64\x4e\x39\x79\x57\x4f\x69\x78\x77\x64\x37\x64\x4a\x57','\x57\x50\x70\x63\x48\x76\x4b\x55\x62\x6d\x6f\x5a','\x57\x34\x78\x64\x49\x43\x6b\x33\x66\x53\x6f\x49\x46\x53\x6f\x4c\x6c\x61','\x57\x35\x78\x64\x4b\x38\x6b\x35\x62\x43\x6f\x4f\x45\x6d\x6f\x34\x66\x57','\x44\x6d\x6f\x58\x72\x6d\x6f\x62\x57\x35\x53','\x6a\x38\x6b\x4a\x57\x36\x65','\x57\x37\x42\x64\x52\x53\x6f\x5a\x6f\x43\x6b\x57\x6d\x75\x6d\x33','\x57\x37\x5a\x64\x49\x38\x6f\x6d\x57\x4f\x4b\x47\x57\x36\x4c\x79','\x43\x38\x6f\x63\x57\x36\x42\x64\x52\x43\x6b\x54','\x44\x65\x5a\x63\x4b\x71','\x76\x6d\x6b\x4b\x57\x34\x34\x36\x57\x50\x6d','\x57\x50\x30\x34\x6c\x77\x30\x39','\x6e\x6d\x6b\x4c\x57\x35\x65','\x57\x4f\x46\x63\x52\x53\x6f\x61\x57\x51\x53','\x42\x43\x6b\x32\x57\x37\x30\x37\x57\x37\x72\x45\x57\x51\x46\x63\x4a\x71','\x64\x78\x43\x78\x44\x59\x35\x6f','\x57\x34\x66\x69\x57\x35\x6a\x54\x57\x34\x48\x52','\x57\x36\x37\x63\x51\x65\x6a\x56\x57\x36\x71\x6b\x57\x37\x47\x6b','\x71\x47\x6c\x63\x52\x43\x6b\x79\x57\x37\x5a\x64\x50\x71','\x57\x37\x35\x51\x57\x34\x38\x35','\x57\x50\x65\x6e\x72\x32\x68\x64\x55\x78\x54\x69\x46\x61','\x6d\x31\x5a\x63\x4c\x61','\x57\x34\x64\x64\x49\x53\x6b\x37\x65\x53\x6f\x61\x41\x53\x6f\x37','\x57\x50\x70\x63\x4d\x68\x4f\x42\x63\x57','\x66\x38\x6f\x36\x75\x47\x68\x64\x56\x73\x75','\x66\x59\x54\x70\x64\x71','\x72\x38\x6b\x61\x57\x52\x71','\x6a\x61\x42\x63\x52\x47','\x44\x53\x6f\x39\x70\x6d\x6f\x79\x44\x47','\x57\x34\x78\x64\x49\x53\x6b\x37\x64\x38\x6f\x47\x45\x61','\x6a\x43\x6b\x65\x57\x4f\x44\x36\x57\x52\x47','\x57\x50\x70\x63\x4a\x30\x65\x2f','\x41\x63\x70\x64\x51\x30\x34','\x57\x36\x78\x63\x50\x30\x4f','\x72\x6d\x6b\x52\x57\x34\x4b','\x65\x78\x48\x41\x57\x4f\x31\x43\x46\x57','\x61\x32\x6e\x45','\x76\x6d\x6b\x48\x57\x35\x6d\x57\x57\x4f\x64\x63\x4c\x57','\x57\x36\x33\x63\x51\x38\x6b\x58\x76\x62\x46\x64\x4a\x43\x6f\x47\x6c\x57','\x43\x43\x6f\x7a\x57\x36\x46\x64\x56\x6d\x6b\x47\x57\x50\x64\x63\x55\x43\x6f\x77','\x43\x43\x6f\x55\x6e\x47','\x57\x4f\x71\x68\x78\x4d\x74\x64\x55\x61','\x57\x37\x37\x64\x47\x6d\x6f\x76\x57\x4f\x69','\x63\x64\x4e\x64\x4d\x6d\x6b\x70','\x57\x35\x78\x64\x4a\x53\x6b\x37\x63\x53\x6f\x48','\x6a\x33\x6d\x63','\x66\x49\x43\x33\x57\x50\x47\x6e\x64\x64\x4e\x63\x4f\x71','\x6f\x4b\x6d\x66','\x65\x63\x46\x64\x4e\x6d\x6f\x52\x76\x71','\x57\x36\x6a\x4a\x57\x35\x30','\x57\x37\x35\x57\x57\x34\x38\x4a\x66\x43\x6b\x30\x57\x4f\x58\x62','\x62\x4e\x39\x6d\x57\x4f\x30\x70\x79\x49\x46\x64\x49\x57','\x42\x63\x46\x64\x54\x30\x57','\x6f\x53\x6f\x53\x76\x76\x75\x5a\x57\x34\x30\x52','\x72\x43\x6b\x39\x57\x35\x34\x51','\x57\x52\x71\x57\x6f\x49\x43\x44','\x57\x36\x6c\x64\x47\x6d\x6f\x63\x57\x50\x43\x38','\x62\x74\x68\x64\x48\x53\x6f\x58','\x7a\x58\x68\x63\x52\x38\x6b\x4a\x57\x35\x4f','\x73\x65\x70\x63\x55\x43\x6f\x35\x57\x34\x7a\x55','\x6b\x4e\x75\x71\x42\x64\x76\x44\x78\x57','\x57\x50\x5a\x63\x56\x43\x6f\x77\x57\x51\x31\x56\x57\x4f\x34\x70\x57\x4f\x69','\x6f\x43\x6f\x4c\x74\x4c\x61\x5a','\x6e\x6d\x6b\x42\x64\x71\x5a\x64\x55\x6d\x6b\x4e\x67\x6d\x6b\x42','\x62\x78\x76\x70\x57\x50\x61','\x57\x51\x46\x63\x54\x38\x6b\x79\x7a\x47','\x6f\x33\x30\x41\x46\x74\x6a\x79','\x7a\x30\x33\x63\x47\x57\x74\x63\x4f\x43\x6b\x51','\x57\x4f\x70\x63\x48\x75\x43\x50\x68\x47','\x57\x37\x70\x63\x54\x6d\x6b\x36','\x57\x52\x42\x63\x53\x38\x6b\x6c\x43\x43\x6f\x79\x42\x61','\x72\x43\x6b\x4b\x57\x34\x69\x38\x57\x50\x69','\x78\x47\x6c\x63\x56\x53\x6b\x69\x57\x37\x5a\x64\x54\x76\x30','\x74\x38\x6f\x59\x77\x53\x6f\x56\x57\x34\x47\x68\x7a\x47','\x57\x35\x62\x77\x57\x35\x62\x30\x57\x35\x6a\x37\x73\x4b\x75','\x6a\x73\x75\x74\x61\x4d\x5a\x64\x4f\x6d\x6f\x44\x65\x57','\x42\x59\x46\x64\x56\x76\x30','\x77\x6d\x6b\x32\x57\x34\x68\x63\x4d\x61','\x70\x43\x6b\x72\x57\x4f\x75','\x57\x37\x42\x64\x4d\x49\x43','\x57\x36\x42\x64\x54\x6d\x6f\x39\x6b\x53\x6b\x36\x6e\x31\x34\x6d','\x72\x6d\x6b\x50\x57\x35\x69\x2b\x57\x50\x37\x63\x48\x47','\x73\x6d\x6b\x53\x57\x34\x4b\x53\x57\x50\x75','\x57\x35\x72\x6c\x57\x35\x72\x4e\x57\x35\x76\x53','\x57\x50\x6d\x51\x72\x64\x4b','\x65\x78\x58\x73\x57\x4f\x61\x45','\x71\x53\x6b\x57\x57\x34\x69\x36','\x73\x43\x6b\x34\x57\x35\x2f\x63\x4d\x61','\x57\x36\x68\x64\x48\x6d\x6f\x75','\x57\x52\x53\x5a\x44\x78\x43','\x57\x50\x68\x63\x4a\x30\x61\x50\x69\x38\x6f\x55\x65\x76\x53','\x57\x50\x68\x63\x47\x43\x6f\x39\x57\x52\x50\x49','\x77\x6d\x6b\x50\x57\x34\x4e\x63\x4d\x62\x68\x63\x55\x73\x48\x46','\x77\x6d\x6b\x58\x57\x34\x78\x63\x4d\x57\x65','\x57\x52\x64\x63\x4e\x53\x6f\x42\x42\x73\x42\x63\x52\x6d\x6b\x4b\x57\x35\x71','\x77\x47\x2f\x63\x52\x43\x6b\x41','\x73\x75\x46\x63\x52\x47','\x57\x51\x53\x35\x70\x73\x6d\x6d\x6f\x57','\x74\x38\x6f\x59\x77\x53\x6f\x53\x57\x35\x53\x71','\x57\x34\x2f\x63\x4d\x78\x76\x7a\x57\x37\x61\x58\x57\x34\x4b\x32','\x6f\x47\x42\x63\x53\x73\x46\x63\x51\x47','\x57\x50\x70\x63\x4a\x30\x4f\x2f','\x57\x37\x56\x63\x53\x53\x6b\x49\x57\x34\x5a\x63\x56\x62\x53','\x45\x4c\x52\x63\x4b\x61','\x6e\x53\x6f\x34\x78\x71\x33\x64\x50\x61','\x57\x34\x4a\x64\x52\x6d\x6b\x47\x62\x38\x6f\x6b','\x43\x38\x6f\x70\x57\x37\x70\x64\x55\x38\x6b\x32\x57\x51\x4f','\x71\x31\x74\x63\x53\x53\x6f\x37\x57\x35\x39\x4a\x57\x35\x70\x64\x4b\x61','\x57\x35\x7a\x62\x57\x34\x31\x47\x57\x37\x6a\x58\x73\x30\x71','\x57\x51\x4e\x63\x48\x43\x6f\x6c\x41\x71','\x78\x71\x6c\x63\x52\x43\x6b\x43\x57\x37\x52\x64\x56\x47','\x45\x53\x6b\x32\x57\x37\x47\x34\x57\x37\x6e\x46','\x61\x49\x76\x46\x64\x6d\x6b\x37\x6d\x4a\x30\x77','\x79\x38\x6b\x34\x57\x36\x6d','\x44\x53\x6f\x39\x6e\x57','\x41\x58\x52\x64\x48\x71\x7a\x55\x57\x4f\x37\x64\x4d\x43\x6b\x75\x57\x4f\x31\x47\x57\x35\x42\x63\x47\x38\x6f\x4c','\x61\x33\x72\x46','\x57\x51\x79\x55\x6e\x47','\x78\x72\x6c\x63\x56\x53\x6b\x79\x57\x37\x64\x64\x4f\x65\x57\x47','\x65\x4a\x46\x64\x4d\x53\x6f\x52\x44\x6d\x6b\x4f\x75\x43\x6f\x52','\x65\x5a\x4e\x64\x4e\x6d\x6b\x7a\x7a\x43\x6b\x54\x57\x52\x4b','\x57\x36\x6c\x64\x50\x6d\x6f\x57\x70\x71','\x66\x68\x66\x78\x57\x50\x79\x45','\x57\x51\x4f\x2f\x7a\x33\x78\x64\x4c\x47','\x57\x36\x56\x64\x4b\x6d\x6f\x45\x57\x4f\x34\x48\x57\x37\x4b','\x75\x65\x4e\x63\x55\x38\x6f\x36','\x57\x37\x62\x58\x67\x30\x47\x6e\x72\x47','\x69\x53\x6b\x4a\x57\x37\x4c\x34','\x74\x6d\x6b\x6f\x57\x52\x37\x63\x47\x53\x6b\x51\x57\x35\x48\x62\x57\x37\x34','\x77\x38\x6b\x34\x57\x35\x2f\x63\x49\x76\x4a\x63\x53\x49\x44\x6b','\x57\x37\x75\x2f\x57\x36\x62\x57\x63\x43\x6f\x67','\x65\x68\x76\x77\x57\x4f\x57\x6e\x42\x49\x37\x64\x52\x71','\x66\x38\x6f\x57\x73\x48\x61','\x57\x37\x46\x63\x52\x38\x6b\x5a\x77\x47\x46\x64\x48\x61','\x57\x51\x65\x57\x6d\x49\x6d\x6c','\x57\x36\x48\x58\x62\x4c\x53\x6b','\x57\x34\x66\x61\x57\x35\x53','\x57\x36\x34\x2b\x57\x36\x44\x53','\x6c\x6d\x6f\x47\x73\x30\x43\x5a\x57\x35\x57','\x57\x37\x4e\x64\x50\x6d\x6f\x57\x6c\x53\x6b\x52\x6c\x61','\x6b\x43\x6f\x4d\x73\x75\x61\x49\x57\x35\x57\x2b\x44\x71','\x57\x36\x78\x64\x47\x6d\x6f\x6a\x57\x4f\x61\x37\x57\x37\x79','\x68\x74\x64\x64\x4e\x6d\x6b\x46\x71\x43\x6b\x49\x57\x51\x34','\x57\x37\x4e\x63\x52\x30\x48\x37\x57\x35\x4f\x6e\x57\x36\x53','\x57\x37\x72\x62\x57\x34\x31\x56','\x6c\x78\x43\x75\x44\x47','\x57\x37\x42\x63\x56\x53\x6b\x47','\x57\x37\x33\x64\x47\x6d\x6f\x46\x57\x50\x6d','\x57\x50\x6d\x55\x72\x73\x52\x63\x4b\x4a\x46\x63\x48\x53\x6f\x39','\x6d\x4b\x56\x63\x4c\x71','\x44\x53\x6f\x36\x6e\x43\x6f\x42\x7a\x57','\x65\x49\x52\x64\x4d\x61','\x57\x37\x35\x4e\x57\x35\x79\x35','\x64\x74\x4e\x64\x4a\x38\x6b\x6a\x72\x43\x6b\x54\x57\x52\x50\x38','\x6e\x67\x5a\x63\x4c\x68\x4b\x65','\x6b\x65\x2f\x63\x47\x76\x4f\x32\x57\x35\x74\x63\x49\x71','\x57\x51\x30\x4e\x43\x47','\x6e\x49\x34\x66\x65\x33\x6c\x64\x50\x38\x6f\x6e\x68\x47','\x57\x36\x56\x63\x56\x53\x6b\x38\x57\x35\x52\x63\x4d\x61\x39\x43\x68\x71','\x65\x78\x66\x6e\x57\x4f\x79','\x6c\x57\x4a\x63\x53\x63\x6c\x63\x4f\x6d\x6f\x36\x57\x34\x6a\x41','\x6c\x4b\x2f\x63\x4e\x76\x4f','\x6f\x61\x6c\x63\x52\x49\x79','\x6e\x53\x6b\x36\x57\x35\x4f\x37','\x69\x71\x42\x63\x50\x71','\x66\x4e\x76\x78\x57\x4f\x38\x69','\x6b\x75\x70\x63\x4e\x31\x65','\x65\x49\x5a\x64\x4c\x6d\x6f\x4d\x76\x57','\x6a\x38\x6b\x32\x57\x34\x79\x57','\x57\x36\x57\x4c\x57\x37\x48\x48','\x6c\x38\x6b\x44\x64\x47','\x57\x36\x69\x31\x57\x36\x76\x48\x61\x53\x6f\x68','\x62\x73\x30\x70','\x6b\x72\x48\x50\x69\x43\x6b\x6f\x67\x62\x38\x32','\x57\x35\x34\x56\x57\x36\x56\x64\x47\x61','\x78\x43\x6b\x6d\x57\x51\x6d','\x6e\x76\x65\x44','\x57\x52\x78\x63\x55\x43\x6b\x41','\x44\x65\x74\x63\x4d\x71\x6c\x63\x53\x57','\x69\x49\x4f\x65\x66\x61','\x57\x51\x34\x51\x6e\x47','\x73\x43\x6f\x59\x77\x43\x6f\x33','\x57\x37\x79\x34\x57\x36\x6a\x35\x61\x47','\x57\x50\x65\x41\x74\x4d\x33\x64\x55\x61','\x57\x37\x74\x64\x4a\x6d\x6b\x6b\x6d\x53\x6f\x70','\x57\x50\x6c\x63\x48\x66\x4b\x4c\x62\x43\x6f\x33\x67\x57','\x64\x64\x33\x64\x4a\x53\x6b\x66\x6b\x38\x6b\x33','\x62\x49\x6a\x64\x65\x6d\x6b\x4f\x6d\x5a\x38','\x57\x37\x35\x4a\x57\x35\x30\x4d\x6e\x43\x6b\x58\x57\x4f\x35\x71','\x42\x6d\x6f\x2f\x6e\x53\x6f\x73\x7a\x31\x30','\x57\x36\x2f\x64\x48\x6d\x6f\x6f\x57\x4f\x53\x36\x57\x36\x58\x74\x57\x37\x57','\x57\x50\x74\x63\x4f\x53\x6f\x66\x57\x52\x4f','\x6e\x4b\x78\x63\x4b\x4c\x43\x37\x57\x36\x4a\x63\x4e\x6d\x6b\x32','\x43\x38\x6f\x36\x69\x43\x6f\x68','\x69\x47\x2f\x63\x4e\x61\x46\x63\x4c\x71','\x70\x53\x6b\x2f\x57\x35\x75\x32\x57\x37\x34','\x76\x38\x6b\x62\x57\x34\x6d','\x79\x53\x6f\x67\x57\x36\x6c\x64\x4f\x43\x6b\x33\x57\x52\x56\x63\x4f\x57','\x65\x4a\x68\x64\x4e\x53\x6f\x47\x78\x6d\x6b\x30','\x57\x4f\x71\x47\x77\x4a\x33\x63\x4d\x59\x42\x63\x53\x38\x6f\x37','\x63\x72\x37\x64\x4d\x43\x6b\x4a\x79\x71','\x57\x36\x4b\x58\x57\x37\x47','\x74\x43\x6b\x66\x57\x35\x65\x4e','\x71\x72\x78\x63\x51\x71','\x79\x75\x64\x63\x4b\x61\x6d','\x64\x73\x79\x79\x57\x50\x69','\x64\x5a\x4e\x64\x4a\x53\x6b\x46','\x41\x43\x6b\x4b\x64\x33\x48\x39\x77\x57','\x57\x50\x43\x47\x72\x63\x74\x63\x47\x59\x52\x63\x53\x43\x6f\x37','\x69\x4d\x43\x63\x42\x61\x6e\x66\x76\x43\x6f\x4b','\x67\x74\x33\x64\x4a\x53\x6b\x6f\x79\x6d\x6b\x51\x57\x52\x62\x38','\x45\x73\x46\x64\x4f\x65\x43','\x6a\x49\x69\x42\x62\x76\x37\x64\x55\x57','\x61\x64\x4f\x73\x57\x50\x4b\x44','\x6e\x31\x75\x46\x57\x37\x37\x64\x4f\x43\x6b\x77','\x57\x37\x4a\x63\x50\x43\x6b\x57\x75\x62\x6c\x64\x52\x53\x6f\x58\x6c\x61','\x7a\x4c\x5a\x63\x4c\x62\x2f\x63\x53\x61','\x57\x4f\x6d\x6a\x77\x68\x5a\x63\x53\x77\x39\x6d\x41\x47','\x41\x53\x6b\x51\x66\x57','\x57\x37\x69\x34\x57\x36\x50\x4e\x61\x47','\x69\x6d\x6b\x79\x67\x72\x78\x64\x52\x38\x6b\x53','\x57\x37\x46\x64\x53\x38\x6f\x58\x69\x53\x6b\x36','\x57\x50\x2f\x63\x53\x6d\x6b\x47\x74\x53\x6f\x51','\x44\x38\x6f\x61\x74\x66\x68\x63\x51\x38\x6f\x34\x44\x38\x6b\x77\x57\x37\x71\x58\x43\x43\x6f\x31','\x74\x6d\x6b\x48\x57\x34\x4b\x39','\x57\x36\x68\x64\x52\x53\x6f\x31\x6c\x6d\x6b\x58\x6e\x57','\x6f\x43\x6f\x38\x72\x76\x4b\x5a\x57\x34\x30\x52\x75\x71','\x6f\x6d\x6f\x53\x76\x31\x38\x33\x57\x34\x30\x36','\x63\x74\x4e\x64\x4a\x43\x6b\x68\x42\x43\x6b\x47\x57\x52\x53','\x76\x53\x6b\x6f\x57\x35\x71\x4d\x57\x34\x53','\x76\x43\x6f\x59\x75\x47','\x64\x49\x30\x76\x57\x50\x61\x6f\x61\x71','\x69\x43\x6b\x32\x57\x34\x31\x38\x57\x34\x33\x63\x55\x43\x6f\x79\x57\x35\x75','\x79\x6d\x6b\x34\x57\x37\x38','\x61\x6d\x6f\x36\x76\x61\x4e\x64\x53\x48\x74\x63\x56\x43\x6b\x66','\x57\x34\x52\x64\x47\x38\x6b\x30\x61\x43\x6f\x35\x79\x57','\x57\x4f\x75\x2b\x6b\x4e\x57\x51','\x57\x51\x69\x36\x6e\x73\x65\x42\x6a\x57','\x57\x34\x37\x64\x4a\x38\x6b\x50','\x57\x51\x4b\x35\x6e\x63\x75\x6d\x6f\x53\x6b\x78\x57\x35\x71','\x72\x57\x4e\x63\x51\x6d\x6b\x6c\x57\x36\x65','\x57\x37\x4a\x64\x52\x53\x6f\x53\x6c\x61','\x57\x35\x74\x64\x47\x38\x6b\x51\x63\x53\x6f\x53\x41\x6d\x6f\x55','\x6e\x59\x69\x64\x67\x76\x6c\x64\x50\x57','\x57\x51\x79\x34\x6e\x57','\x61\x73\x6a\x6e\x76\x38\x6f\x36\x42\x78\x65','\x46\x38\x6f\x77\x57\x37\x78\x64\x50\x53\x6b\x58\x57\x51\x68\x64\x54\x38\x6f\x6d','\x41\x63\x52\x64\x52\x65\x38\x6e','\x57\x50\x2f\x63\x52\x53\x6f\x44\x57\x52\x48\x5a\x57\x4f\x6d','\x46\x43\x6b\x57\x57\x36\x4b\x34','\x78\x53\x6f\x34\x78\x38\x6f\x56\x57\x34\x30','\x78\x38\x6b\x58\x57\x34\x4b','\x70\x6d\x6b\x59\x57\x37\x35\x30\x57\x35\x53','\x6c\x43\x6b\x72\x68\x57\x68\x64\x51\x6d\x6b\x47\x73\x43\x6b\x6b','\x42\x43\x6f\x4d\x6e\x38\x6f\x78','\x79\x6d\x6b\x47\x57\x36\x4b\x51\x57\x50\x4b','\x57\x36\x4a\x64\x47\x6d\x6b\x6a\x6e\x67\x6c\x64\x55\x6d\x6f\x58\x57\x50\x70\x64\x53\x4a\x64\x64\x4e\x43\x6b\x4e\x42\x6d\x6b\x78','\x6c\x4b\x78\x63\x4d\x4c\x6d\x35\x57\x34\x71','\x6e\x43\x6b\x72\x63\x47\x6c\x64\x4c\x43\x6b\x4e\x77\x38\x6b\x6b','\x41\x38\x6f\x51\x69\x53\x6f\x46\x43\x4c\x54\x39','\x71\x47\x6c\x63\x55\x38\x6b\x45\x57\x36\x30','\x57\x4f\x79\x79\x74\x32\x4e\x64\x51\x67\x47','\x44\x73\x46\x64\x4f\x4b\x47\x6e\x70\x43\x6b\x73\x57\x4f\x43','\x6d\x59\x4b\x6d\x57\x50\x79\x4a','\x57\x51\x69\x5a\x46\x47','\x6f\x78\x6d\x44\x42\x74\x4b','\x57\x36\x2f\x63\x4f\x31\x6a\x35\x57\x34\x65\x6f\x57\x36\x75\x6d','\x57\x50\x70\x63\x48\x75\x79\x51\x62\x47','\x57\x36\x75\x35\x57\x36\x38','\x57\x36\x74\x64\x48\x6d\x6f\x74\x57\x4f\x71\x4e','\x68\x74\x48\x6a','\x69\x6d\x6b\x72\x57\x50\x4c\x58\x57\x4f\x78\x64\x4a\x61\x4c\x68','\x45\x53\x6f\x55\x70\x53\x6f\x46','\x57\x34\x38\x45\x57\x36\x52\x64\x4b\x61','\x57\x52\x46\x63\x48\x6d\x6f\x4e\x43\x4a\x42\x63\x50\x53\x6b\x59\x57\x34\x34','\x6b\x43\x6b\x37\x57\x35\x53\x51\x57\x37\x74\x64\x55\x6d\x6f\x39','\x46\x43\x6f\x47\x70\x6d\x6b\x75\x7a\x57','\x44\x63\x5a\x64\x50\x4b\x57','\x72\x6d\x6b\x36\x57\x34\x65\x76\x57\x52\x43','\x57\x36\x74\x64\x4a\x6d\x6f\x6a','\x65\x74\x46\x64\x4d\x43\x6f\x50','\x62\x43\x6b\x61\x57\x34\x6e\x72\x57\x35\x4f','\x57\x34\x6e\x6d\x57\x35\x62\x54\x57\x34\x48\x32\x71\x75\x79','\x6b\x78\x53\x46\x45\x74\x62\x68\x71\x57','\x57\x52\x75\x35\x69\x59\x47\x7a\x6d\x6d\x6b\x65','\x46\x43\x6b\x58\x57\x37\x57\x4f\x57\x37\x66\x69','\x75\x43\x6b\x64\x57\x37\x79\x36\x57\x35\x30','\x57\x36\x52\x63\x4f\x4b\x69','\x57\x50\x6c\x63\x50\x43\x6f\x73\x57\x52\x6e\x2b\x57\x50\x47\x68\x57\x50\x75','\x66\x6d\x6f\x38\x74\x71\x5a\x64\x56\x63\x70\x63\x52\x61','\x41\x5a\x64\x64\x4f\x66\x4f\x6d\x6e\x43\x6b\x78\x57\x34\x47','\x6c\x71\x68\x63\x55\x5a\x56\x63\x56\x43\x6f\x49\x57\x34\x31\x6b','\x74\x53\x6f\x49\x73\x6d\x6f\x50\x57\x34\x57\x68\x44\x38\x6f\x55','\x42\x38\x6b\x55\x65\x4e\x48\x59\x72\x61','\x57\x37\x33\x63\x54\x31\x6e\x57\x57\x37\x79','\x57\x36\x71\x2b\x57\x37\x39\x77\x63\x6d\x6f\x79\x57\x4f\x2f\x63\x47\x57','\x65\x64\x56\x64\x48\x38\x6f\x4e\x45\x38\x6b\x50\x72\x38\x6f\x4a','\x6b\x4b\x2f\x63\x47\x31\x61\x59\x57\x35\x74\x63\x4d\x61','\x57\x37\x42\x63\x53\x53\x6b\x47\x57\x35\x57','\x57\x4f\x74\x63\x51\x53\x6f\x61','\x70\x4c\x34\x76','\x74\x71\x4a\x63\x4f\x53\x6b\x44\x57\x36\x33\x64\x50\x65\x47\x54','\x77\x71\x37\x63\x55\x6d\x6b\x67\x57\x37\x42\x64\x4f\x31\x30','\x57\x34\x79\x64\x57\x36\x68\x64\x4c\x65\x5a\x64\x50\x61','\x69\x43\x6b\x4a\x57\x37\x34','\x57\x36\x2f\x63\x51\x6d\x6b\x48\x57\x35\x79','\x74\x38\x6b\x70\x57\x34\x6d\x51\x57\x34\x44\x4d\x57\x52\x47\x6a','\x57\x35\x34\x64\x57\x37\x5a\x64\x48\x57','\x57\x4f\x46\x63\x4d\x6d\x6b\x59\x75\x38\x6f\x45','\x6c\x6d\x6b\x54\x57\x37\x58\x35\x57\x34\x42\x63\x4f\x43\x6f\x71\x57\x34\x34','\x57\x52\x69\x59\x70\x59\x65\x6c\x69\x61','\x57\x50\x69\x67\x73\x4d\x74\x64\x50\x78\x35\x69\x41\x57','\x57\x35\x6c\x64\x47\x38\x6b\x50\x65\x47','\x57\x37\x66\x48\x62\x4c\x53','\x61\x73\x43\x76\x57\x50\x4b\x46\x63\x4a\x2f\x63\x4a\x71','\x57\x37\x68\x64\x49\x74\x65','\x43\x30\x4e\x63\x4c\x48\x4e\x63\x53\x43\x6b\x38\x57\x36\x53','\x62\x33\x44\x41\x57\x50\x43\x73\x46\x73\x38','\x69\x53\x6b\x73\x68\x47\x4e\x64\x52\x53\x6b\x4b\x78\x53\x6b\x42','\x6c\x57\x56\x63\x56\x63\x46\x63\x56\x6d\x6f\x51','\x57\x36\x64\x63\x4f\x31\x38','\x75\x43\x6b\x66\x57\x35\x43\x49\x57\x34\x44\x51\x57\x52\x30\x38','\x57\x52\x71\x5a\x70\x49\x65','\x41\x53\x6f\x56\x46\x38\x6f\x6b\x57\x37\x4b','\x73\x53\x6b\x39\x57\x35\x71\x54\x57\x51\x4e\x63\x4e\x65\x7a\x34','\x79\x75\x64\x63\x4e\x62\x2f\x63\x4f\x6d\x6f\x57\x57\x37\x43\x76','\x57\x51\x57\x39\x41\x32\x5a\x64\x4c\x53\x6f\x74\x57\x34\x7a\x4e','\x57\x36\x50\x4c\x61\x65\x6d\x38','\x63\x5a\x34\x45','\x57\x36\x4a\x64\x4d\x4a\x47\x32\x57\x36\x79','\x70\x73\x7a\x30\x66\x38\x6b\x41','\x57\x36\x52\x64\x4d\x4a\x38','\x57\x37\x69\x34\x57\x36\x6a\x5a\x65\x57','\x79\x38\x6f\x6b\x57\x36\x42\x64\x50\x38\x6b\x5a\x57\x51\x4f','\x57\x35\x6e\x69\x57\x35\x7a\x48\x57\x35\x34','\x67\x47\x43\x44','\x69\x53\x6f\x53\x76\x71','\x57\x52\x6d\x5a\x6f\x63\x65\x77\x69\x61','\x70\x38\x6b\x41\x57\x4f\x48\x2f\x57\x52\x4e\x64\x48\x47','\x6e\x49\x34\x66\x65\x57','\x57\x34\x39\x6b\x57\x35\x6e\x37','\x73\x57\x4e\x63\x51\x6d\x6b\x44\x57\x34\x37\x64\x56\x31\x30\x53','\x57\x51\x33\x63\x4c\x43\x6f\x61\x44\x71','\x57\x36\x35\x48\x67\x30\x65\x71\x71\x6d\x6f\x47','\x46\x38\x6b\x38\x57\x35\x37\x63\x4b\x61','\x46\x75\x4e\x63\x48\x47','\x41\x5a\x64\x64\x51\x4b\x34\x6c\x70\x43\x6b\x66\x57\x35\x4b','\x45\x49\x42\x64\x4f\x71','\x69\x53\x6b\x52\x57\x37\x76\x31\x57\x35\x53','\x57\x36\x6d\x38\x57\x36\x35\x57\x61\x38\x6f\x67','\x57\x4f\x61\x68\x72\x4d\x30','\x46\x38\x6f\x72\x57\x37\x43','\x57\x50\x78\x63\x4a\x30\x69\x4e\x63\x38\x6f\x4a\x65\x61','\x57\x52\x2f\x63\x56\x43\x6f\x6b\x75\x4a\x79','\x57\x36\x33\x63\x51\x38\x6b\x58\x73\x62\x79','\x63\x53\x6f\x36\x76\x57\x78\x64\x56\x57','\x45\x38\x6b\x51\x64\x78\x66\x4d\x77\x53\x6f\x59\x43\x57','\x57\x35\x47\x64\x57\x37\x4e\x64\x4d\x4c\x33\x64\x55\x57','\x57\x36\x30\x31\x57\x36\x50\x4a','\x44\x6d\x6f\x55\x6b\x57','\x57\x36\x4a\x63\x50\x43\x6b\x56\x73\x71','\x6c\x65\x56\x63\x4e\x75\x6d\x59','\x57\x37\x35\x4e\x57\x35\x30\x35','\x57\x34\x47\x64\x57\x36\x4a\x64\x48\x4c\x79','\x66\x64\x56\x64\x4c\x6d\x6f\x48','\x57\x37\x74\x63\x54\x43\x6b\x51\x57\x35\x33\x63\x4f\x73\x7a\x6f','\x57\x36\x46\x64\x4c\x63\x65','\x6b\x78\x53\x44\x42\x64\x4c\x7a','\x6f\x66\x57\x71\x57\x36\x5a\x64\x50\x53\x6b\x42','\x43\x49\x5a\x64\x50\x4b\x75\x6d\x70\x6d\x6b\x74\x57\x35\x4b','\x6d\x53\x6b\x33\x57\x35\x65','\x6f\x4c\x57\x66\x57\x37\x68\x64\x55\x53\x6b\x6c\x73\x53\x6b\x34','\x77\x43\x6f\x59\x74\x6d\x6f\x4d\x57\x35\x53','\x6b\x47\x56\x63\x56\x64\x78\x63\x56\x61','\x6e\x38\x6b\x72\x63\x58\x71','\x71\x6d\x6b\x48\x57\x35\x65\x57\x57\x50\x4a\x63\x4c\x71','\x57\x36\x5a\x63\x50\x43\x6b\x5a\x67\x47\x43','\x69\x43\x6b\x67\x65\x71\x37\x64\x55\x57','\x57\x50\x71\x4a\x78\x49\x37\x63\x4b\x47','\x75\x43\x6b\x62\x57\x35\x57','\x57\x36\x48\x58\x62\x4c\x53','\x62\x53\x6f\x37\x78\x72\x46\x64\x48\x64\x2f\x63\x52\x6d\x6b\x6c','\x57\x50\x74\x63\x48\x4c\x53\x4f\x64\x57','\x66\x4e\x48\x75\x57\x50\x79\x43\x79\x57','\x69\x33\x47\x66\x45\x4a\x38','\x57\x37\x69\x4a\x57\x36\x66\x4e\x66\x47','\x6b\x76\x2f\x63\x4b\x31\x57\x59\x57\x35\x74\x63\x4d\x6d\x6b\x77','\x41\x53\x6f\x2f\x70\x53\x6f\x41\x7a\x57','\x57\x34\x4b\x75\x57\x36\x52\x64\x4c\x31\x33\x64\x4f\x48\x57\x36','\x46\x6d\x6b\x38\x57\x36\x6d\x59\x57\x36\x39\x79','\x69\x38\x6f\x4e\x71\x31\x79\x55','\x57\x37\x4e\x63\x50\x31\x66\x69\x57\x35\x79\x42\x57\x37\x47','\x57\x36\x6e\x53\x57\x34\x4b','\x70\x53\x6b\x59\x57\x35\x4f\x58\x57\x37\x5a\x64\x50\x61','\x57\x50\x69\x42\x74\x47','\x57\x52\x43\x52\x6e\x5a\x34\x78','\x44\x59\x46\x64\x50\x65\x38','\x45\x38\x6b\x34\x57\x34\x2f\x63\x56\x5a\x43','\x61\x64\x46\x64\x4d\x38\x6f\x53\x72\x53\x6b\x49','\x57\x52\x78\x63\x4f\x38\x6b\x7a\x41\x57','\x57\x37\x46\x64\x4a\x74\x65','\x57\x36\x56\x64\x4c\x74\x38\x54\x57\x36\x5a\x64\x56\x5a\x71','\x57\x51\x34\x32\x79\x47','\x57\x51\x34\x2b\x44\x68\x4e\x64\x4d\x38\x6f\x73\x57\x34\x53','\x57\x37\x4c\x32\x57\x34\x38\x2f\x65\x47','\x57\x4f\x71\x50\x6e\x32\x4f\x67\x57\x52\x75\x7a\x57\x4f\x71','\x57\x36\x54\x4b\x57\x34\x47\x4b\x66\x6d\x6b\x50\x57\x4f\x58\x68','\x57\x37\x6a\x73\x65\x67\x61\x51','\x57\x37\x6c\x64\x4c\x64\x43\x49\x57\x36\x2f\x64\x4d\x59\x35\x72','\x6b\x65\x71\x71\x57\x36\x56\x64\x4f\x71','\x6e\x63\x6d\x45\x61\x47','\x57\x50\x74\x63\x55\x43\x6f\x77\x57\x52\x50\x51\x57\x4f\x34\x61\x57\x50\x69','\x57\x51\x6d\x35\x70\x73\x30\x44\x6e\x57','\x6d\x30\x33\x63\x4e\x31\x4b\x4c\x57\x35\x6c\x63\x49\x61','\x57\x50\x4f\x54\x6e\x47','\x57\x51\x42\x63\x55\x43\x6b\x68\x42\x53\x6f\x41\x72\x53\x6b\x34\x62\x61','\x57\x37\x74\x64\x4f\x38\x6f\x54\x6c\x6d\x6b\x58\x6d\x61','\x57\x37\x69\x2f\x57\x36\x7a\x57','\x61\x74\x50\x61\x64\x6d\x6b\x37','\x66\x73\x52\x64\x48\x38\x6f\x53\x78\x6d\x6b\x47','\x74\x57\x70\x63\x51\x61','\x7a\x53\x6b\x34\x57\x36\x61','\x57\x50\x43\x49\x69\x78\x53\x79\x57\x52\x69\x6a\x57\x4f\x4b','\x57\x37\x2f\x64\x48\x6d\x6f\x6c\x57\x50\x69\x51','\x73\x43\x6b\x69\x57\x52\x5a\x63\x4b\x53\x6b\x4d\x57\x35\x34','\x6c\x68\x30\x43\x41\x64\x6e\x45\x76\x6d\x6f\x30','\x42\x73\x46\x64\x54\x47','\x57\x37\x65\x39\x57\x34\x44\x71\x70\x71','\x75\x65\x70\x63\x55\x38\x6f\x59','\x57\x50\x61\x50\x6c\x67\x79\x4f','\x65\x78\x56\x63\x53\x68\x34\x4e','\x57\x52\x5a\x63\x4e\x53\x6f\x43\x43\x47\x74\x63\x4f\x43\x6b\x31\x57\x34\x38','\x57\x36\x37\x64\x4a\x49\x43\x52','\x66\x68\x76\x6a\x57\x4f\x65','\x69\x61\x6c\x63\x56\x63\x64\x63\x4f\x43\x6f\x38','\x6f\x38\x6b\x76\x57\x50\x39\x57\x57\x51\x74\x64\x4f\x57\x66\x6f','\x75\x30\x37\x63\x53\x53\x6f\x57','\x45\x6d\x6b\x4c\x61\x67\x35\x65\x71\x43\x6f\x4a\x72\x61','\x61\x6d\x6f\x35\x77\x62\x68\x64\x4f\x64\x6d','\x61\x32\x6e\x69\x57\x4f\x79\x6a\x46\x57','\x57\x37\x37\x63\x50\x6d\x6b\x38\x78\x58\x2f\x64\x49\x71','\x7a\x4c\x33\x63\x4c\x47\x37\x63\x4f\x43\x6b\x55\x57\x37\x71\x56','\x57\x36\x2f\x63\x52\x38\x6b\x56\x75\x61','\x71\x47\x42\x63\x55\x6d\x6b\x6c\x57\x36\x53','\x57\x36\x4e\x64\x49\x74\x30\x33\x57\x36\x79','\x57\x36\x74\x64\x4a\x53\x6f\x6a\x57\x52\x65\x48','\x43\x43\x6b\x55\x63\x4e\x50\x4e\x71\x61','\x6c\x43\x6f\x53\x75\x57','\x6a\x43\x6b\x79\x57\x4f\x6a\x57\x57\x51\x4b','\x69\x47\x6c\x63\x55\x64\x42\x63\x51\x53\x6f\x52','\x57\x34\x6e\x69\x57\x35\x35\x33\x57\x34\x48\x36','\x46\x6d\x6b\x54\x61\x4e\x72\x48\x72\x43\x6f\x32\x77\x61','\x57\x4f\x70\x63\x4f\x38\x6b\x37\x73\x6d\x6f\x6c','\x57\x51\x2f\x63\x4c\x43\x6f\x6b\x79\x58\x52\x63\x50\x53\x6b\x4c\x57\x34\x69','\x57\x36\x6c\x64\x51\x43\x6f\x37\x6a\x57','\x77\x57\x4e\x63\x50\x38\x6b\x61\x57\x37\x42\x64\x4f\x75\x43','\x43\x38\x6f\x6d\x57\x37\x5a\x64\x51\x53\x6b\x53\x57\x52\x56\x63\x55\x43\x6f\x78','\x57\x52\x43\x50\x69\x63\x57','\x61\x74\x4e\x64\x4a\x38\x6b\x65','\x57\x37\x69\x34\x57\x36\x72\x47\x63\x38\x6f\x72\x57\x4f\x5a\x64\x48\x71','\x57\x51\x71\x37\x41\x68\x47','\x42\x71\x48\x63\x57\x51\x56\x63\x52\x43\x6f\x6b\x67\x6d\x6b\x33\x57\x50\x72\x4b\x57\x52\x42\x64\x50\x43\x6f\x4a','\x57\x36\x42\x64\x54\x43\x6f\x2f\x6f\x38\x6b\x52','\x64\x43\x6f\x57\x75\x62\x64\x64\x55\x5a\x70\x63\x51\x47','\x42\x59\x56\x64\x51\x4b\x43\x2f\x6e\x38\x6b\x65\x57\x34\x43','\x6a\x73\x38\x77\x65\x4b\x2f\x64\x52\x6d\x6f\x6e\x6b\x57','\x6d\x30\x2f\x63\x4e\x30\x69\x69\x57\x34\x74\x63\x49\x43\x6b\x30','\x63\x38\x6f\x30\x73\x47','\x57\x35\x4b\x64\x57\x36\x37\x64\x47\x76\x56\x64\x50\x61','\x72\x57\x4e\x63\x51\x6d\x6b\x6c\x57\x36\x68\x64\x53\x31\x4f','\x69\x6d\x6b\x4d\x57\x37\x58\x4f\x57\x34\x57','\x57\x37\x33\x63\x56\x38\x6b\x58\x75\x71','\x57\x34\x64\x63\x4d\x6d\x6b\x79\x45\x74\x6c\x64\x52\x38\x6f\x61\x64\x57','\x61\x63\x6e\x63\x61\x53\x6b\x38','\x57\x37\x48\x6a\x57\x34\x30\x46\x63\x57','\x45\x6d\x6f\x63\x57\x36\x68\x64\x4f\x6d\x6f\x49\x57\x52\x53','\x57\x36\x68\x64\x50\x6d\x6f\x4d\x70\x71','\x66\x4e\x39\x71\x57\x4f\x79\x76\x45\x61','\x57\x36\x4e\x63\x54\x6d\x6b\x4c\x57\x35\x33\x63\x54\x58\x4f','\x43\x6d\x6b\x51\x65\x68\x35\x37\x41\x43\x6f\x37\x71\x61','\x57\x37\x52\x64\x4c\x43\x6f\x63\x57\x4f\x6d','\x6f\x38\x6b\x54\x57\x37\x4c\x34\x57\x34\x68\x63\x50\x47','\x57\x50\x64\x63\x51\x53\x6f\x44\x57\x52\x66\x4f\x57\x50\x38','\x57\x4f\x71\x44\x76\x66\x42\x64\x4e\x47','\x57\x50\x61\x35\x6c\x67\x71\x52','\x77\x53\x6b\x77\x57\x35\x65\x56\x57\x34\x7a\x55\x57\x52\x4f\x6a','\x57\x51\x33\x63\x4b\x43\x6f\x61\x41\x64\x42\x63\x52\x61','\x63\x74\x33\x64\x49\x53\x6b\x2f\x41\x43\x6b\x37\x57\x51\x4f','\x66\x49\x43\x71\x57\x50\x69\x75\x67\x47','\x69\x47\x4a\x63\x56\x5a\x33\x63\x51\x38\x6f\x32','\x57\x36\x37\x64\x49\x74\x65\x57\x57\x36\x42\x64\x55\x49\x57','\x74\x71\x42\x63\x4f\x47','\x6d\x6d\x6b\x59\x57\x35\x61\x36','\x57\x37\x31\x34\x62\x4b\x61','\x57\x50\x69\x65\x77\x67\x43','\x57\x35\x6a\x39\x61\x78\x4e\x64\x4a\x4e\x68\x64\x53\x38\x6f\x46\x62\x63\x39\x53\x57\x34\x4e\x63\x47\x61','\x65\x6d\x6f\x2b\x75\x61\x68\x64\x54\x57','\x57\x4f\x42\x63\x48\x66\x79','\x57\x4f\x74\x63\x49\x31\x57\x4c\x62\x43\x6f\x30','\x74\x65\x46\x63\x50\x61','\x74\x30\x70\x63\x52\x53\x6f\x50\x57\x35\x31\x30\x57\x35\x4b','\x78\x38\x6b\x32\x57\x34\x46\x63\x4d\x62\x56\x63\x4f\x57','\x57\x36\x6a\x4a\x57\x34\x4f','\x76\x30\x70\x63\x55\x38\x6f\x37\x57\x35\x66\x59\x57\x35\x74\x64\x49\x57','\x6d\x43\x6b\x38\x57\x35\x43\x2b\x57\x37\x2f\x64\x47\x38\x6f\x39\x57\x51\x34','\x6c\x53\x6b\x47\x57\x36\x66\x34\x57\x34\x68\x63\x4f\x71','\x6d\x43\x6b\x62\x66\x47','\x66\x4e\x66\x69\x57\x4f\x47\x4f\x46\x49\x4e\x64\x4a\x71','\x57\x4f\x74\x63\x4f\x38\x6f\x77\x57\x52\x65','\x45\x38\x6b\x51\x57\x37\x79','\x6c\x49\x71\x64','\x6b\x72\x6d\x39\x61\x77\x4f','\x78\x6d\x6b\x62\x57\x35\x57\x56','\x57\x50\x65\x4a\x6b\x67\x75\x55\x57\x50\x4b\x79\x57\x4f\x43','\x57\x51\x61\x4e\x79\x78\x74\x64\x4a\x53\x6f\x79\x57\x50\x76\x32','\x79\x30\x33\x63\x48\x57\x74\x63\x4f\x53\x6b\x30\x57\x36\x69\x64','\x57\x52\x46\x63\x4e\x38\x6f\x77\x7a\x61','\x41\x43\x6b\x55\x66\x32\x4b','\x57\x37\x37\x63\x53\x38\x6b\x48\x57\x35\x46\x63\x51\x47\x58\x42','\x57\x4f\x56\x63\x48\x76\x65\x51\x62\x53\x6f\x74\x61\x76\x38','\x57\x51\x57\x2b\x7a\x32\x4e\x64\x49\x43\x6f\x74','\x57\x37\x56\x64\x4e\x64\x75\x33\x57\x36\x52\x64\x56\x4a\x38','\x78\x43\x6b\x65\x57\x51\x64\x63\x49\x53\x6b\x49\x57\x34\x39\x6e','\x74\x43\x6b\x6a\x57\x35\x34\x4b','\x57\x51\x33\x63\x4c\x43\x6f\x6c\x44\x71','\x57\x37\x56\x63\x51\x76\x79','\x57\x50\x79\x4a\x69\x68\x53','\x57\x52\x6d\x55\x6d\x49\x43\x44\x41\x71','\x7a\x38\x6b\x33\x57\x37\x71','\x57\x35\x6c\x64\x4a\x53\x6b\x2f\x64\x38\x6f\x2f','\x57\x52\x47\x6d\x41\x67\x6c\x64\x4b\x71','\x70\x31\x75\x74\x57\x36\x5a\x64\x53\x47','\x6b\x53\x6b\x63\x68\x71','\x57\x51\x65\x57\x6d\x4a\x61\x31\x6d\x53\x6b\x72','\x77\x38\x6b\x61\x57\x51\x6c\x63\x47\x43\x6b\x4d\x57\x35\x48\x50\x57\x37\x69','\x77\x53\x6b\x6f\x57\x34\x79\x43\x57\x34\x76\x55\x57\x51\x69\x7a','\x57\x37\x5a\x63\x54\x43\x6b\x51','\x57\x52\x68\x63\x53\x38\x6b\x73\x44\x57','\x57\x35\x64\x64\x47\x38\x6b\x4f\x62\x6d\x6f\x65\x7a\x43\x6f\x56\x6c\x71','\x57\x35\x57\x64\x57\x37\x33\x64\x4d\x4c\x37\x64\x50\x71\x30\x33','\x78\x43\x6b\x73\x57\x35\x75\x49\x57\x35\x48\x4d\x57\x51\x61\x6c','\x57\x36\x2f\x63\x50\x43\x6b\x32\x77\x62\x33\x64\x4e\x57','\x75\x30\x46\x63\x50\x61','\x73\x76\x70\x63\x50\x6d\x6f\x51','\x6a\x38\x6f\x47\x71\x66\x53\x49\x57\x34\x62\x34\x41\x61','\x57\x37\x58\x4e\x57\x35\x57\x56\x6c\x38\x6b\x51\x57\x4f\x4c\x77','\x77\x43\x6b\x62\x57\x35\x4b\x56\x57\x34\x7a\x39\x57\x51\x53\x5a','\x57\x51\x4b\x5a\x6a\x57','\x69\x59\x6d\x79\x68\x4b\x4a\x64\x52\x61','\x57\x37\x4c\x51\x57\x34\x53','\x57\x37\x72\x31\x62\x47','\x57\x37\x69\x2f\x57\x37\x35\x4e\x62\x6d\x6f\x71','\x6c\x4e\x57\x76','\x73\x65\x46\x63\x50\x6d\x6f\x51\x57\x37\x54\x4f\x57\x35\x4e\x64\x47\x71','\x57\x36\x6c\x63\x51\x65\x6a\x35\x57\x34\x53','\x57\x35\x57\x68\x57\x36\x70\x64\x48\x4c\x30','\x6b\x53\x6b\x38\x57\x35\x4f\x37\x57\x37\x42\x64\x4f\x47','\x7a\x4c\x33\x63\x4c\x57\x46\x63\x4f\x43\x6b\x2b\x57\x37\x6d\x39','\x66\x6d\x6f\x4e\x75\x62\x64\x64\x54\x47','\x6c\x53\x6b\x2f\x57\x35\x30\x38\x57\x37\x79','\x71\x53\x6b\x69\x57\x52\x46\x63\x4a\x53\x6b\x33','\x79\x30\x4e\x63\x4d\x72\x4a\x63\x4f\x71','\x41\x6d\x6b\x37\x63\x33\x6d','\x57\x52\x68\x63\x4b\x43\x6f\x6c','\x73\x6d\x6b\x32\x57\x34\x6c\x63\x4d\x72\x5a\x63\x50\x63\x39\x78','\x57\x4f\x56\x63\x4a\x31\x57\x53\x68\x53\x6f\x4f','\x45\x4a\x68\x64\x52\x4c\x4f','\x57\x50\x30\x61\x41\x4c\x33\x64\x48\x47','\x45\x38\x6b\x2f\x57\x36\x61\x6c\x57\x37\x58\x62\x57\x4f\x53\x58','\x57\x51\x4e\x63\x53\x38\x6b\x65\x7a\x6d\x6f\x70\x42\x61','\x6a\x53\x6f\x53\x73\x76\x71\x49\x57\x34\x79','\x57\x50\x79\x33\x72\x32\x33\x64\x56\x77\x79','\x70\x53\x6f\x48\x72\x4b\x43','\x74\x38\x6b\x50\x57\x35\x71','\x77\x4b\x37\x63\x54\x63\x52\x63\x47\x47','\x57\x51\x71\x5a\x70\x73\x61\x72\x6a\x38\x6b\x69\x57\x35\x34','\x6c\x6d\x6b\x55\x57\x37\x6e\x4f\x57\x35\x5a\x63\x53\x61','\x62\x49\x39\x46\x65\x71','\x70\x57\x6c\x63\x51\x71','\x61\x63\x5a\x64\x4d\x53\x6f\x4f','\x65\x4a\x56\x64\x48\x38\x6f\x4f','\x57\x4f\x4e\x63\x4a\x31\x43\x56','\x57\x4f\x75\x47\x71\x49\x70\x63\x4b\x59\x6c\x63\x54\x43\x6f\x4e','\x57\x51\x4e\x63\x48\x38\x6f\x43\x45\x5a\x57','\x57\x4f\x34\x48\x75\x61','\x61\x59\x57\x46','\x75\x43\x6b\x66\x57\x35\x43\x49\x57\x34\x44\x4d\x57\x52\x47\x6a','\x72\x75\x6c\x63\x53\x57','\x57\x36\x58\x4e\x57\x34\x53\x50\x64\x38\x6b\x51\x57\x4f\x4f','\x57\x36\x4e\x63\x52\x38\x6b\x38\x77\x71','\x57\x4f\x75\x6e\x77\x77\x52\x64\x4c\x77\x6e\x6a\x46\x71','\x65\x77\x72\x41\x57\x50\x65\x70','\x6c\x68\x6d\x46','\x70\x6d\x6b\x51\x57\x37\x31\x4f\x57\x34\x70\x63\x53\x71','\x46\x53\x6b\x52\x57\x37\x57\x36\x57\x36\x39\x6a\x57\x52\x4e\x63\x4d\x57','\x71\x38\x6b\x38\x57\x34\x33\x63\x4a\x57','\x57\x50\x30\x49\x6b\x78\x65','\x6f\x43\x6b\x59\x57\x37\x58\x55\x57\x34\x71','\x72\x6d\x6b\x4b\x57\x34\x79\x57\x57\x50\x53','\x6c\x53\x6b\x76\x61\x71','\x6b\x71\x4e\x63\x55\x73\x68\x63\x4d\x6d\x6f\x4d\x57\x35\x48\x77','\x57\x37\x42\x64\x52\x38\x6f\x42\x6e\x6d\x6b\x64\x6e\x38\x6f\x56\x6d\x31\x62\x37\x67\x31\x46\x64\x51\x61','\x62\x63\x39\x45\x62\x38\x6b\x67\x6e\x73\x38\x77','\x63\x4c\x42\x64\x52\x61','\x74\x75\x78\x63\x53\x47','\x57\x4f\x79\x50\x6e\x4e\x57','\x57\x37\x64\x64\x4c\x63\x61','\x57\x36\x52\x64\x49\x53\x6f\x6a\x57\x50\x71\x37\x57\x36\x58\x78\x57\x34\x4f','\x57\x52\x30\x33\x44\x4e\x64\x64\x4d\x38\x6f\x76\x57\x35\x43','\x57\x4f\x53\x55\x71\x59\x4a\x63\x48\x71','\x75\x6d\x6b\x72\x6a\x4c\x66\x49','\x46\x6d\x6b\x34\x57\x36\x71\x6a\x57\x37\x48\x75\x57\x52\x34','\x57\x50\x6d\x4f\x69\x71','\x57\x36\x31\x54\x57\x34\x53\x2b','\x6b\x4e\x57\x76\x41\x57\x54\x63\x74\x53\x6f\x34','\x69\x53\x6b\x67\x68\x71\x37\x63\x55\x38\x6b\x39','\x67\x49\x54\x46','\x57\x37\x33\x63\x55\x6d\x6b\x59\x75\x61','\x6c\x63\x69\x73','\x6d\x43\x6b\x72\x64\x47\x4e\x64\x55\x43\x6b\x2b','\x65\x73\x61\x73\x57\x50\x65\x6f','\x6e\x63\x34\x70\x62\x71','\x42\x43\x6b\x34\x57\x37\x30','\x57\x51\x34\x59\x6d\x63\x47\x6e\x6e\x38\x6b\x65','\x67\x68\x76\x6a\x57\x4f\x57','\x6b\x76\x75\x62\x57\x37\x78\x64\x54\x6d\x6b\x44\x73\x61','\x73\x43\x6b\x4e\x57\x35\x6d','\x46\x6d\x6f\x48\x6d\x38\x6f\x72\x46\x31\x30','\x57\x52\x6c\x63\x56\x38\x6b\x45\x41\x38\x6f\x75\x43\x43\x6b\x50','\x75\x4b\x46\x63\x55\x38\x6f\x52\x57\x35\x43','\x73\x4b\x70\x63\x53\x53\x6f\x36\x57\x35\x57\x48\x57\x34\x4b','\x6d\x38\x6b\x32\x57\x35\x6d\x2b\x57\x36\x46\x64\x54\x43\x6f\x54\x57\x36\x69','\x57\x50\x52\x63\x50\x43\x6f\x75','\x57\x35\x34\x70\x57\x37\x4e\x64\x4c\x47','\x46\x53\x6f\x6d\x57\x36\x79','\x62\x49\x76\x68\x61\x6d\x6b\x48\x6b\x61','\x6c\x4b\x6c\x63\x4d\x65\x71\x5a\x57\x50\x52\x63\x4e\x6d\x6b\x59','\x57\x35\x34\x64\x57\x36\x37\x64\x4b\x66\x61','\x57\x51\x79\x38\x79\x4e\x4e\x64\x47\x53\x6f\x74\x57\x34\x65','\x70\x62\x6c\x63\x52\x4a\x4f','\x63\x73\x65\x76\x57\x50\x6d','\x57\x36\x46\x64\x49\x53\x6f\x74','\x57\x36\x48\x37\x68\x4b\x4f\x78\x78\x71','\x43\x38\x6b\x4b\x65\x61','\x66\x4e\x4c\x75\x57\x4f\x30\x39\x7a\x64\x4a\x64\x47\x57','\x62\x43\x6f\x38\x76\x72\x64\x64\x54\x49\x71','\x43\x53\x6b\x38\x61\x71','\x57\x37\x48\x39\x65\x75\x66\x45\x77\x47','\x45\x53\x6f\x47\x70\x6d\x6f\x78\x45\x4b\x58\x58\x57\x52\x38','\x67\x64\x64\x64\x4e\x6d\x6b\x45\x46\x38\x6b\x4d','\x63\x58\x39\x56\x6d\x38\x6b\x62','\x57\x37\x75\x31\x57\x37\x48\x48','\x57\x34\x78\x64\x49\x43\x6b\x30\x61\x53\x6f\x4b\x46\x38\x6f\x49\x6a\x57','\x57\x35\x7a\x62\x57\x34\x31\x47','\x75\x65\x4e\x63\x56\x6d\x6f\x37\x57\x35\x58\x31','\x57\x51\x75\x69\x62\x32\x30\x46','\x57\x51\x4a\x63\x54\x38\x6b\x45\x79\x6d\x6f\x74','\x6d\x59\x43\x45\x65\x4c\x34','\x57\x52\x65\x35\x69\x73\x79','\x70\x6d\x6b\x57\x57\x34\x61\x32\x57\x37\x5a\x64\x56\x53\x6f\x70\x57\x51\x61','\x57\x4f\x6d\x4d\x75\x47','\x57\x50\x75\x4c\x6d\x77\x61\x36\x57\x52\x4b\x49\x57\x50\x75','\x57\x36\x64\x64\x4b\x38\x6f\x63','\x63\x43\x6b\x4c\x57\x37\x4c\x5a\x57\x34\x61','\x57\x50\x70\x63\x4d\x66\x53\x4d','\x57\x37\x2f\x63\x52\x4b\x6e\x55\x57\x35\x79','\x57\x34\x2f\x64\x49\x6d\x6b\x35\x63\x53\x6f\x34\x42\x38\x6f\x55\x6f\x57','\x46\x6d\x6f\x67\x57\x37\x5a\x64\x51\x43\x6b\x58\x57\x51\x43','\x75\x38\x6b\x4e\x57\x34\x57\x38\x57\x50\x4a\x63\x47\x71','\x57\x4f\x61\x54\x6b\x32\x38','\x43\x43\x6f\x2b\x74\x38\x6f\x62\x57\x37\x47','\x74\x43\x6b\x62\x57\x34\x43\x78\x57\x35\x7a\x33\x57\x52\x4f','\x61\x78\x39\x76\x57\x4f\x30\x45\x41\x64\x37\x64\x47\x71','\x42\x59\x46\x64\x54\x4c\x30','\x73\x38\x6b\x69\x57\x35\x65\x33','\x57\x35\x4f\x74\x57\x37\x33\x64\x47\x31\x46\x64\x56\x48\x57\x32','\x63\x63\x4a\x64\x4e\x6d\x6b\x7a\x45\x61','\x61\x59\x34\x70\x57\x50\x69\x69','\x70\x4c\x65\x36\x46\x62\x79','\x57\x37\x68\x64\x50\x6d\x6f\x57\x69\x6d\x6b\x36\x6e\x57','\x67\x74\x33\x64\x4a\x53\x6b\x6f','\x6c\x57\x5a\x63\x4e\x59\x74\x63\x47\x47','\x57\x37\x39\x37\x61\x65\x6d\x44\x71\x6d\x6b\x47\x6b\x47','\x57\x36\x46\x63\x4f\x30\x44\x51\x57\x35\x79','\x7a\x53\x6b\x34\x57\x36\x75\x34','\x57\x36\x52\x64\x4e\x49\x43\x33','\x70\x38\x6b\x41\x57\x4f\x57','\x69\x53\x6b\x67\x66\x58\x78\x64\x53\x53\x6b\x54','\x69\x77\x69\x43\x72\x59\x48\x65\x75\x43\x6f\x31','\x63\x4a\x56\x64\x4d\x38\x6f\x49\x72\x53\x6b\x56','\x6b\x38\x6b\x59\x57\x35\x47\x51\x57\x37\x79','\x57\x4f\x78\x63\x51\x53\x6f\x46\x57\x51\x50\x49','\x57\x50\x69\x65\x78\x32\x64\x64\x53\x33\x48\x6b\x43\x61','\x57\x52\x42\x63\x4e\x53\x6f\x75\x45\x61','\x6f\x66\x38\x46\x57\x37\x33\x64\x56\x6d\x6b\x6b\x72\x6d\x6b\x2f','\x63\x4e\x66\x69','\x63\x59\x79\x46\x57\x50\x69\x63','\x57\x36\x37\x63\x56\x4c\x7a\x5a\x57\x34\x65\x78','\x76\x38\x6b\x70\x6d\x4c\x54\x65','\x57\x52\x74\x63\x4b\x43\x6f\x69','\x71\x43\x6b\x6f\x57\x52\x37\x63\x47\x57','\x57\x36\x4c\x57\x57\x34\x43\x2b\x64\x38\x6b\x33','\x46\x38\x6f\x77\x57\x36\x42\x64\x56\x53\x6b\x57\x57\x52\x53','\x78\x6d\x6b\x76\x57\x52\x68\x63\x4b\x53\x6b\x32\x57\x35\x39\x6e\x57\x36\x69','\x57\x36\x33\x64\x4b\x64\x30','\x65\x6d\x6f\x35\x75\x61\x46\x64\x54\x47','\x57\x50\x6d\x51\x74\x5a\x4b','\x57\x34\x79\x6a\x57\x36\x5a\x64\x4b\x4c\x74\x64\x4e\x58\x57\x59','\x76\x6d\x6f\x35\x73\x43\x6f\x56\x57\x35\x57\x61\x7a\x47','\x75\x6d\x6b\x48\x57\x34\x53\x31','\x57\x51\x30\x33\x42\x33\x6c\x64\x4e\x71','\x6f\x78\x43\x64\x45\x48\x76\x66\x78\x53\x6f\x31','\x57\x36\x4c\x54\x57\x34\x6d\x47\x62\x38\x6b\x67\x57\x4f\x48\x76','\x57\x35\x34\x6f\x57\x36\x42\x64\x4e\x76\x6d','\x77\x6d\x6b\x34\x57\x35\x75','\x57\x35\x42\x64\x4b\x38\x6b\x34\x63\x53\x6f\x4b\x45\x6d\x6f\x4a','\x45\x53\x6b\x58\x57\x37\x57\x4f\x57\x37\x50\x65','\x6b\x65\x2f\x63\x4c\x31\x6d\x4c','\x72\x38\x6b\x61\x57\x51\x6d','\x57\x37\x6a\x58\x65\x4b\x34\x6e\x73\x38\x6f\x4a\x43\x57','\x63\x72\x78\x64\x50\x38\x6b\x47\x74\x71','\x57\x4f\x69\x54\x6e\x4e\x53\x51\x57\x51\x47','\x57\x37\x6e\x36\x65\x61','\x75\x4b\x70\x63\x50\x43\x6f\x38\x57\x37\x54\x4f\x57\x35\x4e\x64\x47\x71','\x73\x43\x6f\x2f\x74\x57','\x57\x4f\x71\x47\x77\x73\x4e\x63\x4e\x4a\x46\x63\x52\x53\x6f\x58','\x45\x38\x6b\x49\x63\x4e\x4c\x36\x72\x53\x6f\x57','\x61\x49\x54\x46\x66\x47','\x73\x6d\x6b\x52\x57\x34\x4e\x63\x4d\x72\x64\x63\x56\x4a\x6a\x72','\x70\x38\x6b\x57\x57\x37\x31\x52\x57\x34\x42\x63\x53\x43\x6f\x43\x57\x34\x75','\x70\x38\x6b\x4e\x57\x36\x62\x31\x57\x34\x37\x63\x50\x43\x6f\x6b','\x78\x38\x6b\x38\x57\x35\x2f\x63\x49\x71','\x78\x53\x6f\x2b\x6f\x38\x6f\x6a\x46\x57','\x77\x38\x6f\x4c\x72\x43\x6f\x55','\x6d\x31\x65\x63','\x69\x33\x43\x46\x46\x59\x48\x64','\x65\x63\x30\x6c\x57\x50\x53\x42\x63\x49\x34','\x70\x78\x43\x71\x46\x61','\x6f\x33\x43\x63\x42\x64\x4c\x70','\x57\x4f\x6d\x41\x72\x68\x37\x64\x54\x77\x4c\x69\x46\x61','\x46\x43\x6b\x38\x57\x37\x79\x5a','\x46\x65\x42\x63\x4b\x47','\x57\x51\x33\x63\x4d\x6d\x6f\x72\x42\x5a\x4a\x63\x4f\x43\x6b\x56\x57\x34\x61','\x57\x50\x56\x63\x51\x53\x6f\x61','\x57\x34\x56\x64\x4b\x38\x6b\x50\x65\x47','\x57\x37\x5a\x63\x4f\x38\x6b\x52\x77\x62\x30','\x57\x50\x71\x36\x76\x63\x37\x63\x4b\x4a\x64\x63\x54\x61','\x61\x38\x6f\x2f\x72\x68\x34\x76','\x67\x43\x6b\x65\x65\x59\x70\x64\x4c\x57','\x75\x38\x6b\x70\x57\x35\x6d\x49\x57\x35\x39\x43\x57\x52\x4f\x6e','\x70\x76\x4b\x44\x57\x36\x33\x64\x53\x6d\x6b\x6d','\x57\x52\x71\x57\x68\x64\x30\x30','\x57\x34\x78\x64\x49\x43\x6b\x33\x63\x38\x6f\x53\x73\x43\x6f\x55\x6c\x47','\x63\x64\x74\x64\x4e\x6d\x6f\x7a\x6f\x43\x6f\x31\x57\x36\x71','\x57\x37\x33\x63\x48\x38\x6b\x56\x42\x48\x79','\x57\x52\x64\x63\x55\x6d\x6b\x62\x42\x43\x6f\x75\x43\x38\x6b\x5a\x70\x71','\x6e\x75\x71\x55\x57\x37\x64\x64\x55\x38\x6b\x6e\x73\x6d\x6b\x2b','\x63\x64\x64\x64\x4c\x6d\x6b\x69\x41\x71','\x57\x37\x4e\x63\x51\x38\x6b\x56\x77\x61','\x72\x6d\x6b\x4e\x57\x34\x4f\x50\x57\x50\x4e\x63\x48\x30\x44\x4f','\x57\x52\x57\x33\x41\x68\x47','\x63\x32\x7a\x45','\x73\x71\x6c\x63\x55\x61','\x57\x34\x6d\x4f\x57\x35\x4a\x64\x4d\x30\x61','\x57\x52\x57\x2b\x42\x33\x2f\x64\x4e\x57','\x72\x43\x6b\x38\x57\x35\x52\x63\x4d\x61\x43','\x57\x51\x79\x38\x7a\x78\x64\x64\x4a\x38\x6f\x73\x57\x35\x44\x58','\x71\x53\x6b\x61\x57\x51\x74\x63\x48\x43\x6b\x52','\x73\x53\x6b\x48\x57\x34\x61\x58\x57\x4f\x6c\x63\x4e\x61\x35\x34','\x57\x36\x56\x64\x4c\x38\x6f\x69\x57\x4f\x57\x51\x57\x37\x61','\x61\x6d\x6f\x36\x76\x57\x64\x64\x55\x49\x6c\x63\x53\x43\x6b\x6d','\x57\x50\x6c\x63\x51\x6d\x6f\x68\x57\x52\x7a\x4f\x57\x4f\x75\x4f\x57\x4f\x4b','\x57\x34\x58\x62\x57\x35\x66\x4c\x57\x34\x39\x33','\x70\x38\x6b\x4a\x57\x36\x66\x50\x57\x4f\x6c\x63\x54\x38\x6f\x79\x57\x35\x6d','\x6f\x6d\x6b\x54\x57\x36\x62\x35','\x69\x38\x6b\x4e\x57\x37\x58\x36\x57\x35\x56\x63\x56\x71','\x77\x61\x6c\x63\x56\x53\x6b\x6d','\x57\x37\x70\x63\x51\x38\x6b\x55','\x57\x36\x6c\x64\x55\x43\x6b\x6a\x69\x38\x6f\x6f\x77\x43\x6f\x6f\x68\x61','\x6f\x6d\x6b\x42\x57\x50\x38','\x57\x50\x38\x6e\x72\x77\x2f\x64\x51\x67\x75','\x46\x43\x6b\x54\x57\x37\x69\x50\x57\x36\x48\x46','\x57\x36\x52\x63\x55\x53\x6b\x39','\x57\x50\x6d\x55\x6b\x77\x4b\x37\x57\x52\x34\x7a\x57\x52\x43','\x57\x36\x71\x4a\x57\x37\x47','\x76\x38\x6b\x62\x57\x34\x79\x4d\x57\x35\x30\x4f\x57\x52\x4f','\x74\x4e\x70\x63\x4b\x38\x6f\x32\x57\x35\x57','\x57\x4f\x69\x35\x76\x49\x68\x63\x47\x49\x6c\x63\x53\x38\x6f\x33','\x57\x36\x78\x64\x47\x6d\x6f\x67\x57\x50\x65\x51','\x57\x34\x56\x64\x49\x43\x6b\x53\x61\x57','\x65\x4a\x6c\x64\x4e\x53\x6b\x68\x45\x43\x6b\x4e\x57\x52\x54\x6c','\x44\x6d\x6b\x4b\x63\x4b\x6a\x48\x74\x43\x6f\x4e\x71\x61','\x57\x37\x78\x63\x50\x43\x6b\x50\x76\x72\x52\x64\x47\x53\x6f\x5a','\x57\x51\x53\x32\x73\x32\x2f\x64\x4e\x61','\x57\x36\x52\x64\x49\x53\x6f\x6b\x57\x4f\x4f\x55\x57\x35\x58\x74\x57\x34\x75','\x57\x4f\x61\x50\x6d\x32\x65\x51\x57\x51\x57','\x46\x73\x62\x68\x6c\x77\x38\x45\x61\x53\x6f\x64\x57\x37\x38\x59\x57\x35\x30\x79\x44\x47','\x42\x53\x6f\x47\x70\x6d\x6f\x78\x44\x4b\x50\x58\x57\x52\x34','\x57\x51\x6d\x39\x7a\x78\x33\x64\x4c\x53\x6f\x4c\x57\x34\x7a\x4a','\x63\x59\x6c\x63\x50\x59\x52\x63\x4e\x61','\x78\x6d\x6b\x6e\x57\x52\x4e\x63\x48\x43\x6b\x4d','\x64\x74\x33\x64\x4b\x43\x6b\x45\x41\x71','\x6d\x4a\x78\x64\x4f\x6d\x6f\x4b\x71\x57','\x57\x52\x65\x39\x70\x5a\x65\x44','\x70\x38\x6b\x4e\x57\x36\x62\x37\x57\x34\x52\x63\x54\x53\x6f\x6e','\x66\x49\x4b\x71\x57\x50\x69','\x57\x35\x34\x6a\x57\x36\x74\x64\x4c\x4c\x42\x64\x56\x57','\x74\x43\x6f\x4c\x74\x38\x6f\x57\x57\x34\x57\x77\x44\x43\x6f\x67','\x6f\x43\x6b\x4a\x57\x37\x35\x4f\x57\x34\x4f','\x57\x35\x6c\x64\x47\x38\x6b\x49\x65\x47','\x6c\x53\x6b\x4d\x57\x37\x79','\x57\x37\x64\x64\x4e\x4a\x65\x4e','\x57\x34\x43\x74\x57\x37\x5a\x64\x48\x57','\x65\x38\x6f\x47\x73\x47\x57','\x57\x34\x75\x69\x57\x36\x70\x64\x49\x47','\x70\x6d\x6f\x4f\x73\x30\x79\x5a','\x72\x4b\x70\x63\x53\x53\x6f\x57','\x6f\x57\x4a\x63\x51\x64\x37\x63\x51\x57','\x6b\x66\x57\x79\x57\x37\x52\x64\x53\x61','\x6e\x6d\x6b\x39\x57\x35\x61\x36\x57\x36\x53','\x57\x37\x33\x63\x4f\x31\x72\x2b\x57\x37\x4f\x6e\x57\x36\x47\x68','\x65\x73\x71\x73\x57\x50\x71\x46','\x68\x59\x6e\x63','\x65\x77\x76\x79\x57\x4f\x61\x45\x42\x49\x34','\x57\x36\x4a\x64\x4d\x4a\x47\x32\x57\x36\x42\x64\x55\x57','\x6f\x38\x6b\x51\x57\x37\x43','\x44\x59\x46\x64\x51\x30\x34\x6e\x6d\x61','\x6a\x63\x34\x42\x66\x65\x2f\x64\x52\x61','\x57\x52\x30\x42\x78\x66\x46\x64\x55\x57','\x73\x38\x6b\x66\x57\x34\x47\x33','\x57\x37\x33\x64\x48\x6d\x6f\x75\x57\x4f\x57','\x71\x53\x6b\x61\x57\x51\x61','\x64\x33\x4c\x76','\x42\x53\x6b\x2b\x66\x4d\x54\x36\x78\x53\x6f\x59','\x57\x52\x33\x63\x4c\x38\x6b\x74\x57\x52\x69\x6e\x57\x34\x7a\x56\x57\x34\x31\x41','\x57\x51\x4a\x63\x54\x38\x6b\x41','\x44\x43\x6f\x51\x70\x6d\x6f\x75\x7a\x31\x61','\x57\x36\x46\x64\x50\x6d\x6f\x4f\x69\x6d\x6b\x36\x6d\x57','\x57\x52\x42\x63\x4f\x38\x6b\x6a\x79\x6d\x6f\x45\x44\x38\x6b\x55','\x46\x43\x6b\x38\x57\x37\x30\x55\x57\x37\x72\x79\x57\x51\x70\x63\x4e\x47','\x57\x37\x43\x58\x57\x36\x44\x47\x61\x47','\x64\x64\x4e\x64\x4a\x38\x6b\x6f','\x57\x37\x2f\x63\x51\x75\x31\x35\x57\x35\x30\x71','\x76\x31\x42\x63\x53\x53\x6f\x37\x57\x35\x7a\x4a\x57\x35\x4b','\x57\x4f\x71\x4a\x76\x4a\x4a\x63\x48\x63\x79','\x57\x35\x34\x6f\x57\x36\x37\x64\x48\x57','\x69\x73\x75\x6f','\x57\x36\x34\x4c\x57\x36\x58\x39\x65\x57','\x6a\x63\x34\x75\x67\x66\x2f\x64\x52\x6d\x6f\x41','\x57\x50\x78\x63\x4f\x53\x6f\x46\x57\x51\x54\x49\x57\x50\x4b','\x78\x43\x6f\x71\x61\x53\x6f\x37\x78\x68\x7a\x44\x57\x4f\x30','\x6c\x75\x2f\x63\x47\x31\x6d','\x74\x53\x6f\x2f\x71\x38\x6f\x4c\x57\x35\x30','\x57\x4f\x61\x79\x74\x4d\x57','\x6b\x43\x6b\x32\x57\x35\x75\x38\x57\x37\x56\x64\x54\x43\x6f\x36','\x57\x52\x74\x63\x4d\x43\x6f\x46\x41\x73\x43','\x57\x37\x74\x63\x50\x6d\x6b\x34','\x57\x37\x39\x37\x67\x30\x65\x43\x74\x43\x6f\x5a\x6d\x71','\x57\x50\x4f\x67\x73\x67\x74\x64\x51\x77\x4c\x69\x41\x57','\x6d\x43\x6b\x72\x57\x50\x38','\x57\x4f\x2f\x63\x49\x30\x65','\x42\x43\x6f\x47\x6f\x43\x6f\x77\x46\x75\x53','\x76\x53\x6b\x6f\x57\x35\x71\x4d\x57\x34\x54\x51\x57\x52\x30','\x6b\x53\x6b\x68\x66\x4b\x46\x64\x51\x61','\x7a\x38\x6b\x37\x63\x30\x58\x4a','\x57\x36\x4a\x64\x49\x38\x6f\x64','\x57\x50\x61\x2b\x6c\x67\x79\x4f\x57\x51\x47','\x6c\x49\x34\x73\x66\x71','\x6f\x4c\x79\x78\x57\x37\x64\x64\x50\x38\x6b\x74\x74\x6d\x6b\x4b','\x6d\x5a\x38\x77\x61\x30\x38','\x57\x36\x38\x2f\x57\x36\x76\x57','\x57\x34\x78\x64\x47\x38\x6f\x67\x63\x6d\x6b\x6d','\x57\x37\x56\x64\x4c\x4a\x30\x33','\x41\x63\x46\x64\x50\x4c\x53\x43\x6c\x61','\x65\x73\x6a\x6a\x62\x53\x6b\x4b\x6d\x49\x75\x75','\x57\x34\x2f\x64\x4f\x5a\x65\x6c\x57\x37\x43','\x6a\x38\x6f\x4f\x76\x57','\x57\x4f\x6d\x44\x77\x67\x61','\x57\x35\x78\x64\x49\x43\x6b\x33\x61\x57','\x46\x53\x6f\x67\x57\x37\x78\x64\x52\x38\x6b\x58\x57\x51\x42\x63\x50\x53\x6f\x44','\x57\x51\x5a\x63\x55\x6d\x6b\x6f\x7a\x53\x6f\x64','\x44\x6d\x6b\x74\x6c\x4d\x31\x63','\x57\x37\x79\x34\x57\x36\x71','\x57\x51\x43\x5a\x44\x71','\x57\x36\x5a\x64\x49\x38\x6f\x64\x57\x50\x71\x79\x57\x37\x44\x63\x57\x34\x53','\x74\x43\x6b\x75\x57\x51\x4b','\x6a\x43\x6b\x42\x57\x4f\x7a\x32','\x6e\x75\x68\x63\x4c\x66\x47','\x68\x49\x76\x70\x62\x6d\x6b\x4a\x63\x64\x38\x73','\x57\x50\x46\x63\x52\x53\x6f\x76\x57\x52\x7a\x50\x57\x4f\x69\x41\x57\x4f\x6d','\x61\x53\x6f\x58\x78\x71','\x41\x53\x6b\x4a\x64\x78\x66\x32','\x57\x36\x30\x31\x57\x36\x76\x59\x65\x38\x6f\x44','\x57\x35\x78\x64\x49\x53\x6b\x5a\x62\x43\x6f\x4f','\x57\x37\x31\x32\x62\x4b\x4f\x78\x77\x47','\x73\x43\x6f\x34\x71\x43\x6f\x4d\x57\x34\x43\x78','\x68\x59\x54\x79\x62\x53\x6b\x4e','\x57\x34\x4b\x74\x57\x37\x33\x64\x47\x76\x33\x64\x4f\x48\x57\x2f','\x57\x37\x39\x34\x66\x66\x4f\x6b\x73\x57','\x57\x37\x4c\x32\x57\x34\x65\x2f','\x77\x47\x37\x63\x51\x71','\x57\x50\x52\x63\x52\x6d\x6f\x44\x57\x52\x62\x31\x57\x4f\x34\x6b','\x42\x38\x6f\x51\x69\x6d\x6f\x72\x77\x4c\x7a\x38\x57\x52\x75','\x6e\x38\x6b\x41\x57\x4f\x38','\x57\x36\x53\x2f\x57\x36\x6a\x37','\x6c\x31\x47\x79\x57\x36\x56\x64\x53\x43\x6f\x74\x78\x43\x6b\x31','\x57\x51\x37\x63\x4e\x38\x6f\x6e\x42\x74\x43','\x45\x53\x6b\x58\x57\x37\x4f\x56\x57\x37\x4b\x62\x57\x52\x52\x63\x4a\x71','\x57\x50\x79\x50\x6d\x77\x30\x39\x57\x52\x79\x75\x57\x4f\x38','\x63\x64\x56\x64\x4b\x6d\x6f\x48','\x6d\x59\x6d\x45\x66\x30\x38','\x6b\x68\x43\x66','\x64\x53\x6f\x30\x73\x71','\x6c\x76\x75\x64\x57\x37\x56\x64\x4e\x6d\x6b\x71\x73\x43\x6b\x31','\x57\x36\x39\x34\x68\x65\x57\x43','\x65\x6d\x6f\x36\x76\x61\x65','\x76\x66\x74\x63\x55\x6d\x6f\x35\x57\x34\x62\x4a\x57\x34\x37\x64\x4c\x57','\x61\x53\x6f\x33\x76\x71\x78\x64\x50\x5a\x70\x63\x56\x6d\x6b\x31','\x57\x4f\x4f\x55\x71\x59\x37\x63\x4e\x57\x6c\x63\x51\x38\x6f\x59','\x61\x53\x6f\x33\x73\x47\x68\x64\x56\x73\x69','\x77\x71\x2f\x63\x50\x43\x6b\x63\x57\x37\x57','\x57\x34\x48\x66\x57\x34\x57','\x74\x71\x4a\x63\x4f\x43\x6b\x45\x57\x37\x42\x64\x4f\x30\x43\x47','\x42\x73\x70\x64\x51\x76\x57\x43','\x57\x50\x53\x6a\x77\x61','\x41\x38\x6b\x51\x63\x67\x48\x32','\x79\x53\x6b\x38\x57\x37\x30\x36\x57\x36\x4c\x65','\x6a\x43\x6f\x4e\x72\x66\x79','\x6d\x4b\x56\x63\x47\x47','\x7a\x43\x6f\x6e\x57\x37\x4e\x64\x4f\x6d\x6b\x51\x57\x52\x4a\x63\x56\x47','\x42\x59\x46\x64\x51\x75\x75\x71\x6e\x53\x6b\x72','\x57\x4f\x4e\x63\x4a\x31\x75\x51\x68\x53\x6f\x4c\x65\x72\x6d','\x57\x50\x6d\x4e\x78\x4a\x2f\x63\x4b\x32\x37\x63\x54\x38\x6f\x37','\x57\x36\x4c\x55\x57\x34\x38\x34\x66\x43\x6b\x48','\x57\x37\x68\x63\x55\x53\x6b\x36\x57\x35\x33\x63\x54\x57\x50\x72','\x57\x50\x4b\x37\x41\x78\x64\x64\x4d\x38\x6f\x63\x57\x35\x54\x54','\x57\x4f\x64\x63\x56\x53\x6f\x64\x57\x51\x39\x4f\x57\x50\x47\x6c\x57\x50\x75','\x6a\x53\x6b\x79\x57\x4f\x50\x39','\x57\x34\x4e\x64\x48\x43\x6b\x35\x65\x38\x6f\x2f','\x66\x63\x4b\x78\x57\x4f\x69\x46','\x6f\x53\x6b\x44\x57\x4f\x62\x32\x57\x51\x64\x64\x4d\x57','\x45\x6d\x6f\x63\x57\x37\x79','\x57\x34\x6d\x69\x57\x36\x56\x64\x4c\x4b\x61','\x74\x53\x6f\x2f\x74\x57','\x57\x37\x50\x39\x67\x76\x53\x43\x78\x61','\x57\x36\x78\x64\x4b\x6d\x6f\x73\x68\x53\x6b\x75','\x6d\x38\x6b\x67\x66\x57\x46\x64\x52\x53\x6b\x53\x74\x6d\x6b\x43','\x44\x38\x6f\x47\x6a\x47','\x6b\x76\x52\x63\x4e\x76\x38\x4a','\x57\x37\x6a\x58\x65\x65\x53\x6b','\x66\x63\x37\x64\x4d\x61','\x75\x53\x6b\x66\x57\x35\x71\x51\x57\x34\x7a\x49','\x57\x4f\x52\x63\x49\x30\x79\x4f\x61\x47','\x57\x36\x6c\x64\x50\x6d\x6f\x53\x6c\x61','\x57\x4f\x68\x63\x47\x31\x57\x56\x69\x38\x6f\x55\x65\x76\x53','\x44\x43\x6f\x51\x6d\x38\x6f\x66\x44\x4b\x53','\x62\x49\x43\x45\x57\x4f\x71','\x64\x5a\x74\x64\x4c\x6d\x6b\x7a\x41\x6d\x6f\x55\x57\x51\x35\x38','\x57\x51\x34\x35\x69\x61','\x74\x53\x6f\x2f\x72\x43\x6f\x30','\x57\x36\x37\x64\x4c\x38\x6f\x69\x57\x50\x69\x2f','\x57\x37\x6c\x63\x56\x6d\x6b\x34','\x45\x38\x6f\x51\x6e\x6d\x6f\x43\x79\x76\x30','\x57\x37\x4c\x54\x57\x34\x6d\x4f','\x57\x50\x61\x51\x72\x73\x47','\x6f\x38\x6b\x51\x57\x37\x54\x56\x57\x34\x56\x64\x55\x6d\x6f\x6a\x57\x34\x71','\x78\x6d\x6f\x35\x74\x47','\x57\x52\x79\x74\x61\x65\x75\x6f\x57\x50\x69\x58\x57\x52\x57','\x57\x36\x68\x64\x4f\x6d\x6f\x53\x6c\x53\x6b\x36\x6d\x67\x57\x57','\x6e\x6d\x6b\x39\x57\x35\x43\x5a\x57\x36\x42\x64\x54\x6d\x6f\x53','\x57\x36\x33\x64\x4c\x5a\x30\x47\x57\x36\x79','\x66\x49\x61\x45\x57\x50\x4b','\x70\x38\x6b\x57\x57\x37\x54\x5a\x57\x35\x53','\x6a\x4e\x57\x76\x46\x73\x72\x6f\x73\x71','\x57\x51\x34\x58\x43\x4e\x78\x64\x4c\x43\x6f\x79\x57\x37\x72\x54','\x57\x37\x64\x63\x53\x53\x6b\x72\x43\x4a\x57','\x44\x73\x46\x64\x53\x30\x57\x6c','\x57\x37\x39\x37\x67\x65\x69\x79\x42\x6d\x6f\x49\x6f\x61','\x57\x37\x4a\x63\x54\x43\x6b\x51\x57\x34\x56\x63\x4a\x47\x62\x43\x65\x61','\x6b\x38\x6f\x66\x44\x62\x6c\x64\x47\x57','\x57\x51\x70\x63\x51\x53\x6f\x6a\x79\x62\x4f','\x57\x36\x33\x63\x52\x53\x6b\x39\x57\x35\x61','\x57\x36\x56\x63\x55\x6d\x6b\x59\x73\x58\x52\x64\x49\x6d\x6f\x58\x6c\x47','\x57\x50\x52\x63\x56\x43\x6f\x77','\x41\x53\x6b\x32\x57\x37\x4f\x5a\x57\x37\x4f','\x6c\x31\x47\x79\x57\x37\x46\x64\x56\x53\x6b\x6e','\x57\x37\x6e\x4d\x65\x61','\x64\x4a\x64\x64\x4b\x43\x6b\x73','\x73\x38\x6f\x32\x72\x53\x6f\x32\x57\x34\x57','\x68\x5a\x78\x64\x4d\x71','\x57\x36\x61\x4a\x57\x37\x38','\x6d\x68\x38\x35\x57\x36\x33\x64\x52\x57','\x70\x53\x6b\x38\x57\x34\x43\x52','\x57\x36\x71\x4d\x57\x36\x35\x4e\x68\x47','\x78\x6d\x6b\x6a\x57\x52\x4e\x63\x47\x6d\x6b\x33','\x71\x4b\x46\x63\x56\x53\x6f\x59\x57\x34\x44\x30\x57\x35\x4a\x64\x55\x57','\x6f\x38\x6b\x52\x57\x37\x31\x5a\x57\x36\x4e\x63\x55\x53\x6f\x6c\x57\x34\x57','\x57\x34\x66\x67\x57\x34\x58\x4e\x57\x35\x76\x52','\x57\x37\x39\x56\x57\x35\x57\x67\x63\x47','\x57\x34\x69\x68\x57\x37\x4e\x64\x4c\x47','\x57\x50\x57\x6f\x66\x47\x61\x35\x65\x6d\x6b\x31\x57\x37\x71','\x57\x36\x70\x63\x50\x31\x75','\x6a\x53\x6b\x41\x68\x61','\x78\x6d\x6b\x6a\x57\x52\x2f\x63\x4b\x71','\x57\x37\x52\x64\x4a\x43\x6f\x6f\x57\x4f\x65\x37','\x57\x4f\x78\x63\x52\x53\x6f\x62\x57\x52\x7a\x48\x57\x50\x69\x68\x57\x4f\x47','\x66\x49\x30\x69\x57\x4f\x6d','\x57\x4f\x43\x61\x73\x4e\x57','\x6c\x53\x6b\x59\x57\x34\x69','\x6e\x49\x34\x66\x65\x33\x52\x64\x52\x38\x6f\x44\x68\x47','\x57\x50\x65\x41\x74\x4d\x4e\x64\x54\x57','\x69\x66\x76\x48\x57\x4f\x79\x2b','\x57\x52\x53\x33\x46\x4d\x47','\x57\x4f\x46\x63\x51\x53\x6f\x79\x57\x52\x4f','\x6e\x43\x6b\x72\x57\x4f\x76\x4e\x57\x51\x4e\x64\x4b\x62\x34','\x57\x50\x71\x2f\x77\x59\x74\x63\x47\x57','\x44\x73\x46\x64\x4f\x65\x30\x78\x46\x38\x6b\x63','\x57\x37\x4c\x33\x57\x34\x57\x4e\x61\x38\x6b\x4e\x57\x50\x4c\x59','\x69\x78\x6d\x44','\x77\x61\x42\x63\x4f\x6d\x6b\x42\x57\x37\x57','\x57\x4f\x61\x50\x6a\x67\x57','\x57\x35\x52\x64\x4b\x43\x6f\x74\x57\x4f\x69\x78','\x43\x38\x6f\x6d\x57\x37\x5a\x64\x4f\x6d\x6b\x47\x57\x51\x5a\x63\x50\x6d\x6f\x78','\x6b\x57\x6c\x63\x51\x71','\x6f\x38\x6b\x4e\x57\x36\x50\x50','\x61\x63\x4b\x69\x57\x50\x69','\x57\x51\x33\x63\x54\x38\x6b\x7a','\x57\x52\x68\x63\x53\x38\x6b\x7a\x44\x57','\x57\x34\x38\x69\x57\x36\x56\x64\x47\x67\x2f\x64\x50\x72\x57\x37','\x43\x43\x6f\x70\x57\x36\x42\x64\x50\x53\x6b\x51\x57\x52\x52\x63\x54\x38\x6f\x71','\x57\x37\x35\x31\x62\x4b\x4f','\x57\x37\x33\x64\x4c\x5a\x75\x32\x57\x37\x64\x64\x52\x71','\x57\x34\x6e\x6c\x57\x35\x66\x58\x57\x34\x39\x54\x74\x4b\x47','\x44\x65\x52\x63\x48\x47\x4a\x63\x51\x53\x6b\x50','\x6b\x43\x6b\x32\x57\x34\x43\x52','\x62\x49\x39\x75\x65\x71','\x6f\x6d\x6b\x52\x57\x35\x43\x36\x57\x37\x42\x64\x54\x61','\x57\x37\x56\x64\x54\x43\x6f\x78\x6c\x71','\x6a\x6d\x6f\x53\x75\x76\x79\x4b','\x73\x38\x6b\x6a\x57\x34\x79\x4d','\x69\x6d\x6b\x46\x6f\x48\x42\x64\x4b\x71','\x6c\x74\x34\x65\x62\x77\x74\x64\x50\x38\x6f\x67\x64\x57','\x73\x38\x6f\x59\x77\x6d\x6f\x48\x57\x36\x61\x6b\x7a\x38\x6f\x67','\x57\x50\x34\x50\x6b\x32\x38\x37\x57\x52\x6d','\x79\x38\x6f\x78\x57\x37\x70\x64\x56\x6d\x6b\x58','\x57\x37\x56\x63\x56\x53\x6b\x52\x57\x35\x5a\x63\x51\x47','\x75\x43\x6b\x50\x57\x34\x53\x53\x57\x50\x6d','\x62\x74\x68\x64\x4d\x38\x6f\x52\x76\x38\x6b\x4b\x76\x38\x6f\x50','\x57\x4f\x43\x6e\x72\x32\x74\x64\x52\x57','\x57\x52\x57\x36\x7a\x59\x37\x63\x4a\x38\x6b\x61','\x45\x43\x6b\x4b\x63\x4a\x50\x4e','\x7a\x6d\x6f\x63\x57\x37\x4e\x64\x51\x38\x6b\x32','\x44\x43\x6b\x51\x66\x57','\x45\x53\x6b\x38\x57\x36\x53\x50','\x57\x37\x4a\x63\x50\x53\x6b\x38\x73\x61\x64\x64\x49\x71','\x6b\x43\x6b\x32\x57\x34\x57\x52','\x42\x38\x6f\x55\x70\x53\x6f\x67\x44\x47','\x57\x37\x5a\x63\x52\x4b\x6e\x55\x57\x35\x79\x63\x57\x37\x38','\x64\x5a\x70\x64\x4c\x53\x6b\x6f\x79\x53\x6b\x57','\x77\x6d\x6b\x6a\x57\x52\x78\x63\x49\x61','\x62\x6d\x6f\x57\x74\x71','\x57\x36\x6d\x31\x57\x36\x58\x30\x63\x71','\x77\x43\x6b\x61\x57\x52\x5a\x63\x4b\x38\x6b\x4d','\x57\x52\x69\x53\x70\x59\x53\x7a\x6e\x57','\x57\x50\x30\x6e\x73\x4e\x52\x64\x53\x68\x71','\x57\x36\x4e\x63\x56\x53\x6b\x39\x57\x34\x57','\x71\x38\x6b\x69\x57\x51\x42\x63\x47\x38\x6b\x57','\x61\x58\x56\x64\x4a\x43\x6f\x38\x76\x61','\x6c\x43\x6b\x72\x68\x57\x68\x64\x51\x6d\x6b\x53\x77\x38\x6f\x63','\x57\x50\x42\x63\x50\x43\x6f\x78','\x71\x53\x6b\x56\x57\x34\x4b','\x6c\x43\x6f\x37\x73\x65\x79\x4d','\x79\x38\x6b\x53\x57\x36\x61\x50\x57\x34\x6a\x63\x57\x51\x78\x63\x4e\x61','\x6c\x4e\x57\x71\x44\x63\x76\x79\x78\x38\x6f\x4a','\x43\x75\x68\x63\x4b\x71','\x57\x37\x50\x39\x67\x30\x79\x6e\x73\x57','\x57\x36\x44\x4a\x57\x35\x4f\x55\x64\x47','\x57\x37\x5a\x64\x52\x38\x6f\x54\x69\x6d\x6b\x37\x69\x71','\x6d\x38\x6b\x76\x63\x48\x74\x64\x54\x43\x6b\x4f\x75\x57','\x69\x6d\x6b\x57\x57\x37\x43','\x63\x59\x79\x43','\x74\x71\x56\x63\x52\x43\x6b\x42\x57\x36\x52\x64\x53\x57','\x74\x43\x6b\x6e\x57\x34\x6d','\x71\x6d\x6b\x77\x57\x36\x74\x63\x49\x71\x38','\x57\x37\x33\x63\x51\x38\x6b\x2b\x73\x71\x42\x64\x4a\x43\x6f\x34','\x67\x53\x6b\x58\x57\x50\x6e\x4a\x57\x4f\x75','\x72\x53\x6b\x34\x57\x35\x4a\x63\x4e\x48\x30','\x61\x67\x69\x30\x57\x35\x33\x64\x4c\x6d\x6b\x39\x45\x43\x6b\x76','\x57\x37\x76\x4e\x67\x57\x47\x6e','\x73\x53\x6b\x31\x57\x35\x2f\x63\x4b\x47','\x77\x53\x6f\x59\x78\x47','\x6a\x63\x69\x65\x61\x76\x46\x64\x51\x6d\x6f\x71','\x57\x50\x33\x64\x52\x6d\x6f\x68','\x57\x36\x47\x2b\x57\x36\x57','\x57\x50\x57\x56\x61\x33\x65\x48','\x6e\x63\x6d\x45\x61\x31\x2f\x63\x50\x6d\x6f\x7a\x68\x47','\x76\x6d\x6b\x47\x57\x34\x47\x55\x57\x50\x2f\x63\x4e\x65\x34','\x68\x64\x70\x64\x4c\x6d\x6b\x66\x41\x57','\x42\x43\x6b\x35\x63\x32\x76\x51\x44\x38\x6f\x4a\x71\x57','\x6c\x68\x30\x46\x44\x4a\x4c\x69\x74\x53\x6f\x2f','\x57\x34\x56\x64\x48\x38\x6b\x55\x62\x43\x6f\x4c','\x66\x74\x4e\x64\x4d\x53\x6b\x6b\x45\x6d\x6b\x51\x57\x51\x48\x38','\x70\x57\x56\x63\x54\x64\x68\x63\x51\x47','\x75\x65\x37\x63\x54\x53\x6f\x51','\x6c\x73\x4f\x6f\x65\x31\x34','\x64\x64\x78\x64\x4b\x43\x6b\x68','\x57\x50\x53\x49\x6a\x4d\x71\x36\x57\x52\x38\x79\x57\x50\x69','\x57\x34\x70\x64\x49\x6d\x6b\x2b','\x42\x43\x6f\x51\x6b\x53\x6f\x68','\x46\x53\x6b\x51\x63\x4a\x50\x4e','\x57\x51\x65\x55\x70\x63\x4b','\x73\x53\x6b\x70\x57\x51\x74\x63\x4c\x6d\x6b\x51\x57\x34\x4c\x42','\x6e\x49\x4f\x42\x62\x66\x34','\x46\x49\x5a\x64\x4f\x76\x4f\x55\x6d\x43\x6b\x63\x57\x34\x69','\x57\x4f\x38\x55\x72\x61','\x79\x75\x46\x63\x4e\x47\x4a\x63\x51\x53\x6b\x55','\x57\x4f\x53\x51\x77\x73\x52\x63\x47\x59\x53','\x57\x52\x5a\x63\x4c\x6d\x6f\x72\x44\x71','\x76\x6d\x6f\x4b\x72\x6d\x6b\x4b\x57\x35\x30','\x6b\x4c\x4a\x63\x4e\x4c\x65\x4c\x57\x35\x6c\x63\x4e\x38\x6b\x4b','\x57\x52\x30\x33\x43\x68\x78\x64\x4e\x38\x6f\x62','\x6f\x33\x4f\x75\x41\x4a\x4b','\x57\x34\x4a\x64\x47\x38\x6b\x39\x62\x38\x6f\x35\x42\x53\x6f\x56\x7a\x71','\x76\x4c\x78\x63\x55\x6d\x6f\x57','\x57\x37\x52\x63\x52\x53\x6b\x35','\x57\x34\x71\x64\x57\x36\x4a\x64\x4b\x4b\x5a\x64\x50\x72\x34\x32','\x57\x37\x4e\x63\x4f\x31\x7a\x57\x57\x35\x69\x61\x57\x36\x4b','\x6b\x53\x6b\x53\x57\x37\x7a\x55\x57\x37\x4a\x63\x56\x6d\x6f\x6e\x57\x34\x4b','\x75\x38\x6b\x54\x57\x35\x71\x54','\x57\x52\x42\x63\x50\x53\x6b\x70\x7a\x53\x6f\x46','\x6b\x6d\x6b\x4e\x57\x36\x79','\x62\x38\x6f\x36\x78\x62\x46\x64\x56\x78\x68\x63\x52\x61','\x73\x53\x6b\x78\x57\x52\x68\x63\x49\x53\x6b\x32\x57\x34\x31\x43\x57\x37\x71','\x57\x35\x47\x68\x57\x37\x4a\x64\x50\x31\x33\x64\x54\x62\x57','\x77\x38\x6b\x53\x57\x35\x2f\x63\x4c\x71','\x57\x37\x4a\x63\x51\x75\x54\x35','\x46\x38\x6f\x43\x79\x53\x6f\x4f\x57\x36\x53','\x75\x6d\x6f\x49\x77\x43\x6f\x33\x57\x34\x44\x64\x44\x57','\x57\x36\x42\x64\x54\x43\x6f\x2f\x70\x43\x6b\x51\x6e\x30\x47\x47','\x7a\x53\x6b\x6f\x57\x37\x61\x42\x57\x51\x75','\x75\x43\x6b\x66\x57\x35\x4b\x33\x57\x35\x54\x51\x57\x52\x57','\x57\x37\x33\x64\x48\x6d\x6f\x46\x57\x4f\x34','\x57\x4f\x79\x4b\x6c\x68\x4f\x52\x57\x37\x79\x6e\x57\x4f\x71','\x57\x36\x37\x64\x49\x74\x53\x31\x57\x36\x52\x64\x52\x64\x38','\x57\x4f\x79\x50\x70\x78\x57','\x57\x4f\x4a\x63\x51\x66\x47\x5a\x70\x61','\x57\x50\x65\x44\x71\x4d\x74\x64\x55\x67\x72\x64\x46\x57','\x6c\x38\x6f\x4b\x72\x4c\x4f\x36','\x73\x43\x6f\x59\x75\x53\x6f\x33','\x61\x73\x54\x66\x61\x71','\x6e\x5a\x4b\x45\x62\x76\x6c\x64\x50\x38\x6f\x6f','\x6b\x66\x38\x65\x57\x36\x56\x64\x54\x53\x6b\x42','\x43\x38\x6b\x51\x63\x61','\x57\x51\x34\x73\x62\x63\x57\x61','\x75\x65\x70\x63\x52\x38\x6f\x51','\x57\x51\x43\x70\x66\x4c\x30\x6f','\x71\x43\x6b\x65\x57\x52\x78\x63\x47\x53\x6b\x54\x57\x4f\x54\x43','\x57\x34\x74\x64\x49\x43\x6b\x56\x61\x43\x6f\x4c\x46\x57','\x64\x43\x6f\x30\x76\x71','\x57\x36\x33\x63\x4f\x38\x6b\x34\x77\x71','\x57\x34\x4b\x6b\x57\x36\x37\x64\x48\x4b\x56\x64\x51\x71','\x44\x6d\x6f\x68\x57\x35\x2f\x64\x56\x43\x6b\x4a','\x57\x37\x33\x63\x4f\x38\x6b\x5a\x77\x71','\x41\x38\x6b\x67\x57\x36\x75\x38\x57\x37\x66\x7a\x57\x51\x38','\x64\x43\x6f\x48\x7a\x48\x46\x64\x54\x4a\x4a\x63\x51\x38\x6b\x6b','\x66\x6d\x6f\x36\x74\x61\x4a\x64\x54\x57','\x57\x34\x44\x67\x6d\x67\x53\x34\x42\x43\x6f\x74\x67\x57','\x6e\x38\x6b\x6e\x65\x71\x37\x64\x55\x57','\x57\x36\x64\x63\x52\x30\x48\x34','\x57\x36\x56\x63\x56\x38\x6b\x55\x76\x71','\x57\x34\x78\x64\x49\x53\x6b\x37\x64\x38\x6f\x47\x79\x53\x6f\x4c\x6c\x57','\x44\x43\x6f\x6e\x57\x37\x42\x64\x56\x43\x6b\x73\x57\x51\x42\x63\x50\x6d\x6f\x71','\x45\x6d\x6f\x63\x57\x36\x65','\x57\x37\x4a\x63\x53\x30\x72\x32\x57\x35\x79\x61\x57\x37\x47\x53','\x69\x57\x4e\x63\x53\x73\x53','\x57\x35\x64\x64\x48\x38\x6b\x32\x65\x38\x6f\x4f','\x6e\x59\x71\x7a\x66\x76\x37\x64\x55\x38\x6f\x41','\x70\x53\x6f\x53\x78\x30\x43','\x57\x37\x33\x63\x50\x30\x50\x50\x57\x35\x79','\x46\x66\x5a\x63\x4a\x64\x4e\x63\x52\x6d\x6b\x56\x57\x36\x69\x64','\x57\x36\x33\x63\x52\x38\x6b\x56\x78\x5a\x52\x64\x47\x53\x6f\x57\x6c\x57','\x57\x50\x6c\x63\x55\x6d\x6f\x61\x57\x52\x50\x31\x57\x50\x38\x68\x57\x4f\x47','\x70\x30\x5a\x63\x4c\x31\x6d\x30\x57\x34\x6d','\x57\x34\x37\x64\x48\x38\x6b\x50','\x73\x53\x6f\x30\x57\x35\x33\x64\x4e\x43\x6b\x32','\x6a\x6d\x6f\x53\x71\x66\x69\x49\x57\x34\x53\x37\x6d\x71','\x45\x6d\x6b\x34\x57\x36\x65\x30\x57\x37\x58\x63\x57\x51\x4e\x63\x4a\x71','\x57\x4f\x78\x63\x4e\x31\x53\x4e\x68\x47','\x57\x36\x5a\x64\x4e\x49\x69\x51\x57\x36\x42\x64\x56\x57','\x57\x37\x4c\x59\x66\x30\x57\x55','\x70\x57\x6c\x63\x53\x59\x68\x63\x50\x53\x6f\x37\x57\x34\x76\x69','\x44\x4b\x4e\x63\x47\x71\x37\x63\x52\x6d\x6b\x30\x57\x36\x4b\x78','\x57\x52\x71\x53\x70\x59\x30\x6d','\x42\x38\x6b\x34\x63\x33\x6d','\x57\x36\x4e\x64\x4d\x49\x43','\x77\x38\x6b\x6f\x57\x52\x56\x63\x47\x38\x6b\x54\x57\x35\x38','\x62\x33\x35\x46','\x57\x50\x30\x68\x78\x57','\x42\x43\x6b\x32\x57\x37\x30\x35\x57\x37\x72\x79\x57\x51\x70\x63\x48\x57','\x6b\x38\x6f\x4c\x73\x31\x79\x58\x57\x34\x53','\x64\x38\x6f\x57\x76\x57\x70\x64\x50\x5a\x34','\x6f\x43\x6f\x38\x72\x75\x61\x5a\x57\x35\x38\x51\x45\x71','\x45\x6d\x6f\x50\x6a\x53\x6f\x77\x79\x71','\x72\x53\x6b\x34\x57\x35\x57','\x57\x34\x58\x62\x57\x35\x35\x30\x57\x35\x34','\x71\x47\x6c\x63\x4f\x53\x6b\x6a\x57\x36\x33\x64\x56\x47','\x70\x78\x43\x62\x44\x64\x31\x69\x78\x57','\x6c\x30\x69\x71\x57\x37\x52\x64\x53\x61','\x6b\x75\x42\x63\x4d\x66\x75\x59','\x64\x68\x76\x6e\x57\x4f\x79\x6a','\x75\x53\x6f\x4c\x74\x57','\x57\x36\x2f\x63\x52\x38\x6b\x55\x73\x72\x52\x64\x47\x53\x6f\x5a','\x6c\x63\x4f\x64\x66\x65\x4b','\x57\x36\x37\x63\x54\x38\x6b\x4e\x57\x35\x56\x63\x56\x61','\x74\x6d\x6b\x38\x57\x35\x47','\x57\x52\x42\x63\x55\x43\x6b\x68\x7a\x47','\x68\x73\x37\x64\x4b\x53\x6b\x67','\x70\x30\x74\x63\x4c\x75\x75\x61\x57\x35\x37\x63\x4d\x6d\x6b\x2f','\x72\x47\x42\x63\x56\x57','\x57\x51\x53\x33\x7a\x78\x78\x64\x4e\x53\x6f\x46\x57\x35\x58\x4c','\x57\x50\x75\x51\x76\x49\x4e\x63\x48\x61','\x57\x37\x74\x64\x54\x53\x6f\x6f\x6a\x43\x6b\x77','\x57\x50\x75\x65\x73\x4e\x57','\x6f\x43\x6f\x4d\x73\x4c\x79','\x57\x37\x52\x64\x49\x43\x6f\x6f\x57\x4f\x71\x51','\x57\x50\x61\x51\x77\x74\x4b','\x66\x4a\x2f\x64\x48\x53\x6f\x32\x72\x43\x6b\x4f\x75\x43\x6f\x49','\x57\x36\x58\x48\x62\x4b\x43','\x77\x47\x6c\x63\x56\x53\x6b\x64','\x75\x43\x6b\x70\x57\x35\x34\x4d','\x57\x37\x33\x63\x52\x30\x6d','\x45\x63\x37\x64\x50\x66\x57\x6b\x70\x71','\x6c\x31\x75\x63\x57\x36\x30','\x57\x37\x37\x64\x49\x53\x6f\x6a\x57\x4f\x6d\x51\x57\x36\x58\x74\x57\x34\x43','\x65\x64\x39\x79','\x46\x38\x6b\x51\x66\x33\x72\x47','\x57\x37\x42\x64\x48\x38\x6b\x35\x6a\x6d\x6f\x70','\x7a\x6d\x6f\x67\x57\x36\x52\x64\x55\x47','\x6b\x4c\x4a\x63\x4d\x65\x61\x32\x57\x34\x70\x63\x49\x43\x6b\x69','\x70\x43\x6f\x48\x74\x4c\x38\x5a','\x57\x36\x4e\x63\x50\x31\x72\x35','\x74\x6d\x6b\x76\x57\x35\x6d\x47\x57\x35\x7a\x38\x57\x52\x30\x6b','\x45\x6d\x6f\x54\x69\x43\x6f\x77\x46\x75\x57','\x45\x38\x6f\x36\x69\x71','\x57\x4f\x79\x76\x75\x71\x42\x63\x4c\x47','\x71\x43\x6b\x65\x57\x52\x46\x63\x48\x38\x6b\x33\x57\x34\x4c\x6d\x57\x52\x57','\x41\x63\x37\x64\x52\x65\x4f\x43','\x57\x51\x75\x51\x75\x73\x6c\x63\x48\x73\x79','\x57\x37\x56\x63\x54\x65\x4c\x51\x57\x35\x4f\x68\x57\x36\x4b','\x6e\x63\x4f\x66\x66\x4c\x37\x64\x56\x43\x6f\x4f\x67\x61','\x77\x43\x6b\x65\x57\x51\x6c\x63\x48\x6d\x6b\x6b\x57\x34\x6a\x6d\x57\x37\x71','\x57\x34\x7a\x69\x57\x35\x35\x32\x57\x37\x7a\x2b\x78\x57'];_0xb41a=function(){return _0x17d156;};return _0xb41a();}function splitConstraintClauses(_0x48f87f){const _0x59bdad=_0x52d82d,_0x3171a6=[..._0x48f87f[_0x59bdad(0x467,'\x4e\x45\x71\x42')](CLAUSE_MARKER_RE)];return _0x3171a6['\x66\x6c\x61\x74\x4d\x61\x70']((_0x4af517,_0x4b57ce)=>{const _0xd7ee74=_0x59bdad,_0x4d51e5=_0x4af517[_0xd7ee74(0x4de,'\x48\x49\x45\x24')],_0x592c63=_0x3171a6[_0x4b57ce+(0x173*-0x5+-0x6b0*0x1+-0x4*-0x37c)]?.[_0xd7ee74(0x56c,'\x7a\x4e\x66\x66')]??_0x48f87f[_0xd7ee74(0x5b8,'\x71\x70\x25\x76')],_0x3a9f7c=_0x48f87f[_0xd7ee74(0x77c,'\x43\x31\x24\x6b')](_0x4d51e5,_0x592c63),_0x577753=_0x3a9f7c[_0xd7ee74(0x6f2,'\x45\x53\x66\x41')](/\b(?:and|but|however|although|though)\s*$/i),_0x3a5431=_0x4d51e5+(_0x577753?.['\x69\x6e\x64\x65\x78']??_0x3a9f7c[_0xd7ee74(0x81e,'\x5d\x29\x53\x66')]),_0x53c115=_0x48f87f[_0xd7ee74(0x14e,'\x35\x31\x21\x71')](_0x4d51e5,_0x3a5431)[_0xd7ee74(0x66c,'\x21\x64\x5d\x35')](/\s*$/)?.[-0x4c*0x61+0x479*-0x4+-0x30*-0xf9]['\x6c\x65\x6e\x67\x74\x68']??-0x25b*-0x1+0x4*-0x466+0x1*0xf3d,_0x3636e1=_0x3a5431-_0x53c115;if(_0x3636e1<=_0x4d51e5)return[];return[{'\x6b\x69\x6e\x64':kindForMarker(_0x4af517[0x13a6+0x96f+0x1d15*-0x1]),'\x74\x65\x78\x74':_0x48f87f['\x73\x6c\x69\x63\x65'](_0x4d51e5,_0x3636e1),'\x73\x74\x61\x72\x74':_0x4d51e5,'\x65\x6e\x64':_0x3636e1}];});}function safeSource(_0x58991e){const _0x18f6b6=_0x52d82d;return _0x58991e===_0x18f6b6(0x65d,'\x4e\x45\x71\x42')||_0x58991e===_0x18f6b6(0x30d,'\x4c\x4a\x73\x70')||_0x58991e===_0x18f6b6(0x35b,'\x4c\x56\x21\x6e')?_0x58991e:_0x18f6b6(0x88c,'\x33\x73\x77\x6d');}function safeTraceId(_0x37fdf7){const _0x3b7f8d=_0x52d82d;if(typeof _0x37fdf7!==_0x3b7f8d(0x457,'\x4c\x56\x21\x6e')||_0x37fdf7[_0x3b7f8d(0x565,'\x4c\x56\x21\x6e')]===0x1eab+0x755*-0x1+0x67*-0x3a)return undefined;return _0x3b7f8d(0x4c3,'\x2a\x35\x33\x38')+sha256(_0x37fdf7)[_0x3b7f8d(0x432,'\x21\x64\x5d\x35')](_0x3b7f8d(0x20c,'\x58\x55\x4e\x39')[_0x3b7f8d(0x1f2,'\x58\x55\x4e\x39')],_0x3b7f8d(0x5a5,'\x34\x36\x4f\x47')[_0x3b7f8d(0x33f,'\x78\x62\x68\x4d')]+(-0xb4+-0x683*-0x3+-0x12c5));}function sensitiveClassesForConstraint(_0x467895){const _0x544b45=_0x52d82d,_0x361885=normalize(_0x467895),_0x5d359c=new Set();if(/\b(?:secrets?|tokens?|api[_ -]?keys?|credentials?|passwords?|bearer|private[_ -]?keys?)\b/[_0x544b45(0x4f5,'\x4c\x72\x6f\x49')](_0x361885)){if(_0x544b45(0x24a,'\x33\x73\x77\x6d')!==_0x544b45(0x15f,'\x4c\x72\x6f\x49')){let _0x46856a=_0x516013+(-0x2014+-0x5*-0x61d+0x184);while(_0x46856a<_0x5e0947[_0x544b45(0xd8,'\x7a\x4e\x66\x66')+'\x78']&&_0x523ee0(_0xca0124,_0x46856a)){_0x46856a+=0x2172+-0x3*0x821+-0x90e;}return/(?:ed|ing)$/u[_0x544b45(0x53f,'\x5a\x25\x5a\x6f')](_0x506e06[_0x544b45(0x2f6,'\x46\x66\x49\x71')][_0x46856a]?.[_0x544b45(0x5d5,'\x34\x36\x4f\x47')]??'')&&_0x28d673(_0x5c1ee4,_0x3ca798,_0x46856a);}else _0x5d359c[_0x544b45(0x2bd,'\x71\x71\x66\x5e')](_0x544b45(0x869,'\x4c\x4a\x73\x70')+'\x61\x6c');}if(/\b(?:email|e-mail|mail)\b/[_0x544b45(0x870,'\x43\x31\x24\x6b')](_0x361885))_0x5d359c[_0x544b45(0x7d5,'\x76\x43\x76\x33')](_0x544b45(0x32f,'\x4c\x4a\x73\x70'));if(/\b(?:paths?|directories?|filesystem|home\s+directory|user\s+profile)\b/[_0x544b45(0xf7,'\x4b\x61\x4b\x59')](_0x361885)){if(_0x544b45(0x86f,'\x35\x31\x21\x71')!==_0x544b45(0x5a3,'\x2a\x35\x33\x38')){for(let _0x2c22e6=_0x1649ae+(-0x13*0x146+-0x38*0x6d+0x300b);_0x2c22e6<=_0xb5a32f;_0x2c22e6+=-0x1543+-0xdb0+-0x4*-0x8bd){if(!_0x2ff70c(_0x526005,_0x2c22e6))return _0x3ea3be[_0x544b45(0x395,'\x78\x62\x68\x4d')][_0x2c22e6]?.[_0x544b45(0x1a6,'\x6e\x4f\x26\x45')];}return _0x5c5263;}else _0x5d359c[_0x544b45(0x446,'\x4c\x4a\x73\x70')](_0x544b45(0x863,'\x71\x78\x4a\x71')+'\x65\x6d\x5f\x70\x61\x74\x68');}return[..._0x5d359c];}const TARGET_STOPWORDS=new Set(['\x61',_0x52d82d(0x4a1,'\x42\x69\x23\x44'),_0x52d82d(0x568,'\x63\x30\x44\x71'),'\x61\x6e',_0x52d82d(0x7ad,'\x5d\x55\x50\x70'),_0x52d82d(0x21e,'\x6f\x6c\x73\x72'),'\x61\x73','\x61\x74','\x62\x65',_0x52d82d(0x786,'\x4c\x72\x6f\x49'),'\x62\x79',_0x52d82d(0x171,'\x45\x53\x66\x41'),_0x52d82d(0x774,'\x34\x36\x4f\x47'),_0x52d82d(0x7fe,'\x35\x31\x21\x71'),'\x69\x6e',_0x52d82d(0x198,'\x42\x69\x23\x44'),'\x69\x73','\x6f\x66','\x6f\x6e','\x6f\x6e\x6c\x79','\x6f\x72',_0x52d82d(0x8e,'\x7a\x4e\x66\x66'),_0x52d82d(0x4f0,'\x35\x25\x6c\x69'),_0x52d82d(0x588,'\x54\x67\x4a\x35'),_0x52d82d(0x804,'\x79\x6c\x5b\x4e'),_0x52d82d(0x433,'\x72\x67\x51\x66'),'\x74\x6f','\x75\x6e\x74\x69\x6c',_0x52d82d(0x6d7,'\x6f\x6c\x73\x72'),_0x52d82d(0x1f7,'\x63\x30\x44\x71'),_0x52d82d(0x528,'\x6e\x4f\x26\x45')]),GENERIC_ACTION_TERMS=new Set([_0x52d82d(0x1e9,'\x54\x4e\x6b\x5d'),_0x52d82d(0x3c4,'\x4b\x78\x45\x56'),_0x52d82d(0x67d,'\x5d\x29\x53\x66'),_0x52d82d(0x680,'\x35\x31\x21\x71'),_0x52d82d(0x4b1,'\x57\x5a\x32\x5a')]),AMBIGUOUS_DEFERRED_VERB_TERMS=new Set([_0x52d82d(0x896,'\x21\x64\x5d\x35')]);function targetTerms(_0x53cee3,_0x5150ea){const _0x58ddb6=_0x52d82d,_0x5ba0bf=normalize(_0x53cee3[_0x58ddb6(0x594,'\x7a\x4e\x66\x66')](REDACTION_MARKER_RE,'\x20')[_0x58ddb6(0x3b7,'\x4b\x78\x45\x56')](CLAUSE_MARKER_RE,'\x20'))[_0x58ddb6(0x2fd,'\x54\x67\x4a\x35')](/\b(?:must\s+not|must-not|mustn't|do\s+not|don't|never|must|required|requires|require|needs\s+to|need\s+to|should)\b/g,'\x20')[_0x58ddb6(0x97,'\x78\x62\x68\x4d')](/\s+/g,'\x20')[_0x58ddb6(0x80f,'\x6e\x33\x6b\x6e')](),_0x15851b=new Set(),_0x1e1d67=[];let _0x357593=!![],_0x2d98c0=![];const _0x116951=isContrastiveConstraint(_0x53cee3);let _0x4dd447=0x2*-0x377+0x47*0xd+-0x353*-0x1;const _0x22a290=new Map(),_0x36b28b=_0x5150ea===_0x58ddb6(0x88,'\x4c\x56\x21\x6e')?0x6f9+0x1*-0x2243+0x6d4*0x4:-0x4*-0x469+-0x75d+-0xa43;for(const _0x5cf1e0 of _0x5ba0bf[_0x58ddb6(0x14a,'\x79\x41\x65\x21')]('\x20')){if(!_0x5cf1e0)continue;if(TARGET_STOPWORDS[_0x58ddb6(0x303,'\x43\x66\x46\x47')](_0x5cf1e0)){if(_0x116951&&_0x5cf1e0===_0x58ddb6(0x4a2,'\x63\x30\x44\x71'))_0x4dd447+=-0x1*-0x136e+0x1648+-0x29b5,_0x357593=!![],_0x2d98c0=![];else(_0x5cf1e0===_0x58ddb6(0x4dc,'\x46\x66\x49\x71')||_0x5cf1e0==='\x6f\x72')&&(_0x357593=!![],_0x2d98c0=![]);continue;}const _0x27a7e6=_0x357593,_0x2c08a6=_0x4dd447+'\x3a'+_0x5cf1e0;if(GENERIC_ACTION_TERMS[_0x58ddb6(0x452,'\x79\x6c\x5b\x4e')](_0x5cf1e0)||_0x5cf1e0[_0x58ddb6(0x3ac,'\x79\x41\x65\x21')]<-0xcfa+-0x1*0x232c+-0x1815*-0x2&&!IMPORTANT_TERMS[_0x58ddb6(0x40d,'\x71\x71\x66\x5e')](_0x5cf1e0)||_0x15851b[_0x58ddb6(0xe4,'\x7a\x4e\x66\x66')](_0x2c08a6)||(_0x22a290[_0x58ddb6(0x772,'\x45\x53\x66\x41')](_0x4dd447)??0x1367+-0x13dc+0x75)>=_0x36b28b){if(_0x357593)_0x2d98c0=!![];continue;}_0x357593=![],_0x15851b[_0x58ddb6(0xdb,'\x34\x36\x4f\x47')](_0x2c08a6),_0x22a290[_0x58ddb6(0x4f6,'\x76\x43\x76\x33')](_0x4dd447,(_0x22a290['\x67\x65\x74'](_0x4dd447)??0x1*0x21bd+-0xb*0x28a+-0x5cf)+(-0x1471+-0x17*-0x19+0x1233)),_0x1e1d67[_0x58ddb6(0x722,'\x45\x53\x66\x41')]({'\x74\x65\x78\x74':_0x5cf1e0,'\x76\x65\x72\x62':_0x27a7e6,'\x76\x65\x72\x62\x41\x66\x74\x65\x72\x53\x6b\x69\x70\x70\x65\x64\x54\x65\x72\x6d':_0x27a7e6&&_0x2d98c0,'\x67\x72\x6f\x75\x70':_0x4dd447}),_0x2d98c0=![];}return _0x1e1d67;}const IRREGULAR_VERB_FORMS=new Map([['\x62\x65',['\x62\x65','\x61\x6d','\x69\x73',_0x52d82d(0x7df,'\x5d\x77\x66\x70'),_0x52d82d(0x4d2,'\x33\x73\x77\x6d'),_0x52d82d(0x2de,'\x43\x31\x24\x6b'),_0x52d82d(0x1c5,'\x72\x67\x51\x66'),_0x52d82d(0x461,'\x79\x6c\x5b\x4e')]],[_0x52d82d(0x230,'\x47\x64\x37\x28'),[_0x52d82d(0x28a,'\x4c\x72\x6f\x49'),_0x52d82d(0x1a9,'\x7a\x49\x51\x23'),_0x52d82d(0x6d9,'\x5a\x25\x5a\x6f'),_0x52d82d(0x41f,'\x4a\x4b\x71\x47'),_0x52d82d(0x26d,'\x63\x30\x44\x71')+'\x67']],[_0x52d82d(0x2fb,'\x58\x55\x4e\x39'),['\x62\x6c\x65\x65\x64',_0x52d82d(0x411,'\x5a\x25\x5a\x6f'),_0x52d82d(0x7c2,'\x7a\x4e\x66\x66'),_0x52d82d(0x268,'\x42\x69\x23\x44')]],[_0x52d82d(0x6a6,'\x63\x30\x44\x71'),[_0x52d82d(0x2a6,'\x54\x67\x4a\x35'),'\x62\x72\x65\x61\x6b\x73',_0x52d82d(0x391,'\x78\x62\x68\x4d'),_0x52d82d(0x5b5,'\x43\x31\x24\x6b'),_0x52d82d(0x4d0,'\x71\x78\x4a\x71')]],[_0x52d82d(0x36b,'\x63\x30\x44\x71'),[_0x52d82d(0x799,'\x78\x62\x68\x4d'),_0x52d82d(0x18c,'\x58\x55\x4e\x39'),_0x52d82d(0xa2,'\x4b\x78\x45\x56'),_0x52d82d(0x1cf,'\x5d\x77\x66\x70')]],[_0x52d82d(0x389,'\x7a\x4e\x66\x66'),[_0x52d82d(0x42d,'\x6e\x33\x6b\x6e'),_0x52d82d(0x616,'\x79\x6c\x5b\x4e'),'\x62\x72\x6f\x75\x67\x68\x74','\x62\x72\x69\x6e\x67\x69\x6e\x67']],[_0x52d82d(0x10a,'\x42\x69\x23\x44'),[_0x52d82d(0x498,'\x79\x6c\x5b\x4e'),_0x52d82d(0x881,'\x4c\x4a\x73\x70'),_0x52d82d(0x757,'\x21\x64\x5d\x35'),_0x52d82d(0x72e,'\x63\x30\x44\x71')]],[_0x52d82d(0x629,'\x6f\x6c\x73\x72'),['\x62\x75\x79',_0x52d82d(0x2ea,'\x58\x55\x4e\x39'),_0x52d82d(0x739,'\x67\x5b\x49\x52'),_0x52d82d(0x330,'\x43\x31\x24\x6b')]],[_0x52d82d(0x2bc,'\x4b\x71\x4c\x6e'),[_0x52d82d(0x831,'\x7a\x49\x51\x23'),_0x52d82d(0x817,'\x4e\x45\x71\x42'),_0x52d82d(0x305,'\x58\x55\x4e\x39'),_0x52d82d(0x75b,'\x71\x71\x66\x5e')]],[_0x52d82d(0x4d8,'\x4f\x73\x42\x5a'),[_0x52d82d(0x85d,'\x54\x67\x4a\x35'),_0x52d82d(0x4ba,'\x63\x59\x76\x79'),_0x52d82d(0x12e,'\x48\x49\x45\x24'),_0x52d82d(0x856,'\x4b\x78\x45\x56'),_0x52d82d(0x3ce,'\x71\x70\x25\x76')]],['\x64\x6f',['\x64\x6f',_0x52d82d(0x865,'\x54\x4e\x6b\x5d'),_0x52d82d(0x691,'\x34\x36\x4f\x47'),'\x64\x6f\x6e\x65',_0x52d82d(0x68c,'\x57\x5a\x32\x5a')]],[_0x52d82d(0x862,'\x35\x25\x6c\x69'),[_0x52d82d(0x248,'\x4c\x4a\x73\x70'),_0x52d82d(0x6c9,'\x63\x59\x76\x79'),'\x66\x65\x64',_0x52d82d(0x500,'\x54\x4e\x6b\x5d')]],[_0x52d82d(0x868,'\x4a\x4b\x71\x47'),[_0x52d82d(0x73e,'\x4b\x61\x4b\x59'),_0x52d82d(0x152,'\x4a\x4b\x71\x47'),_0x52d82d(0x880,'\x71\x71\x66\x5e'),_0x52d82d(0x58a,'\x5d\x77\x61\x46')]],[_0x52d82d(0xb7,'\x5d\x77\x61\x46'),[_0x52d82d(0x360,'\x7a\x4e\x66\x66'),_0x52d82d(0x2f4,'\x72\x67\x51\x66'),'\x67\x6f\x74',_0x52d82d(0x7ac,'\x6e\x33\x6b\x6e'),_0x52d82d(0x286,'\x6e\x33\x6b\x6e')]],['\x67\x69\x76\x65',[_0x52d82d(0x373,'\x79\x41\x65\x21'),'\x67\x69\x76\x65\x73',_0x52d82d(0xb4,'\x47\x64\x37\x28'),_0x52d82d(0x59d,'\x4b\x61\x4b\x59'),_0x52d82d(0x42b,'\x58\x55\x4e\x39')]],['\x67\x6f',['\x67\x6f',_0x52d82d(0x821,'\x43\x66\x46\x47'),_0x52d82d(0x32d,'\x78\x62\x68\x4d'),'\x67\x6f\x6e\x65',_0x52d82d(0x6fd,'\x34\x36\x4f\x47')]],['\x6b\x65\x65\x70',['\x6b\x65\x65\x70',_0x52d82d(0x2ec,'\x43\x31\x24\x6b'),'\x6b\x65\x70\x74',_0x52d82d(0x7d3,'\x54\x67\x4a\x35')]],[_0x52d82d(0x55f,'\x48\x49\x45\x24'),[_0x52d82d(0x5c8,'\x43\x31\x24\x6b'),_0x52d82d(0x2c6,'\x71\x67\x67\x65'),'\x6c\x65\x66\x74',_0x52d82d(0x890,'\x21\x64\x5d\x35')]],[_0x52d82d(0x333,'\x35\x31\x21\x71'),[_0x52d82d(0x100,'\x5d\x77\x61\x46'),_0x52d82d(0x7d2,'\x4a\x4b\x71\x47'),_0x52d82d(0x4a0,'\x5d\x29\x53\x66'),'\x6d\x61\x6b\x69\x6e\x67']],['\x72\x65\x61\x64',[_0x52d82d(0x6b0,'\x79\x6c\x5b\x4e'),_0x52d82d(0x778,'\x50\x75\x76\x57'),_0x52d82d(0x2a5,'\x7a\x4e\x66\x66')]],[_0x52d82d(0x16e,'\x42\x69\x23\x44'),[_0x52d82d(0x4bf,'\x71\x78\x4a\x71'),_0x52d82d(0x48d,'\x4c\x72\x6f\x49'),_0x52d82d(0x551,'\x79\x6c\x5b\x4e'),_0x52d82d(0x84f,'\x5d\x29\x53\x66'),_0x52d82d(0x343,'\x48\x49\x45\x24')]],[_0x52d82d(0x8b,'\x47\x64\x37\x28'),[_0x52d82d(0x89e,'\x2a\x35\x33\x38'),'\x72\x75\x6e\x73',_0x52d82d(0x7ea,'\x6e\x4f\x26\x45'),_0x52d82d(0x40b,'\x42\x69\x23\x44')]],[_0x52d82d(0x5ac,'\x4c\x4a\x73\x70'),['\x73\x65\x6e\x64',_0x52d82d(0x1cb,'\x67\x5b\x49\x52'),_0x52d82d(0x88a,'\x63\x59\x76\x79'),'\x73\x65\x6e\x64\x69\x6e\x67']],[_0x52d82d(0x673,'\x54\x67\x4a\x35'),[_0x52d82d(0x69f,'\x6f\x6c\x73\x72'),_0x52d82d(0x121,'\x4b\x61\x4b\x59'),_0x52d82d(0x7e3,'\x43\x66\x46\x47'),'\x73\x68\x6f\x77\x6e',_0x52d82d(0x6fc,'\x58\x55\x4e\x39')]],[_0x52d82d(0x35a,'\x5d\x55\x50\x70'),['\x73\x69\x6e\x67',_0x52d82d(0x1c2,'\x79\x41\x65\x21'),_0x52d82d(0x2d4,'\x72\x6c\x64\x52'),_0x52d82d(0xb1,'\x71\x70\x25\x76'),_0x52d82d(0x94,'\x7a\x4e\x66\x66')]],[_0x52d82d(0x873,'\x4b\x78\x45\x56'),[_0x52d82d(0x71d,'\x6e\x4f\x26\x45'),_0x52d82d(0x241,'\x71\x71\x66\x5e'),_0x52d82d(0x609,'\x63\x30\x44\x71'),_0x52d82d(0x5ff,'\x33\x73\x77\x6d'),_0x52d82d(0x310,'\x45\x53\x66\x41')]],[_0x52d82d(0x5d9,'\x7a\x4e\x66\x66'),[_0x52d82d(0x6a9,'\x79\x41\x65\x21'),_0x52d82d(0x87d,'\x6f\x6c\x73\x72'),_0x52d82d(0x26a,'\x4b\x78\x45\x56'),_0x52d82d(0x273,'\x4b\x71\x4c\x6e'),_0x52d82d(0xf8,'\x35\x25\x6c\x69')]],[_0x52d82d(0x531,'\x4a\x4b\x71\x47'),['\x74\x65\x61\x63\x68',_0x52d82d(0x60a,'\x5d\x29\x53\x66'),'\x74\x61\x75\x67\x68\x74','\x74\x65\x61\x63\x68\x69\x6e\x67']],[_0x52d82d(0x355,'\x5d\x55\x50\x70'),[_0x52d82d(0x460,'\x33\x73\x77\x6d'),_0x52d82d(0x359,'\x72\x67\x51\x66'),'\x74\x6f\x6c\x64',_0x52d82d(0x656,'\x72\x6c\x64\x52')]],[_0x52d82d(0xef,'\x72\x67\x51\x66'),[_0x52d82d(0x57d,'\x4a\x4b\x71\x47'),_0x52d82d(0x68d,'\x7a\x49\x51\x23'),_0x52d82d(0x7db,'\x45\x53\x66\x41'),_0x52d82d(0x213,'\x4c\x72\x6f\x49')]],[_0x52d82d(0x470,'\x43\x66\x46\x47'),[_0x52d82d(0x299,'\x34\x36\x4f\x47'),'\x77\x72\x69\x74\x65\x73',_0x52d82d(0x3a0,'\x79\x6c\x5b\x4e'),_0x52d82d(0xe5,'\x4f\x73\x42\x5a'),_0x52d82d(0x732,'\x4f\x73\x42\x5a')]]]),IRREGULAR_SIMPLE_PAST_FORMS=new Set([_0x52d82d(0x37e,'\x71\x78\x4a\x71'),_0x52d82d(0x1fd,'\x4c\x72\x6f\x49'),_0x52d82d(0x607,'\x5d\x55\x50\x70'),...[...IRREGULAR_VERB_FORMS[_0x52d82d(0x70b,'\x6f\x6c\x73\x72')]()][_0x52d82d(0x17b,'\x4c\x72\x6f\x49')](([_0x2b6e63])=>_0x2b6e63!=='\x62\x65'&&_0x2b6e63!==_0x52d82d(0x420,'\x4c\x56\x21\x6e'))['\x6d\x61\x70'](([,_0x2afc99])=>_0x2afc99[0x4*-0x78a+0x8ae+0x16*0xfa])]['\x66\x69\x6c\x74\x65\x72'](_0x34cdeb=>_0x34cdeb!==undefined&&!_0x34cdeb[_0x52d82d(0x123,'\x4b\x61\x4b\x59')](_0x52d82d(0x88d,'\x4f\x73\x42\x5a')))),IRREGULAR_PAST_PARTICIPLE_FORMS=new Set([_0x52d82d(0x5e4,'\x33\x73\x77\x6d'),_0x52d82d(0x595,'\x46\x66\x49\x71'),_0x52d82d(0x150,'\x4c\x56\x21\x6e'),_0x52d82d(0x494,'\x43\x31\x24\x6b'),...[...IRREGULAR_VERB_FORMS['\x65\x6e\x74\x72\x69\x65\x73']()][_0x52d82d(0x842,'\x33\x73\x77\x6d')](([_0x4672bb])=>_0x4672bb!=='\x62\x65'&&_0x4672bb!==_0x52d82d(0x501,'\x4b\x61\x4b\x59'))[_0x52d82d(0x325,'\x57\x5a\x32\x5a')](([,_0x44a7e1])=>_0x44a7e1['\x61\x74'](-(0x1*-0x2632+-0x709*0x2+-0x1*-0x3446)))[_0x52d82d(0x539,'\x47\x64\x37\x28')](_0x27e5c4=>_0x27e5c4!==undefined&&!_0x27e5c4[_0x52d82d(0x70d,'\x72\x6c\x64\x52')](_0x52d82d(0x562,'\x4e\x45\x71\x42')))]),IRREGULAR_PROGRESSIVE_VERB_LEMMAS=new Map([...IRREGULAR_VERB_FORMS][_0x52d82d(0x2ca,'\x67\x5b\x49\x52')](([_0x4477ad,_0x41bed0])=>_0x41bed0[_0x52d82d(0x1dc,'\x2a\x35\x33\x38')](_0x3ed8f3=>_0x3ed8f3[_0x52d82d(0x1ed,'\x50\x75\x76\x57')](_0x52d82d(0x2a4,'\x72\x6c\x64\x52')))[_0x52d82d(0x5f7,'\x6e\x4f\x26\x45')](_0x1cef8b=>[_0x1cef8b,_0x4477ad]))),IRREGULAR_NOUN_PLURALS=new Map([[_0x52d82d(0x3d4,'\x79\x41\x65\x21'),_0x52d82d(0x3eb,'\x63\x30\x44\x71')],[_0x52d82d(0x787,'\x5d\x77\x61\x46'),_0x52d82d(0x2b1,'\x43\x66\x46\x47')],[_0x52d82d(0x18d,'\x6e\x33\x6b\x6e'),_0x52d82d(0x1b6,'\x4c\x56\x21\x6e')],['\x63\x72\x69\x73\x69\x73',_0x52d82d(0x1f6,'\x71\x70\x25\x76')],[_0x52d82d(0x440,'\x72\x6c\x64\x52'),_0x52d82d(0x66f,'\x4b\x78\x45\x56')],[_0x52d82d(0x83c,'\x6e\x33\x6b\x6e'),_0x52d82d(0x6de,'\x6f\x6c\x73\x72')],[_0x52d82d(0x5c1,'\x57\x5a\x32\x5a'),_0x52d82d(0x726,'\x78\x62\x68\x4d')]]),UNAMBIGUOUS_PLURAL_SINGULARS=new Map([[_0x52d82d(0x6e5,'\x46\x66\x49\x71'),_0x52d82d(0x23b,'\x63\x30\x44\x71')],['\x62\x75\x73\x65\x73',_0x52d82d(0x78f,'\x4b\x78\x45\x56')],[_0x52d82d(0x168,'\x46\x66\x49\x71'),_0x52d82d(0x571,'\x54\x4e\x6b\x5d')],[_0x52d82d(0x573,'\x6f\x6c\x73\x72'),'\x73\x74\x61\x74\x75\x73']]),DOUBLED_INFLECTION_BASES=new Set(['\x61\x64\x6d\x69\x74',_0x52d82d(0x235,'\x71\x67\x67\x65'),_0x52d82d(0x837,'\x4f\x73\x42\x5a'),_0x52d82d(0x4c7,'\x7a\x49\x51\x23'),_0x52d82d(0x428,'\x54\x67\x4a\x35'),_0x52d82d(0x84c,'\x4c\x56\x21\x6e'),'\x66\x6f\x72\x6d\x61\x74',_0x52d82d(0x65e,'\x67\x5b\x49\x52'),_0x52d82d(0x1b8,'\x71\x78\x4a\x71'),_0x52d82d(0x293,'\x35\x25\x6c\x69'),_0x52d82d(0x581,'\x5d\x55\x50\x70'),_0x52d82d(0xc5,'\x63\x59\x76\x79'),_0x52d82d(0x1aa,'\x4b\x71\x4c\x6e'),_0x52d82d(0x212,'\x7a\x49\x51\x23')]),NON_DOUBLED_SHORT_CVC_BASES=new Set([_0x52d82d(0x711,'\x5d\x77\x66\x70'),_0x52d82d(0x1db,'\x5d\x77\x66\x70')]),ED_SUFFIX_BASE_VERBS=new Set([_0x52d82d(0x6c0,'\x5d\x29\x53\x66'),'\x68\x65\x65\x64',_0x52d82d(0x617,'\x4f\x73\x42\x5a'),_0x52d82d(0x25e,'\x47\x64\x37\x28'),_0x52d82d(0x2df,'\x34\x36\x4f\x47'),_0x52d82d(0x5eb,'\x72\x67\x51\x66')]),EXACT_ONLY_PROGRESSIVE_LEMMAS=new Set(['\x62\x65','\x64\x6f','\x67\x6f']),SHORT_INFLECTED_VERB_LEMMAS=new Map([['\x64\x69\x65\x64',_0x52d82d(0x27f,'\x6e\x33\x6b\x6e')],[_0x52d82d(0x7e9,'\x6e\x33\x6b\x6e'),_0x52d82d(0x548,'\x50\x75\x76\x57')],['\x6c\x69\x65\x64',_0x52d82d(0x272,'\x48\x49\x45\x24')],[_0x52d82d(0x15c,'\x45\x53\x66\x41'),_0x52d82d(0x51e,'\x4f\x73\x42\x5a')],[_0x52d82d(0x4a4,'\x47\x64\x37\x28'),_0x52d82d(0x574,'\x43\x66\x46\x47')],[_0x52d82d(0x25b,'\x7a\x4e\x66\x66'),'\x73\x6b\x69'],[_0x52d82d(0x49a,'\x5d\x77\x66\x70'),_0x52d82d(0x729,'\x43\x31\x24\x6b')],[_0x52d82d(0x3b2,'\x4b\x78\x45\x56'),'\x74\x69\x65'],[_0x52d82d(0x743,'\x6e\x33\x6b\x6e'),_0x52d82d(0x638,'\x71\x67\x67\x65')],[_0x52d82d(0x73b,'\x4b\x61\x4b\x59'),_0x52d82d(0x782,'\x48\x49\x45\x24')],[_0x52d82d(0x2e4,'\x4c\x56\x21\x6e'),_0x52d82d(0xb3,'\x4c\x72\x6f\x49')]]),SILENT_E_VERB_LEMMAS=new Map([['\x61\x63',_0x52d82d(0x7b1,'\x54\x67\x4a\x35')],['\x61\x67','\x61\x67\x65'],['\x61\x70',_0x52d82d(0x844,'\x6e\x4f\x26\x45')],['\x63\x72\x65\x61\x74',_0x52d82d(0xf9,'\x5a\x25\x5a\x6f')],[_0x52d82d(0x1a3,'\x76\x43\x76\x33'),_0x52d82d(0x5ef,'\x4f\x73\x42\x5a')],[_0x52d82d(0x7af,'\x35\x31\x21\x71'),_0x52d82d(0x527,'\x4b\x78\x45\x56')],[_0x52d82d(0x18e,'\x5a\x25\x5a\x6f'),'\x65\x78\x70\x6f\x73\x65'],[_0x52d82d(0x406,'\x4e\x45\x71\x42'),_0x52d82d(0x578,'\x54\x67\x4a\x35')],['\x69\x63',_0x52d82d(0x510,'\x33\x73\x77\x6d')],[_0x52d82d(0x41a,'\x5a\x25\x5a\x6f'),_0x52d82d(0x768,'\x71\x70\x25\x76')],[_0x52d82d(0x35e,'\x6e\x33\x6b\x6e'),_0x52d82d(0x896,'\x21\x64\x5d\x35')],['\x6d\x61\x6b',_0x52d82d(0xaf,'\x54\x4e\x6b\x5d')],['\x6d\x6f\x76',_0x52d82d(0x5c9,'\x67\x5b\x49\x52')],['\x6f\x77',_0x52d82d(0x53a,'\x5d\x77\x61\x46')],[_0x52d82d(0x49e,'\x43\x66\x46\x47'),_0x52d82d(0x5db,'\x54\x67\x4a\x35')],[_0x52d82d(0x7b7,'\x5a\x25\x5a\x6f'),_0x52d82d(0x72b,'\x43\x66\x46\x47')],[_0x52d82d(0xe0,'\x71\x70\x25\x76'),_0x52d82d(0x7c7,'\x76\x43\x76\x33')],[_0x52d82d(0x6a4,'\x5d\x29\x53\x66'),_0x52d82d(0x353,'\x72\x67\x51\x66')],[_0x52d82d(0x822,'\x54\x67\x4a\x35'),_0x52d82d(0x38f,'\x5a\x25\x5a\x6f')],[_0x52d82d(0x637,'\x54\x4e\x6b\x5d'),_0x52d82d(0x824,'\x45\x53\x66\x41')],['\x73\x75','\x73\x75\x65'],[_0x52d82d(0x3ff,'\x43\x66\x46\x47'),_0x52d82d(0x79b,'\x6f\x6c\x73\x72')],['\x75\x73','\x75\x73\x65'],[_0x52d82d(0x29e,'\x4c\x56\x21\x6e'),_0x52d82d(0x2da,'\x4b\x61\x4b\x59')],[_0x52d82d(0x86,'\x4c\x56\x21\x6e'),'\x77\x72\x69\x74\x65']]);function addPluralForm(_0x21c9ef,_0x18f552){const _0x501c2f=_0x52d82d,_0x296cdb=IRREGULAR_NOUN_PLURALS[_0x501c2f(0x6d8,'\x47\x64\x37\x28')](_0x21c9ef);if(_0x296cdb)_0x18f552[_0x501c2f(0x829,'\x4c\x72\x6f\x49')](_0x296cdb);else{if(/[^aeiou]y$/u[_0x501c2f(0x29c,'\x33\x73\x77\x6d')](_0x21c9ef))_0x18f552[_0x501c2f(0x518,'\x79\x6c\x5b\x4e')](_0x21c9ef[_0x501c2f(0x67e,'\x43\x66\x46\x47')](0x17d+-0x18b5+0x1738,-(-0x255+0x2598+0x2*-0x11a1))+_0x501c2f(0x672,'\x2a\x35\x33\x38'));else{if(/(?:s|x|z|ch|sh)$/u[_0x501c2f(0x561,'\x43\x66\x46\x47')](_0x21c9ef))_0x18f552[_0x501c2f(0x11f,'\x21\x64\x5d\x35')](_0x21c9ef+'\x65\x73');else _0x18f552['\x61\x64\x64'](_0x21c9ef+'\x73');}}}function addSingularCandidates(_0x3571b2,_0x322a7f){const _0x529c98=_0x52d82d,_0x3afdbf=UNAMBIGUOUS_PLURAL_SINGULARS[_0x529c98(0xad,'\x6e\x4f\x26\x45')](_0x3571b2);if(_0x3afdbf){if(_0x529c98(0x790,'\x50\x75\x76\x57')!=='\x61\x5a\x66\x4b\x61'){const _0x29f572=_0x1d0834[_0x529c98(0x84,'\x4f\x73\x42\x5a')](/^\s*without\b/i,'')[_0x529c98(0x71a,'\x48\x49\x45\x24')](/,\s*$/u,'')['\x73\x70\x6c\x69\x74'](/\band\b/i)[_0x529c98(0x81c,'\x78\x62\x68\x4d')](-0x121*-0x17+-0xf16+-0xae0),_0x4a2e1b=_0x29f572[_0x529c98(0x412,'\x63\x30\x44\x71')](_0x50754e=>_0x261682(_0x50754e,_0x20b371)||_0x5b3136(_0x50754e,_0x372e85));return _0x4a2e1b?_0x1445f3:'\x20';}else{_0x322a7f[_0x529c98(0x4fd,'\x7a\x4e\x66\x66')](_0x3afdbf);return;}}if(/[^aeiou]ies$/u['\x74\x65\x73\x74'](_0x3571b2)&&_0x3571b2[_0x529c98(0x1b4,'\x6e\x33\x6b\x6e')]>0x1b3e+-0x14*0x18b+0x3a1)_0x322a7f[_0x529c98(0x328,'\x72\x67\x51\x66')](_0x3571b2[_0x529c98(0x5d4,'\x6f\x6c\x73\x72')](0x1*0x151f+-0x140e+-0x15*0xd,-(0x1*-0x7b4+-0x247f+0x1*0x2c36))+'\x79');if(_0x3571b2[_0x529c98(0x431,'\x47\x64\x37\x28')](_0x529c98(0x7a7,'\x35\x25\x6c\x69'))&&_0x3571b2[_0x529c98(0x20b,'\x63\x59\x76\x79')]>-0x1*-0x222b+0xfbf+0x1*-0x31e6){if(_0x529c98(0x4c6,'\x63\x30\x44\x71')===_0x529c98(0x434,'\x46\x66\x49\x71'))_0x1815b2=_0x1f4e82[_0x529c98(0x7b6,'\x79\x6c\x5b\x4e')+'\x6f\x64\x65'],_0x2ac552=_0xab79ee[_0x529c98(0x801,'\x71\x78\x4a\x71')+_0x529c98(0x44f,'\x79\x41\x65\x21')];else{const _0x2070ad=_0x3571b2[_0x529c98(0x192,'\x6e\x4f\x26\x45')](-0x128f*0x2+0x2*0x7b2+0x26a*0x9,-(-0x82c*0x3+-0xc0a+0x2491));_0x322a7f[_0x529c98(0x7f8,'\x5d\x77\x66\x70')](_0x2070ad+'\x66'),_0x322a7f[_0x529c98(0x33c,'\x71\x70\x25\x76')](_0x2070ad+'\x66\x65');return;}}if(/(?:sses|xes|zzes|ches|shes)$/u['\x74\x65\x73\x74'](_0x3571b2)&&_0x3571b2[_0x529c98(0x85c,'\x6f\x6c\x73\x72')]>0x249a+-0x1*0x13+0xd*-0x2cf)_0x322a7f[_0x529c98(0x101,'\x4c\x56\x21\x6e')](_0x3571b2[_0x529c98(0x42e,'\x50\x75\x76\x57')](0x11*0x31+0xa4*-0x34+-0x11d*-0x1b,-(0xf53+0x28+0x1*-0xf79)));else{if(_0x3571b2[_0x529c98(0x16f,'\x7a\x4e\x66\x66')]('\x73')&&_0x3571b2[_0x529c98(0x341,'\x43\x31\x24\x6b')]>-0x1c2*0x15+0x1279*-0x1+-0x1bb3*-0x2&&!/(?:ss|us|is)$/u[_0x529c98(0x6b7,'\x6e\x4f\x26\x45')](_0x3571b2))_0x322a7f[_0x529c98(0xdb,'\x34\x36\x4f\x47')](_0x3571b2[_0x529c98(0x5d4,'\x6f\x6c\x73\x72')](-0x24dd+-0x2697+-0x12dd*-0x4,-(-0x17d6+-0x5af*0x5+-0x1a21*-0x2)));}}function doublesFinalConsonant(_0x1ab9dd){const _0x1824fc=_0x52d82d;if(DOUBLED_INFLECTION_BASES[_0x1824fc(0x257,'\x45\x53\x66\x41')](_0x1ab9dd))return!![];if(_0x1ab9dd[_0x1824fc(0x339,'\x4b\x61\x4b\x59')]>0x2*0xe5a+0xe6*-0x29+0x826||NON_DOUBLED_SHORT_CVC_BASES[_0x1824fc(0x753,'\x67\x5b\x49\x52')](_0x1ab9dd))return![];return/[bcdfghjklmnpqrstvwxyz][aeiou][bcdfghjklmnpqrstvz]$/u['\x74\x65\x73\x74'](_0x1ab9dd);}function addRegularVerbForms(_0x4a8e61,_0x5948aa){const _0x5d79f4=_0x52d82d;_0x5948aa[_0x5d79f4(0x3a8,'\x2a\x35\x33\x38')](_0x4a8e61),addPluralForm(_0x4a8e61,_0x5948aa);if(_0x4a8e61[_0x5d79f4(0x6b8,'\x4a\x4b\x71\x47')]('\x69\x65')){if(_0x5d79f4(0x3da,'\x48\x49\x45\x24')===_0x5d79f4(0x3fb,'\x42\x69\x23\x44')){_0x5948aa['\x61\x64\x64'](_0x4a8e61+'\x64'),_0x5948aa['\x61\x64\x64'](_0x4a8e61[_0x5d79f4(0x5e6,'\x7a\x49\x51\x23')](0x1a31+-0x2*-0x991+-0x1*0x2d53,-(0x3*-0x1d0+-0xb97*-0x3+0x1d53*-0x1))+_0x5d79f4(0x9d,'\x6e\x4f\x26\x45'));return;}else{for(const _0x57f51c of _0x4e1fbb)_0x334f97[_0x5d79f4(0x24d,'\x50\x75\x76\x57')](_0x57f51c);}}if(_0x4a8e61[_0x5d79f4(0x409,'\x71\x67\x67\x65')]('\x65')){_0x5948aa['\x61\x64\x64'](_0x4a8e61+'\x64'),_0x5948aa[_0x5d79f4(0x5de,'\x35\x31\x21\x71')](_0x4a8e61[_0x5d79f4(0x143,'\x33\x73\x77\x6d')](-0x1a58+0x240d+0x5*-0x1f1,-(0x2185+-0xc74+-0x8*0x2a2))+'\x69\x6e\x67');return;}if(/[^aeiou]y$/u[_0x5d79f4(0x2c1,'\x79\x41\x65\x21')](_0x4a8e61))_0x5948aa[_0x5d79f4(0x101,'\x4c\x56\x21\x6e')](_0x4a8e61[_0x5d79f4(0x702,'\x76\x43\x76\x33')](-0x78*-0x26+-0x1*-0x1aa5+0x2c75*-0x1,-(0x9f6+0x1939*0x1+-0x9e*0x39))+_0x5d79f4(0x130,'\x4b\x78\x45\x56'));if(doublesFinalConsonant(_0x4a8e61)){const _0x6a7685=_0x4a8e61['\x61\x74'](-(0x140e+0xe*-0x19f+0x2a5));_0x5948aa[_0x5d79f4(0x283,'\x6e\x33\x6b\x6e')](''+_0x4a8e61+_0x6a7685+'\x65\x64'),_0x5948aa[_0x5d79f4(0x40f,'\x72\x6c\x64\x52')](''+_0x4a8e61+_0x6a7685+_0x5d79f4(0x88d,'\x4f\x73\x42\x5a'));}else{if(!/[^aeiou]y$/u[_0x5d79f4(0x6a2,'\x7a\x4e\x66\x66')](_0x4a8e61))_0x5948aa['\x61\x64\x64'](_0x4a8e61+'\x65\x64');_0x5948aa['\x61\x64\x64'](_0x4a8e61+_0x5d79f4(0x7ff,'\x35\x25\x6c\x69'));}}function nominalForms(_0x4fb9d9){const _0xd5f561=_0x52d82d,_0x132b7f=new Set([_0x4fb9d9]),_0x445050=new Set();addSingularCandidates(_0x4fb9d9,_0x445050);if(_0x445050[_0xd5f561(0x13e,'\x5d\x77\x61\x46')]===-0x4*0x5ac+-0x267f*0x1+-0x17*-0x2a9)addPluralForm(_0x4fb9d9,_0x132b7f);for(const _0x2242e9 of _0x445050){_0x132b7f[_0xd5f561(0x328,'\x72\x67\x51\x66')](_0x2242e9),addPluralForm(_0x2242e9,_0x132b7f);}return _0x132b7f;}function verbForms(_0x3046ca,_0x363d3d){const _0x4e44c2=_0x52d82d,_0x19d895=new Set([_0x3046ca]),_0x5553bd=verbLemma(_0x3046ca);if(!_0x5553bd)return _0x19d895;if(_0x363d3d===_0x4e44c2(0x23f,'\x79\x41\x65\x21')&&_0x3046ca[_0x4e44c2(0x267,'\x54\x67\x4a\x35')]('\x69\x6e\x67')&&EXACT_ONLY_PROGRESSIVE_LEMMAS[_0x4e44c2(0x378,'\x71\x78\x4a\x71')](_0x5553bd))return _0x19d895;const _0x4d2a2d=IRREGULAR_VERB_FORMS[_0x4e44c2(0x6f6,'\x54\x67\x4a\x35')](_0x5553bd);if(_0x4d2a2d){if(_0x4e44c2(0x5af,'\x4a\x4b\x71\x47')!==_0x4e44c2(0x735,'\x2a\x35\x33\x38'))_0x1674fa['\x61\x64\x64']('\x63\x72\x65\x64\x65\x6e\x74\x69'+'\x61\x6c');else{for(const _0x1941f3 of _0x4d2a2d)_0x19d895[_0x4e44c2(0x718,'\x4b\x61\x4b\x59')](_0x1941f3);}}else addRegularVerbForms(_0x5553bd,_0x19d895);return _0x19d895;}function targetTermForms(_0x503a5a,_0x15f31f){const _0x3bdcd9=_0x52d82d,_0x48e82b=nominalForms(_0x503a5a[_0x3bdcd9(0x40a,'\x5d\x77\x66\x70')]);if(!_0x503a5a[_0x3bdcd9(0x407,'\x4f\x73\x42\x5a')]||_0x503a5a[_0x3bdcd9(0x6a5,'\x4f\x73\x42\x5a')+_0x3bdcd9(0x255,'\x71\x67\x67\x65')+_0x3bdcd9(0x344,'\x71\x70\x25\x76')]&&AMBIGUOUS_DEFERRED_VERB_TERMS[_0x3bdcd9(0x16c,'\x4a\x4b\x71\x47')](_0x503a5a[_0x3bdcd9(0x6d3,'\x5d\x29\x53\x66')]))return _0x48e82b;const _0x46f78e=verbForms(_0x503a5a['\x74\x65\x78\x74'],_0x15f31f);if(_0x503a5a[_0x3bdcd9(0x352,'\x63\x59\x76\x79')+'\x72\x53\x6b\x69\x70\x70\x65\x64'+_0x3bdcd9(0x40c,'\x45\x53\x66\x41')]){if(_0x3bdcd9(0x543,'\x79\x6c\x5b\x4e')===_0x3bdcd9(0x6b1,'\x43\x31\x24\x6b')){const _0x5f11a8=_0x36e288(_0x3b0624);if(!_0x471366(_0x5f11a8,-0x234*0x1+0x73c+-0x508,_0x5f11a8[_0x3bdcd9(0x7d8,'\x79\x41\x65\x21')][_0x3bdcd9(0x39f,'\x67\x5b\x49\x52')]))return _0x3bdcd9(0x699,'\x71\x70\x25\x76');return _0x7debc7(_0x5f11a8,0x457+0x752+-0xba9,_0x5f11a8[_0x3bdcd9(0x307,'\x71\x70\x25\x76')][_0x3bdcd9(0x85f,'\x76\x43\x76\x33')]);}else{for(const _0x1da472 of _0x48e82b)_0x46f78e[_0x3bdcd9(0x33c,'\x71\x70\x25\x76')](_0x1da472);}}return _0x46f78e;}const AFFIRMATIVE_ACTION_FORMS=new Set([...AFFIRMATIVE_ACTION_LEMMAS['\x66\x6c\x61\x74\x4d\x61\x70'](_0x31f8b7=>[...verbForms(_0x31f8b7,'\x6d\x75\x73\x74\x5f\x6e\x6f\x74')]),_0x52d82d(0x12c,'\x7a\x4e\x66\x66')+'\x64','\x6f\x75\x74\x70\x75\x74\x74\x69'+'\x6e\x67']);function verbLemma(_0x9680a2){const _0x58371a=_0x52d82d;if(IRREGULAR_VERB_FORMS[_0x58371a(0x254,'\x78\x62\x68\x4d')](_0x9680a2)||DOUBLED_INFLECTION_BASES['\x68\x61\x73'](_0x9680a2)||ED_SUFFIX_BASE_VERBS[_0x58371a(0x40d,'\x71\x71\x66\x5e')](_0x9680a2))return _0x9680a2;const _0x2236f7=SHORT_INFLECTED_VERB_LEMMAS[_0x58371a(0x60f,'\x4e\x45\x71\x42')](_0x9680a2);if(_0x2236f7)return _0x2236f7;if(_0x9680a2[_0x58371a(0x463,'\x5d\x77\x66\x70')](_0x58371a(0x80b,'\x4c\x72\x6f\x49'))&&_0x9680a2[_0x58371a(0x630,'\x5a\x25\x5a\x6f')]>-0x23fd+0x5ba+0x1e47){if(_0x58371a(0x727,'\x58\x55\x4e\x39')==='\x45\x5a\x78\x51\x58'){if(!_0x5afbfe(_0x23408b,_0xe360bf))_0x18505f[_0x58371a(0x464,'\x43\x66\x46\x47')](_0x27922c[_0x58371a(0xed,'\x6e\x4f\x26\x45')][_0x50bdbd]?.[_0x58371a(0x5d5,'\x34\x36\x4f\x47')]??'');}else return _0x9680a2[_0x58371a(0x545,'\x4f\x73\x42\x5a')](-0x75*-0x49+-0x1f29+0x11a*-0x2,-(0x2064+-0x1e28+0x239*-0x1))+'\x79';}const _0x4309b2=_0x9680a2[_0x58371a(0x16f,'\x7a\x4e\x66\x66')](_0x58371a(0x173,'\x4b\x61\x4b\x59'))?_0x58371a(0x599,'\x71\x71\x66\x5e'):_0x9680a2[_0x58371a(0x79d,'\x4c\x72\x6f\x49')]('\x65\x64')?'\x65\x64':undefined;if(!_0x4309b2)return _0x9680a2;const _0x5880bc=IRREGULAR_PROGRESSIVE_VERB_LEMMAS[_0x58371a(0x6d8,'\x47\x64\x37\x28')](_0x9680a2);if(_0x5880bc)return _0x5880bc;const _0x4970bc=_0x9680a2['\x73\x6c\x69\x63\x65'](-0x1bdf+-0x5ef+0x2*0x10e7,-_0x4309b2[_0x58371a(0x85c,'\x6f\x6c\x73\x72')]),_0x5d2940=SILENT_E_VERB_LEMMAS[_0x58371a(0x71e,'\x35\x31\x21\x71')](_0x4970bc);if(_0x5d2940)return _0x5d2940;if(_0x4970bc[_0x58371a(0x33f,'\x78\x62\x68\x4d')]<=0x18*-0x160+0xa5*-0x2a+-0xc04*-0x5)return _0x9680a2;const _0x34a701=_0x4970bc['\x61\x74'](-(0x6*-0x671+0x35b+0x11a6*0x2));if(_0x34a701&&_0x34a701===_0x4970bc['\x61\x74'](-(-0x14cc+0x1da3+-0x8d5))){const _0x310ded=_0x4970bc[_0x58371a(0x80d,'\x71\x78\x4a\x71')](-0x1d*-0x11f+0xc53+-0x2cd6,-(-0xc37*-0x3+-0x336*0x1+-0x2*0x10b7));if(doublesFinalConsonant(_0x310ded))return _0x310ded;}return _0x4970bc;}function termMatchIndexes(_0x392c27,_0x2ff2c1,_0x17c345){const _0x23a349=_0x52d82d,_0x44ae01=_0x392c27[_0x23a349(0xce,'\x63\x59\x76\x79')](/[a-z0-9_]+/gu)??[],_0x3bd93a=targetTermForms(_0x2ff2c1,_0x17c345);return _0x44ae01['\x66\x6c\x61\x74\x4d\x61\x70']((_0x20ab56,_0x347cd0)=>_0x3bd93a[_0x23a349(0x582,'\x6f\x6c\x73\x72')](_0x20ab56)?[_0x347cd0]:[]);}function termMatches(_0x1b52f7,_0x53ff9a,_0x4a2ba6){const _0x59d855=_0x52d82d;return termMatchIndexes(_0x1b52f7,_0x53ff9a,_0x4a2ba6)[_0x59d855(0x5bb,'\x35\x31\x21\x71')]>-0x7b5*0x5+0x1493+0x1*0x11f6;}function isViolated(_0xb184de,_0x92b4a1,_0x494b07,_0x4b0c11){const _0x21f122=_0x52d82d;if(_0xb184de==='\x6d\x75\x73\x74'&&_0x4b0c11){if(_0x21f122(0x737,'\x79\x6c\x5b\x4e')!==_0x21f122(0x264,'\x47\x64\x37\x28')){const _0x2553bf=new Set(_0x494b07),_0x181778=new Set(_0x92b4a1['\x6d\x61\x70'](_0x513579=>_0x513579[_0x21f122(0x119,'\x45\x53\x66\x41')]));return[..._0x181778][_0x21f122(0x3f6,'\x2a\x35\x33\x38')](_0x2cc110=>{const _0x576784=_0x21f122,_0x1d10a5=_0x92b4a1['\x66\x69\x6c\x74\x65\x72'](_0x3e40a5=>_0x3e40a5[_0x576784(0x7fd,'\x63\x59\x76\x79')]===_0x2cc110);return _0x1d10a5['\x66\x69\x6c\x74\x65\x72'](_0x1d3895=>_0x2553bf[_0x576784(0x70e,'\x50\x75\x76\x57')](_0x1d3895[_0x576784(0x730,'\x54\x67\x4a\x35')]))[_0x576784(0x3ac,'\x79\x41\x65\x21')]<Math[_0x576784(0xc6,'\x35\x31\x21\x71')](-0x133*0xa+-0x67c+0x127c,_0x1d10a5[_0x576784(0x6c7,'\x79\x6c\x5b\x4e')]);});}else{const _0x51f18e=_0x23a43e[_0x36c5b4]?.['\x76\x61\x6c\x75\x65']??'';if(_0x4c549f(_0x51f18e)||_0x20be16[_0x21f122(0x1f3,'\x5d\x29\x53\x66')](_0x51f18e)||_0x51f18e[_0x21f122(0x469,'\x5d\x77\x61\x46')](_0x21f122(0x87e,'\x63\x30\x44\x71')))return _0x58b505;}}if(_0xb184de===_0x21f122(0x3ed,'\x42\x69\x23\x44'))return _0x494b07[_0x21f122(0x5c0,'\x63\x30\x44\x71')]<Math[_0x21f122(0x5ea,'\x4c\x72\x6f\x49')](0x905*-0x2+-0x97*0x29+0x239*0x13,_0x92b4a1[_0x21f122(0x1cd,'\x5d\x55\x50\x70')]);return _0x494b07[_0x21f122(0x1cd,'\x5d\x55\x50\x70')]>=Math['\x6d\x69\x6e'](0x6b4+0x157b+0x1*-0x1c2d,_0x92b4a1[_0x21f122(0x220,'\x34\x36\x4f\x47')]);}function isContrastiveConstraint(_0xba9ba9){const _0x2e1c3f=_0x52d82d;return/(?:\bnot|n't)\s+only\b[\s\S]*\bbut\s+also\b/i[_0x2e1c3f(0x2a7,'\x4c\x4a\x73\x70')](normalize(_0xba9ba9));}function severityFor(_0x39b9da){const _0x417cb3=_0x52d82d;return _0x39b9da===_0x417cb3(0xae,'\x71\x71\x66\x5e')?'\x68\x69\x67\x68':_0x417cb3(0x66b,'\x71\x78\x4a\x71');}export function extractConstraints(_0x49b10b){const _0x27a224=_0x52d82d,_0x4a87b8=new Set(),_0x1dfcf1=[];for(const _0x296988 of _0x49b10b){for(const _0x4e65a3 of splitConstraintCandidates(_0x296988['\x74\x65\x78\x74'])){for(const _0x368576 of splitConstraintClauses(_0x4e65a3[_0x27a224(0x521,'\x4f\x73\x42\x5a')])){const _0x1d3718=redactConstraintText(_0x368576[_0x27a224(0x34c,'\x54\x4e\x6b\x5d')]),_0xe5b9e3=sha256(normalize(_0x1d3718)),_0x4647f3=safeSource(_0x296988['\x73\x6f\x75\x72\x63\x65']),_0xb0e49e=_0x296988[_0x27a224(0x194,'\x71\x70\x25\x76')]?safeTraceId(_0x296988[_0x27a224(0x18a,'\x76\x43\x76\x33')]):undefined,_0x1b0863=_0x368576[_0x27a224(0x3de,'\x63\x59\x76\x79')]+'\x3a'+_0xe5b9e3;if(_0x4a87b8[_0x27a224(0x201,'\x35\x25\x6c\x69')](_0x1b0863))continue;_0x4a87b8[_0x27a224(0x4ff,'\x33\x73\x77\x6d')](_0x1b0863);const _0x5923fd=_0x27a224(0x6bc,'\x71\x70\x25\x76')+_0x27a224(0x1e6,'\x2a\x35\x33\x38')+createHash(_0x27a224(0x83b,'\x58\x55\x4e\x39'))[_0x27a224(0x175,'\x54\x67\x4a\x35')](_0x1b0863)[_0x27a224(0xd0,'\x4c\x56\x21\x6e')](_0x27a224(0x221,'\x54\x4e\x6b\x5d'))[_0x27a224(0x4e3,'\x5d\x29\x53\x66')](0x1ef0+-0xa77+-0x1479*0x1,0x3d5+-0x38f*-0x2+0x3a1*-0x3);_0x1dfcf1[_0x27a224(0x77f,'\x42\x69\x23\x44')]({'\x69\x64':_0x5923fd,'\x6b\x69\x6e\x64':_0x368576[_0x27a224(0x236,'\x4b\x71\x4c\x6e')],'\x74\x65\x78\x74\x48\x61\x73\x68':_0xe5b9e3,'\x72\x65\x64\x61\x63\x74\x65\x64\x54\x65\x78\x74':_0x1d3718,'\x73\x6f\x75\x72\x63\x65':_0x4647f3,..._0xb0e49e?{'\x74\x72\x61\x63\x65\x49\x64':_0xb0e49e}:{},'\x73\x65\x6e\x73\x69\x74\x69\x76\x65\x43\x6c\x61\x73\x73\x65\x73':sensitiveClassesForConstraint(_0x368576[_0x27a224(0x576,'\x50\x75\x76\x57')])});}}}return _0x1dfcf1;}export function buildConstraintAblatedPrompts(_0x4020c1,_0x4c3716,_0xefdb9f={}){const _0x3f8317=_0x52d82d,_0x36ca88=splitConstraintCandidates(_0x4020c1),_0x2f1e54=sha256(_0x4020c1);return _0x4c3716[_0x3f8317(0xf3,'\x35\x25\x6c\x69')](_0x17ad32=>{const _0x393b7e=_0x3f8317;if('\x6d\x78\x68\x68\x6a'!==_0x393b7e(0x291,'\x4c\x72\x6f\x49')){const _0x663e32=_0x1424c6(_0x12ea4d);let _0x19471c;for(let _0x56acfb=-0x10d*-0x4+-0x5*0x10d+0x10d;_0x56acfb<_0x663e32[_0x393b7e(0xa7,'\x54\x4e\x6b\x5d')][_0x393b7e(0x85f,'\x76\x43\x76\x33')];_0x56acfb+=-0x593*0x7+0x10c8+-0xdb*-0x1a){const _0xf67140=_0x663e32['\x74\x6f\x6b\x65\x6e\x73'][_0x56acfb]?.[_0x393b7e(0x14b,'\x4c\x72\x6f\x49')]??'',_0x153312=_0x1fdaa7(_0x663e32[_0x393b7e(0xe8,'\x35\x25\x6c\x69')],_0x56acfb),_0x1cad81=_0x153312!==_0x24e0a2&&_0x153312===_0x19471c,_0x124322=_0x45707e(_0x663e32[_0x393b7e(0x536,'\x42\x69\x23\x44')],_0x56acfb)||_0x1cad81||_0x567c3e[_0x393b7e(0x748,'\x4b\x71\x4c\x6e')](_0xf67140)&&!_0x522f7d(_0x663e32[_0x393b7e(0x536,'\x42\x69\x23\x44')],_0x56acfb)&&!_0x42c623(_0x663e32[_0x393b7e(0xa7,'\x54\x4e\x6b\x5d')],_0x56acfb);if(_0x19471c!==_0x40e6fa&&_0x124322){if(!_0x47090c[_0x393b7e(0x70e,'\x50\x75\x76\x57')](_0xf67140))return!![];const _0x5b842d=_0x18b975['\x73\x6c\x69\x63\x65'](0x1b62+-0x1a12+-0x150,_0x663e32['\x74\x6f\x6b\x65\x6e\x73'][_0x56acfb]?.[_0x393b7e(0x19c,'\x35\x25\x6c\x69')]??-0x1a*0xdf+0x1ffc+0x956*-0x1);if(!_0x16b93(_0x5b842d,_0x30a165))return!![];}_0x19471c===_0x11945d&&_0x3703a2['\x68\x61\x73'](_0xf67140)&&(_0x56acfb===-0x1*0x2402+0x10b0+0x1352||_0x174c76(_0x663e32,0x14ea+-0x1*-0x20d4+-0x2*0x1adf,_0x56acfb)==='\x70\x6f\x73\x69\x74\x69\x76\x65')&&(_0x19471c=_0x56acfb);}return![];}else{const _0x216851=_0x36ca88[_0x393b7e(0x889,'\x4f\x73\x42\x5a')](_0x5df775=>{const _0x193a62=_0x393b7e;return splitConstraintClauses(_0x5df775[_0x193a62(0x708,'\x4b\x78\x45\x56')])['\x66\x6c\x61\x74\x4d\x61\x70'](_0x81f0b7=>{const _0xa5d6c8=_0x193a62;if(_0xa5d6c8(0x876,'\x34\x36\x4f\x47')===_0xa5d6c8(0x137,'\x35\x25\x6c\x69')){if(_0x45c607(_0x1dac68[_0x282af8]?.['\x76\x61\x6c\x75\x65']??''))_0x361f89=!![];}else{if(sha256(normalize(redactConstraintText(_0x81f0b7[_0xa5d6c8(0x736,'\x33\x73\x77\x6d')])))!==_0x17ad32[_0xa5d6c8(0x872,'\x78\x62\x68\x4d')])return[];let _0x4f2483=_0x5df775[_0xa5d6c8(0xd5,'\x4c\x72\x6f\x49')+'\x74']+_0x81f0b7[_0xa5d6c8(0x558,'\x34\x36\x4f\x47')],_0x54a25d=_0x4f2483+_0x81f0b7[_0xa5d6c8(0x319,'\x21\x64\x5d\x35')][_0xa5d6c8(0x5bb,'\x35\x31\x21\x71')];const _0x508eb4=_0x4020c1['\x73\x6c\x69\x63\x65'](_0x5df775[_0xa5d6c8(0x38c,'\x71\x71\x66\x5e')],_0x4f2483),_0x575414=_0x508eb4[_0xa5d6c8(0x5b3,'\x6f\x6c\x73\x72')](/(?:,\s*|\s+)(?:and|but|however|although|though)\s*$/i);if(_0x575414)_0x4f2483-=_0x575414[-0x1b70+-0x22*-0xb0+0x410*0x1]['\x6c\x65\x6e\x67\x74\x68'];else{if(/^\s*(?:[-*]\s+|\d+[.)]\s+|\[[ xX]\]\s*)$/[_0xa5d6c8(0xd1,'\x63\x30\x44\x71')](_0x508eb4))_0x4f2483=_0x5df775[_0xa5d6c8(0x619,'\x4f\x73\x42\x5a')];}const _0xef1618=_0x4020c1[_0xa5d6c8(0x271,'\x79\x6c\x5b\x4e')](_0x54a25d,_0x5df775[_0xa5d6c8(0x69e,'\x6e\x33\x6b\x6e')]),_0x559914=_0xef1618[_0xa5d6c8(0x634,'\x4c\x72\x6f\x49')](/^\s+but\s+also\s+/i)??_0xef1618[_0xa5d6c8(0x544,'\x6e\x4f\x26\x45')](/^\s+(?:and|but|however|although|though)\s+/i);if(_0x559914&&!_0x575414)_0x54a25d+=_0x559914[-0x156e*-0x1+-0x679*-0x5+-0x125*0x2f][_0xa5d6c8(0x1a4,'\x43\x66\x46\x47')];return[{'\x73\x74\x61\x72\x74':_0x4f2483,'\x65\x6e\x64':_0x54a25d}];}});});if(_0x216851[_0x393b7e(0x833,'\x4f\x73\x42\x5a')]!==0x709*0x5+-0x22a8+-0x84)return[];const _0x5f52ad=_0x216851[-0x3ff+-0x1f6b*-0x1+-0x4*0x6db];if(!_0x5f52ad)return[];const _0xf65838=_0x4020c1['\x73\x6c\x69\x63\x65'](-0xcd4+-0x18fb+0x25cf*0x1,_0x5f52ad[_0x393b7e(0x503,'\x72\x67\x51\x66')])+_0x4020c1[_0x393b7e(0x76c,'\x5d\x55\x50\x70')](_0x5f52ad['\x65\x6e\x64']);if(_0xf65838===_0x4020c1)return[];return[{'\x6f\x72\x69\x67\x69\x6e\x61\x6c\x50\x72\x6f\x6d\x70\x74\x48\x61\x73\x68':_0x2f1e54,'\x61\x62\x6c\x61\x74\x65\x64\x50\x72\x6f\x6d\x70\x74\x48\x61\x73\x68':sha256(_0xf65838),'\x72\x65\x6d\x6f\x76\x65\x64\x43\x6f\x6e\x73\x74\x72\x61\x69\x6e\x74\x49\x64\x73':[_0x17ad32['\x69\x64']],..._0xefdb9f[_0x393b7e(0x5ca,'\x34\x36\x4f\x47')+'\x65\x64\x61\x63\x74\x65\x64\x50'+_0x393b7e(0x419,'\x4a\x4b\x71\x47')]?{'\x72\x65\x64\x61\x63\x74\x65\x64\x50\x72\x65\x76\x69\x65\x77':redactConstraintText(_0xf65838)}:{}}];}});}function sensitiveClassesForValue(_0x3df1dc){const _0x1b26e2=_0x52d82d,_0x36b2ec=new Set();if(EMAIL_VALUE_RE[_0x1b26e2(0x6b7,'\x6e\x4f\x26\x45')](_0x3df1dc))_0x36b2ec[_0x1b26e2(0x3d3,'\x48\x49\x45\x24')]('\x65\x6d\x61\x69\x6c');(new RegExp(KEY_VALUE_SECRET_RE[_0x1b26e2(0x733,'\x7a\x49\x51\x23')],KEY_VALUE_SECRET_RE[_0x1b26e2(0x429,'\x76\x43\x76\x33')])[_0x1b26e2(0x308,'\x50\x75\x76\x57')](_0x3df1dc)||new RegExp(OPENAI_SECRET_RE[_0x1b26e2(0x4db,'\x5a\x25\x5a\x6f')],OPENAI_SECRET_RE[_0x1b26e2(0x33a,'\x2a\x35\x33\x38')])[_0x1b26e2(0x4c0,'\x5d\x77\x66\x70')](_0x3df1dc))&&_0x36b2ec[_0x1b26e2(0x62e,'\x47\x64\x37\x28')](_0x1b26e2(0x438,'\x4a\x4b\x71\x47')+'\x61\x6c');for(const _0x226735 of scanForLeaks(_0x3df1dc)[_0x1b26e2(0x1f8,'\x78\x62\x68\x4d')]){if(_0x1b26e2(0x7c3,'\x5a\x25\x5a\x6f')===_0x1b26e2(0x2d0,'\x4b\x78\x45\x56')){const _0x381fa5=String(_0x226735['\x74\x79\x70\x65']);if(_0x381fa5===_0x1b26e2(0x72f,'\x35\x25\x6c\x69'))_0x36b2ec[_0x1b26e2(0x446,'\x4c\x4a\x73\x70')](_0x1b26e2(0x87a,'\x6f\x6c\x73\x72'));else{if(_0x381fa5===_0x1b26e2(0x374,'\x5d\x55\x50\x70')+'\x74\x68')_0x36b2ec[_0x1b26e2(0xc2,'\x43\x66\x46\x47')](_0x1b26e2(0x292,'\x6f\x6c\x73\x72')+_0x1b26e2(0x278,'\x63\x30\x44\x71'));else{if(CREDENTIAL_LEAK_TYPES[_0x1b26e2(0x37d,'\x5a\x25\x5a\x6f')](_0x381fa5))_0x36b2ec[_0x1b26e2(0x7d5,'\x76\x43\x76\x33')]('\x63\x72\x65\x64\x65\x6e\x74\x69'+'\x61\x6c');}}}else{const _0x4a2dd5=_0x79086e[_0x1b26e2(0x1d2,'\x6e\x33\x6b\x6e')][_0xc1cb5d],_0x3136b6=_0x4a2dd5?.[_0x1b26e2(0x102,'\x45\x53\x66\x41')]==='\x6e\x6f'&&_0x4a2dd5[_0x1b26e2(0x354,'\x76\x43\x76\x33')]&&_0x147dcc[_0x1b26e2(0x4d1,'\x4b\x61\x4b\x59')][_0x30e828+(-0x17e*0x2+-0x21b8+0x24b5)]?.[_0x1b26e2(0x6af,'\x71\x67\x67\x65')]===_0x1b26e2(0x60c,'\x4b\x61\x4b\x59')&&_0x204a4d[_0x1b26e2(0x542,'\x33\x73\x77\x6d')][_0x26c9f3+(0x4a*-0x27+-0x9b1+0x58*0x3d)]?.[_0x1b26e2(0x2ba,'\x78\x62\x68\x4d')]===!![],_0x17a118=_0x4a2dd5?.[_0x1b26e2(0x74b,'\x67\x5b\x49\x52')]==='\x7a\x65\x72\x6f'&&_0x49568d(_0x160915,_0x52a620,_0x27198b[_0x1b26e2(0xa7,'\x54\x4e\x6b\x5d')][_0x1b26e2(0x4e9,'\x21\x64\x5d\x35')])&&!(_0x226f82[_0x1b26e2(0x633,'\x54\x67\x4a\x35')][_0x4eec81+(0x1ecb*0x1+-0xe19+-0x10b1)]?.[_0x1b26e2(0x5d5,'\x34\x36\x4f\x47')]===_0x1b26e2(0x2ed,'\x4c\x56\x21\x6e')&&[_0x1b26e2(0x35f,'\x5a\x25\x5a\x6f'),_0x1b26e2(0x6aa,'\x4e\x45\x71\x42')][_0x1b26e2(0x312,'\x5d\x77\x66\x70')](_0x29c088[_0x1b26e2(0x5fe,'\x48\x49\x45\x24')][_0x54787f+(-0x484+-0xacb+0x3*0x51b)]?.['\x76\x61\x6c\x75\x65']??''));return _0x4a2dd5!==_0x30a0fa&&(_0x3136b6||!_0x4a2dd5[_0x1b26e2(0x45d,'\x46\x66\x49\x71')]&&!_0x17a118&&(_0x50b190[_0x1b26e2(0x59b,'\x79\x41\x65\x21')](_0x4a2dd5[_0x1b26e2(0x318,'\x76\x43\x76\x33')])||_0x178115[_0x1b26e2(0x257,'\x45\x53\x66\x41')](_0x4a2dd5[_0x1b26e2(0x3fd,'\x43\x66\x46\x47')])));}}return[..._0x36b2ec];}function hasIndependentAffirmativeAction(_0x4543c1,_0xdc478a,_0xbae5b9=![]){const _0xd18a43=_0x52d82d,_0x585214=lexRequiredEvidence(_0x4543c1);for(let _0x37990e=_0xbae5b9?-0x146d+-0xd36+0x21a3:0x12ac+0x1*0x25e5+-0x8*0x712;_0x37990e<_0x585214[_0xd18a43(0x336,'\x5a\x25\x5a\x6f')][_0xd18a43(0x20b,'\x63\x59\x76\x79')];_0x37990e+=0x19a1+0x39a*0x1+-0x1d3a){if(!_0xdc478a[_0xd18a43(0x37d,'\x5a\x25\x5a\x6f')](_0x585214[_0xd18a43(0x1f4,'\x5d\x77\x66\x70')][_0x37990e]?.[_0xd18a43(0xe6,'\x4e\x45\x71\x42')]??''))continue;if(_0x585214[_0xd18a43(0x540,'\x67\x5b\x49\x52')+_0xd18a43(0x843,'\x54\x4e\x6b\x5d')][_0x37990e]===!![])continue;if(_0x37990e===0x1f4+0x75d+-0x951)return!![];let _0x16ca96=0x25*-0x59+-0x1c23+0x2900;while(_0x16ca96<_0x37990e){const _0x32d5af=_0x585214[_0xd18a43(0x83,'\x5d\x29\x53\x66')][_0x16ca96]?.[_0xd18a43(0x1a6,'\x6e\x4f\x26\x45')]??'';if(!isIgnoredRequiredToken(_0x585214,_0x16ca96)&&!LEADING_CLAUSE_MODIFIER_TERMS[_0xd18a43(0xc3,'\x4e\x45\x71\x42')](_0x32d5af)&&!/ly$/u[_0xd18a43(0x58f,'\x45\x53\x66\x41')](_0x32d5af))break;_0x16ca96+=-0x92*0x21+-0x1fd5+0x32a8;}const _0x3ae1cf=_0x585214[_0xd18a43(0x877,'\x71\x78\x4a\x71')][_0x16ca96]?.[_0xd18a43(0x70c,'\x4f\x73\x42\x5a')]??'';if(_0xbae5b9&&_0x16ca96===_0x37990e)return!![];if(INDEPENDENT_AFFIRMATIVE_AUXILIARIES[_0xd18a43(0x51c,'\x4c\x72\x6f\x49')](_0x3ae1cf))return!![];if(leadingSubjectPolarity(_0x585214,_0x16ca96,_0x37990e)!==_0xd18a43(0x16b,'\x35\x31\x21\x71'))continue;if(SUBJECT_ARTICLE_TERMS[_0xd18a43(0x2e1,'\x46\x66\x49\x71')](_0x3ae1cf)&&_0x16ca96+(-0x676*0x4+0xd83+0xc56)>=_0x37990e)continue;return!![];}return![];}const NEGATED_FINITE_AUXILIARIES=new Set(['\x61\x6d','\x61\x72\x65',_0x52d82d(0x49f,'\x71\x67\x67\x65'),_0x52d82d(0x151,'\x48\x49\x45\x24'),_0x52d82d(0x3c0,'\x5a\x25\x5a\x6f'),'\x64\x6f','\x64\x6f\x65\x73',_0x52d82d(0x4aa,'\x54\x4e\x6b\x5d'),'\x68\x61\x73',_0x52d82d(0x69b,'\x4a\x4b\x71\x47'),'\x69\x73',_0x52d82d(0x41b,'\x4b\x78\x45\x56'),_0x52d82d(0x410,'\x35\x31\x21\x71'),'\x6d\x75\x73\x74','\x6e\x65\x65\x64',_0x52d82d(0x812,'\x6e\x4f\x26\x45'),_0x52d82d(0x107,'\x5d\x55\x50\x70'),_0x52d82d(0x140,'\x71\x70\x25\x76'),'\x73\x68\x6f\x75\x6c\x64',_0x52d82d(0x38e,'\x5d\x77\x61\x46'),_0x52d82d(0x66d,'\x78\x62\x68\x4d'),_0x52d82d(0x3cc,'\x4c\x56\x21\x6e'),_0x52d82d(0x741,'\x47\x64\x37\x28')]),NEGATED_FINITE_CONTRACTIONS=new Set([_0x52d82d(0x51b,'\x6e\x33\x6b\x6e'),_0x52d82d(0x709,'\x5d\x77\x61\x46'),'\x63\x61\x6e\x6e\x6f\x74',_0x52d82d(0x1bd,'\x54\x4e\x6b\x5d'),'\x64\x69\x64\x6e\x27\x74','\x64\x6f\x65\x73\x6e\x27\x74',_0x52d82d(0x6ce,'\x5d\x77\x61\x46'),_0x52d82d(0x7d7,'\x4a\x4b\x71\x47'),'\x68\x61\x73\x6e\x27\x74',_0x52d82d(0x5c5,'\x71\x78\x4a\x71'),_0x52d82d(0x712,'\x54\x67\x4a\x35'),_0x52d82d(0x5b4,'\x58\x55\x4e\x39'),_0x52d82d(0x13d,'\x48\x49\x45\x24'),_0x52d82d(0x6ac,'\x72\x6c\x64\x52'),_0x52d82d(0x3aa,'\x4b\x71\x4c\x6e'),_0x52d82d(0x282,'\x71\x71\x66\x5e'),_0x52d82d(0x7a6,'\x72\x67\x51\x66')+'\x74',_0x52d82d(0x36e,'\x34\x36\x4f\x47'),_0x52d82d(0x20d,'\x2a\x35\x33\x38'),_0x52d82d(0x7d1,'\x5d\x77\x61\x46'),_0x52d82d(0x2f3,'\x6e\x33\x6b\x6e')]);function hasExplicitSubjectBeforeNegation(_0x503c09){const _0x4f7dc8=_0x52d82d,_0x91f182=lexRequiredEvidence(_0x503c09);for(let _0x51bb4d=-0x2d*0x9b+-0x17f3+0x1999*0x2;_0x51bb4d<_0x91f182[_0x4f7dc8(0x611,'\x4b\x78\x45\x56')]['\x6c\x65\x6e\x67\x74\x68'];_0x51bb4d+=-0x14*0x161+0x237d+-0x7e8){const _0x55dafb=_0x91f182[_0x4f7dc8(0x4a9,'\x45\x53\x66\x41')][_0x51bb4d]?.[_0x4f7dc8(0x102,'\x45\x53\x66\x41')]??'',_0xb3a227=NEGATED_FINITE_CONTRACTIONS['\x68\x61\x73'](_0x55dafb)||NEGATED_FINITE_AUXILIARIES[_0x4f7dc8(0x69d,'\x48\x49\x45\x24')](_0x55dafb)&&_0x91f182[_0x4f7dc8(0x6d6,'\x34\x36\x4f\x47')][_0x51bb4d+(0xfdc+0x1ff1+0x1*-0x2fcc)]?.[_0x4f7dc8(0x6d4,'\x4b\x78\x45\x56')]===_0x4f7dc8(0x2f9,'\x63\x59\x76\x79');if(!_0xb3a227)continue;return _0x51bb4d>-0x650+0x29*0x59+-0x6b*0x13&&leadingSubjectPolarity(_0x91f182,-0x1*-0x1195+0x23b1+-0x3546*0x1,_0x51bb4d)==='\x70\x6f\x73\x69\x74\x69\x76\x65';}return![];}function startsWithSubjectElidedNegation(_0x3f46bc){const _0x55cb5d=_0x52d82d,_0x400919=lexRequiredEvidence(_0x3f46bc),_0x2f3423=_0x400919[_0x55cb5d(0x542,'\x33\x73\x77\x6d')][_0x55cb5d(0x66e,'\x21\x64\x5d\x35')+'\x78']((_0x504420,_0x4c6c24)=>!isIgnoredRequiredToken(_0x400919,_0x4c6c24));if(_0x2f3423<-0x3fd*0x1+-0x26d7+0x2ad4)return![];const _0x1e2291=_0x400919[_0x55cb5d(0x242,'\x4c\x4a\x73\x70')][_0x2f3423]?.[_0x55cb5d(0x64f,'\x72\x6c\x64\x52')]??'';if(NEGATED_FINITE_CONTRACTIONS['\x68\x61\x73'](_0x1e2291))return!![];return NEGATED_FINITE_AUXILIARIES[_0x55cb5d(0x592,'\x7a\x49\x51\x23')](_0x1e2291)&&_0x400919[_0x55cb5d(0xed,'\x6e\x4f\x26\x45')][_0x2f3423+(-0x12ee+-0xe91+-0x43*-0x80)]?.[_0x55cb5d(0x64f,'\x72\x6c\x64\x52')]===_0x55cb5d(0x7b4,'\x50\x75\x76\x57');}function startsWithSubjectElidedFiniteAction(_0xda3c5a,_0x230522){const _0x41c82d=_0x52d82d,_0x5ecc50=lexRequiredEvidence(_0xda3c5a);for(let _0x25353a=-0x7eb*0x1+0x4e+-0x79d*-0x1;_0x25353a<_0x5ecc50[_0x41c82d(0x1f4,'\x5d\x77\x66\x70')][_0x41c82d(0x220,'\x34\x36\x4f\x47')];_0x25353a+=0x18cc+0x1ac1+-0x19c6*0x2){if(isIgnoredRequiredToken(_0x5ecc50,_0x25353a))continue;const _0x58ae51=_0x5ecc50[_0x41c82d(0x120,'\x4e\x45\x71\x42')][_0x25353a]?.[_0x41c82d(0x17f,'\x7a\x49\x51\x23')]??'';if(LEADING_CLAUSE_MODIFIER_TERMS[_0x41c82d(0x70e,'\x50\x75\x76\x57')](_0x58ae51)||/ly$/u[_0x41c82d(0x7e,'\x71\x71\x66\x5e')](_0x58ae51))continue;return _0x5ecc50[_0x41c82d(0x47c,'\x4b\x71\x4c\x6e')+_0x41c82d(0x73a,'\x47\x64\x37\x28')][_0x25353a]!==!![]&&_0x230522['\x68\x61\x73'](_0x58ae51)&&(_0x58ae51[_0x41c82d(0x267,'\x54\x67\x4a\x35')]('\x65\x64')||_0x58ae51[_0x41c82d(0x79d,'\x4c\x72\x6f\x49')]('\x73')||IRREGULAR_SIMPLE_PAST_FORMS[_0x41c82d(0x24f,'\x4c\x56\x21\x6e')](_0x58ae51));}return![];}const BASE_AGREEMENT_SUBJECTS=new Set(['\x69',_0x52d82d(0xeb,'\x5d\x77\x66\x70'),'\x77\x65',_0x52d82d(0x422,'\x43\x66\x46\x47')]),THIRD_PERSON_SUBJECTS=new Set(['\x68\x65','\x69\x74',_0x52d82d(0x663,'\x54\x67\x4a\x35')]),BASE_AGREEMENT_AUXILIARIES=new Set(['\x61\x6d',_0x52d82d(0x7a3,'\x72\x6c\x64\x52'),'\x61\x72\x65\x6e\x27\x74','\x64\x6f',_0x52d82d(0x7c8,'\x6e\x4f\x26\x45'),_0x52d82d(0x864,'\x48\x49\x45\x24'),_0x52d82d(0x84b,'\x72\x6c\x64\x52')]),THIRD_PERSON_AUXILIARIES=new Set(['\x64\x6f\x65\x73',_0x52d82d(0x71f,'\x47\x64\x37\x28'),_0x52d82d(0x592,'\x7a\x49\x51\x23'),_0x52d82d(0x48f,'\x4b\x71\x4c\x6e'),'\x69\x73',_0x52d82d(0x613,'\x6e\x33\x6b\x6e'),_0x52d82d(0x669,'\x42\x69\x23\x44')]),NEGATED_AUXILIARY_TERMS=new Set(['\x61\x6d',_0x52d82d(0x1ea,'\x57\x5a\x32\x5a'),'\x63\x61\x6e',_0x52d82d(0x157,'\x33\x73\x77\x6d'),_0x52d82d(0x893,'\x72\x6c\x64\x52'),_0x52d82d(0x845,'\x54\x4e\x6b\x5d'),'\x64\x6f',_0x52d82d(0x4c2,'\x79\x6c\x5b\x4e'),_0x52d82d(0x1d6,'\x5d\x77\x66\x70'),_0x52d82d(0x592,'\x7a\x49\x51\x23'),_0x52d82d(0x885,'\x76\x43\x76\x33'),'\x69\x73',_0x52d82d(0x314,'\x33\x73\x77\x6d'),_0x52d82d(0x4e4,'\x6f\x6c\x73\x72'),_0x52d82d(0x59c,'\x67\x5b\x49\x52'),_0x52d82d(0x4f9,'\x21\x64\x5d\x35'),_0x52d82d(0xfe,'\x48\x49\x45\x24'),_0x52d82d(0x164,'\x4e\x45\x71\x42'),_0x52d82d(0x2e0,'\x67\x5b\x49\x52'),_0x52d82d(0x234,'\x4f\x73\x42\x5a'),_0x52d82d(0x3df,'\x79\x41\x65\x21'),_0x52d82d(0x11b,'\x43\x66\x46\x47'),_0x52d82d(0x7fc,'\x4b\x78\x45\x56'),_0x52d82d(0x2dd,'\x63\x30\x44\x71'),_0x52d82d(0x828,'\x4f\x73\x42\x5a'),_0x52d82d(0xbd,'\x4b\x61\x4b\x59'),'\x63\x6f\x75\x6c\x64\x6e\x27\x74',_0x52d82d(0x53b,'\x42\x69\x23\x44'),_0x52d82d(0x218,'\x78\x62\x68\x4d'),_0x52d82d(0x3c8,'\x4b\x78\x45\x56'),'\x68\x61\x64\x6e\x27\x74',_0x52d82d(0xde,'\x5d\x55\x50\x70'),_0x52d82d(0x185,'\x42\x69\x23\x44'),_0x52d82d(0x6f4,'\x42\x69\x23\x44'),'\x6d\x69\x67\x68\x74\x6e\x27\x74',_0x52d82d(0x725,'\x54\x67\x4a\x35'),'\x73\x68\x61\x6e\x27\x74',_0x52d82d(0x738,'\x6f\x6c\x73\x72'),_0x52d82d(0x4b6,'\x4c\x4a\x73\x70'),'\x73\x68\x6f\x75\x6c\x64\x6e\x27'+'\x74',_0x52d82d(0x1bc,'\x5d\x77\x66\x70'),_0x52d82d(0x205,'\x71\x71\x66\x5e'),_0x52d82d(0x42c,'\x4b\x61\x4b\x59'),_0x52d82d(0x7a2,'\x78\x62\x68\x4d')]);function subjectAgreementBeforeNegation(_0x1dcdca){const _0x11d8e6=_0x52d82d,_0x48a505=lexRequiredEvidence(_0x1dcdca);let _0x59367b=-(0x2305+-0x1d73+0x591*-0x1),_0x300d36='';for(let _0x5876cc=-0x1*-0x861+-0x1b29+0x12c8;_0x5876cc<_0x48a505[_0x11d8e6(0x49c,'\x7a\x4e\x66\x66')][_0x11d8e6(0x1b4,'\x6e\x33\x6b\x6e')];_0x5876cc+=-0x1dca+0x208+-0x67*-0x45){if(_0x11d8e6(0x28f,'\x58\x55\x4e\x39')===_0x11d8e6(0x54b,'\x35\x31\x21\x71')){const _0x5334c2=_0x48a505['\x74\x6f\x6b\x65\x6e\x73'][_0x5876cc]?.[_0x11d8e6(0x4df,'\x4a\x4b\x71\x47')]??'';if(NEGATED_AUXILIARY_TERMS[_0x11d8e6(0x2e1,'\x46\x66\x49\x71')](_0x5334c2)&&(_0x5334c2===_0x11d8e6(0x43d,'\x5d\x29\x53\x66')||_0x5334c2[_0x11d8e6(0xf5,'\x2a\x35\x33\x38')](_0x11d8e6(0x6f8,'\x79\x41\x65\x21'))||[_0x11d8e6(0x526,'\x58\x55\x4e\x39'),_0x11d8e6(0x76d,'\x72\x67\x51\x66')][_0x11d8e6(0x425,'\x72\x6c\x64\x52')](_0x48a505[_0x11d8e6(0x2b5,'\x21\x64\x5d\x35')][_0x5876cc+(-0x2111+0xd4*0x3+0x1e96)]?.[_0x11d8e6(0x233,'\x5d\x77\x66\x70')]??''))){_0x59367b=_0x5876cc,_0x300d36=_0x5334c2;break;}}else return[_0x291650[_0x11d8e6(0x300,'\x72\x6c\x64\x52')]];}if(_0x59367b<0x1e58+0x2d7*-0x6+-0xd4e)return'\x75\x6e\x6b\x6e\x6f\x77\x6e';if(BASE_AGREEMENT_AUXILIARIES[_0x11d8e6(0x2e5,'\x54\x4e\x6b\x5d')](_0x300d36))return'\x62\x61\x73\x65';if(THIRD_PERSON_AUXILIARIES[_0x11d8e6(0x37d,'\x5a\x25\x5a\x6f')](_0x300d36))return _0x11d8e6(0x671,'\x34\x36\x4f\x47')+_0x11d8e6(0x178,'\x72\x67\x51\x66');let _0x7d69e1='';for(let _0x2a980a=-0x1f*0xae+0x1*-0x17a0+-0x6*-0x773;_0x2a980a<_0x59367b;_0x2a980a+=-0x13a3+0x22bd+-0xf19*0x1){if(isIgnoredRequiredToken(_0x48a505,_0x2a980a))continue;const _0x17d984=_0x48a505['\x74\x6f\x6b\x65\x6e\x73'][_0x2a980a]?.[_0x11d8e6(0x690,'\x54\x67\x4a\x35')]??'';if(BASE_AGREEMENT_SUBJECTS[_0x11d8e6(0x753,'\x67\x5b\x49\x52')](_0x17d984))return _0x11d8e6(0x6ba,'\x42\x69\x23\x44');if(THIRD_PERSON_SUBJECTS[_0x11d8e6(0x288,'\x6e\x33\x6b\x6e')](_0x17d984))return _0x11d8e6(0x6fb,'\x4f\x73\x42\x5a')+_0x11d8e6(0x3e5,'\x63\x59\x76\x79');if(SUBJECT_ARTICLE_TERMS[_0x11d8e6(0x1ba,'\x54\x67\x4a\x35')](_0x17d984)||NON_SUBJECT_PREFIX_TERMS['\x68\x61\x73'](_0x17d984)||LEADING_CLAUSE_MODIFIER_TERMS[_0x11d8e6(0x627,'\x4c\x4a\x73\x70')](_0x17d984)||/ly$/u[_0x11d8e6(0x2d3,'\x21\x64\x5d\x35')](_0x17d984))continue;_0x7d69e1=_0x17d984;}if(!_0x7d69e1)return _0x11d8e6(0x445,'\x43\x66\x46\x47');return _0x7d69e1[_0x11d8e6(0x1c7,'\x58\x55\x4e\x39')]('\x73')&&!/(?:is|ss|us)$/u[_0x11d8e6(0x3e7,'\x4a\x4b\x71\x47')](_0x7d69e1)?'\x62\x61\x73\x65':_0x11d8e6(0x63f,'\x57\x5a\x32\x5a')+_0x11d8e6(0x26b,'\x4c\x4a\x73\x70');}function negatedAuxiliaryScope(_0x5ef505){const _0x3c1050=_0x52d82d;if(/\b(?:(?:had|has|have)\s+(?:not|never)|hadn't|hasn't|haven't)\b/i[_0x3c1050(0x338,'\x47\x64\x37\x28')](_0x5ef505))return'\x70\x65\x72\x66\x65\x63\x74';if(/\b(?:did\s+(?:not|never)|didn't)\b/i[_0x3c1050(0x6b7,'\x6e\x4f\x26\x45')](_0x5ef505))return _0x3c1050(0x38d,'\x63\x30\x44\x71')+'\x65';const _0x5b76f1=/\b(?:(?:am|are|is|was|were)\s+(?:not|never)|aren't|isn't|wasn't|weren't)\b/i['\x65\x78\x65\x63'](_0x5ef505);if(_0x5b76f1){if(_0x3c1050(0x6c4,'\x6e\x33\x6b\x6e')!==_0x3c1050(0x55d,'\x76\x43\x76\x33'))return _0x532f50(_0x4e0547,_0x23902a,_0x36cd5d['\x65\x6e\x64']);else{const _0x5645a2=_0x5ef505['\x73\x6c\x69\x63\x65'](_0x5b76f1[_0x3c1050(0x167,'\x5a\x25\x5a\x6f')]+_0x5b76f1[0x265b*-0x1+-0x4ff+-0x15ad*-0x2][_0x3c1050(0x38a,'\x7a\x49\x51\x23')]),_0x46c0b5=_0x5645a2[_0x3c1050(0x20e,'\x4a\x4b\x71\x47')](/[,;]|\b(?:after|because|before|once|so|when|while|without)\b/i,-0xbe3+-0x1cf1+0x28d5)[-0x1d85+-0x1*0x1b2f+0xbf*0x4c]??'';if(/\b[a-z]+ing\b/i['\x74\x65\x73\x74'](_0x46c0b5))return _0x3c1050(0x713,'\x5d\x55\x50\x70')+_0x3c1050(0x444,'\x43\x66\x46\x47');}}return/\b(?:(?:can|could|did|do|does|may|might|must|need|needs|ought|shall|should|will|would)\s+(?:not|never)|cannot|can't|couldn't|didn't|doesn't|don't|mightn't|mustn't|needn't|oughtn't|shan't|shouldn't|won't|wouldn't)\b/i[_0x3c1050(0x7e,'\x71\x71\x66\x5e')](_0x5ef505)?_0x3c1050(0x887,'\x5d\x55\x50\x70'):_0x3c1050(0x2a3,'\x33\x73\x77\x6d');}function isThirdPersonActionForm(_0x188195,_0x2e2f8f){const _0x354b8c=_0x52d82d;if([...IRREGULAR_VERB_FORMS[_0x354b8c(0x5ec,'\x43\x66\x46\x47')]()][_0x354b8c(0x301,'\x45\x53\x66\x41')](_0xa142a5=>_0xa142a5[0x1*0x1ccc+0x1cdd+-0x39a8]===_0x188195))return!![];const _0x2de60a=new Set();return addSingularCandidates(_0x188195,_0x2de60a),[..._0x2de60a]['\x73\x6f\x6d\x65'](_0x16e59a=>_0x2e2f8f['\x68\x61\x73'](_0x16e59a));}function subjectElidedActionMorphology(_0x4901cd,_0x2a0dc7){const _0x12ae26=_0x52d82d,_0x9d7369=lexRequiredEvidence(_0x4901cd);for(let _0x789a93=0xbb+0x35*0x5e+0x3*-0x6bb;_0x789a93<_0x9d7369[_0x12ae26(0x491,'\x72\x67\x51\x66')][_0x12ae26(0x81e,'\x5d\x29\x53\x66')];_0x789a93+=-0x17bd+-0x1c94+-0x4a*-0xb5){if(_0x12ae26(0x181,'\x5a\x25\x5a\x6f')!=='\x63\x7a\x77\x48\x62')_0x4e21e7[_0x12ae26(0x270,'\x4c\x4a\x73\x70')]();else{if(isIgnoredRequiredToken(_0x9d7369,_0x789a93))continue;const _0x51d323=_0x9d7369[_0x12ae26(0x2f6,'\x46\x66\x49\x71')][_0x789a93]?.[_0x12ae26(0x41d,'\x5d\x55\x50\x70')]??'';if(LEADING_CLAUSE_MODIFIER_TERMS[_0x12ae26(0x610,'\x21\x64\x5d\x35')](_0x51d323)||/ly$/u[_0x12ae26(0x430,'\x42\x69\x23\x44')](_0x51d323))continue;if(!_0x2a0dc7[_0x12ae26(0x654,'\x5d\x55\x50\x70')](_0x51d323)||_0x9d7369[_0x12ae26(0x3e9,'\x35\x31\x21\x71')+_0x12ae26(0xea,'\x7a\x4e\x66\x66')][_0x789a93]===!![])return undefined;if(_0x51d323[_0x12ae26(0x469,'\x5d\x77\x61\x46')](_0x12ae26(0x4fc,'\x50\x75\x76\x57')))return _0x12ae26(0x648,'\x33\x73\x77\x6d')+_0x12ae26(0x5ad,'\x72\x67\x51\x66');if(IRREGULAR_SIMPLE_PAST_FORMS[_0x12ae26(0x1f3,'\x5d\x29\x53\x66')](_0x51d323)&&!IRREGULAR_PAST_PARTICIPLE_FORMS[_0x12ae26(0x1f3,'\x5d\x29\x53\x66')](_0x51d323))return'\x73\x69\x6d\x70\x6c\x65\x2d\x70'+_0x12ae26(0x2e3,'\x7a\x49\x51\x23');if(_0x51d323[_0x12ae26(0x628,'\x43\x31\x24\x6b')]('\x65\x64')||IRREGULAR_SIMPLE_PAST_FORMS[_0x12ae26(0x452,'\x79\x6c\x5b\x4e')](_0x51d323)||IRREGULAR_PAST_PARTICIPLE_FORMS[_0x12ae26(0x30c,'\x43\x31\x24\x6b')](_0x51d323))return _0x12ae26(0x1de,'\x54\x67\x4a\x35')+'\x6c\x65';return isThirdPersonActionForm(_0x51d323,_0x2a0dc7)?_0x12ae26(0x3f9,'\x71\x71\x66\x5e')+_0x12ae26(0x7a4,'\x21\x64\x5d\x35'):_0x12ae26(0x290,'\x63\x30\x44\x71');}}return undefined;}function startsWithSubjectElidedGerund(_0x143654){const _0x575135=_0x52d82d,_0x509b51=lexRequiredEvidence(_0x143654);for(let _0x39d716=0xea8*0x2+-0x1cfe+-0x52;_0x39d716<_0x509b51[_0x575135(0x2b5,'\x21\x64\x5d\x35')][_0x575135(0x833,'\x4f\x73\x42\x5a')];_0x39d716+=0x157+-0xd31+0x5*0x25f){if(isIgnoredRequiredToken(_0x509b51,_0x39d716))continue;const _0xb8bc2c=_0x509b51[_0x575135(0x70f,'\x71\x71\x66\x5e')][_0x39d716]?.[_0x575135(0x4df,'\x4a\x4b\x71\x47')]??'';if(LEADING_CLAUSE_MODIFIER_TERMS[_0x575135(0x30c,'\x43\x31\x24\x6b')](_0xb8bc2c)||/ly$/u[_0x575135(0xff,'\x57\x5a\x32\x5a')](_0xb8bc2c))continue;return _0xb8bc2c[_0x575135(0x2ff,'\x4f\x73\x42\x5a')](_0x575135(0x562,'\x4e\x45\x71\x42'))&&_0x509b51[_0x575135(0x4f3,'\x2a\x35\x33\x38')+_0x575135(0x39d,'\x57\x5a\x32\x5a')][_0x39d716]!==!![];}return![];}function finiteClauseSubjectPolarity(_0x3bd0a9){const _0x42e5a0=_0x52d82d,_0x2a6a7a=lexRequiredEvidence(_0x3bd0a9);if(!hasFinitePredicatePrefix(_0x2a6a7a,0x3c7*-0x7+0x2559+-0xae8,_0x2a6a7a['\x74\x6f\x6b\x65\x6e\x73'][_0x42e5a0(0x39b,'\x7a\x4e\x66\x66')]))return _0x42e5a0(0x6bd,'\x71\x71\x66\x5e');return leadingSubjectPolarity(_0x2a6a7a,-0x4c3*-0x6+-0x14*0x2e+-0x18fa,_0x2a6a7a[_0x42e5a0(0x2cc,'\x47\x64\x37\x28')][_0x42e5a0(0x5bb,'\x35\x31\x21\x71')]);}function matchingActionSubjectPolarity(_0x957fa0,_0x4a72ef){const _0x386436=_0x52d82d,_0x861e5b=lexRequiredEvidence(_0x957fa0);for(let _0x559100=0x891+0x2b*-0x77+-0x5b6*-0x2;_0x559100<_0x861e5b[_0x386436(0x70f,'\x71\x71\x66\x5e')][_0x386436(0x630,'\x5a\x25\x5a\x6f')];_0x559100+=0x1fb*0x11+-0x1fa5+-0x205){if(!_0x4a72ef[_0x386436(0x22e,'\x34\x36\x4f\x47')](_0x861e5b[_0x386436(0x5da,'\x4a\x4b\x71\x47')][_0x559100]?.[_0x386436(0x567,'\x79\x41\x65\x21')]??''))continue;return leadingSubjectPolarity(_0x861e5b,-0x222f+0xc90+0x159f,_0x559100);}return _0x386436(0x4ad,'\x35\x31\x21\x71');}function hasIndependentFiniteAction(_0x32602e,_0x5e35b0){const _0x18a543=_0x52d82d,_0x5a94ac=lexRequiredEvidence(_0x32602e);for(let _0x4fd977=-0x24a5+-0xf3*0x5+0x2965;_0x4fd977<_0x5a94ac[_0x18a543(0x1d2,'\x6e\x33\x6b\x6e')][_0x18a543(0x83a,'\x71\x71\x66\x5e')];_0x4fd977+=-0x1e92+0x19f*0x3+0x19b6){if(_0x18a543(0x193,'\x4b\x71\x4c\x6e')===_0x18a543(0x3fe,'\x4c\x72\x6f\x49')){const _0x13fecc=_0x2d4a96[_0x18a543(0x309,'\x72\x67\x51\x66')](_0x532587[_0x18a543(0x2a2,'\x71\x78\x4a\x71')](0x72d+0x25a+-0x987,_0x624153-(0x9*0x255+-0x1437+0x3a)),_0x479e19)[_0x18a543(0x75c,'\x2a\x35\x33\x38')](/[.!?;\r\n]/u)[_0x18a543(0x4c1,'\x48\x49\x45\x24')]()??'',_0x346428=_0x13fecc[_0x18a543(0x646,'\x42\x69\x23\x44')](_0x13fecc[_0x18a543(0x4dd,'\x33\x73\x77\x6d')+_0x18a543(0x403,'\x7a\x4e\x66\x66')]('\x2c')+(0x80f+0x1db6+0x1*-0x25c4)),_0x20ead2=_0x6a3452(_0x346428)[_0x18a543(0x437,'\x4b\x78\x45\x56')]('\x20')[_0x18a543(0x12f,'\x5d\x77\x66\x70')](_0xf3a43d);if(_0x20ead2[_0x18a543(0x339,'\x4b\x61\x4b\x59')]===-0x7e6+0x2087+-0x18a1)return![];if(_0x20ead2['\x73\x6f\x6d\x65'](_0xe8dbf3=>_0x28f310[_0x18a543(0x30c,'\x43\x31\x24\x6b')](_0xe8dbf3)))return!![];if(_0x20ead2[_0x18a543(0xab,'\x7a\x4e\x66\x66')]((_0x4c730e,_0x139152)=>_0xdc5c2f[_0x18a543(0x650,'\x63\x30\x44\x71')](_0x4c730e)&&_0x139152+(-0x8e*-0x2e+0x2*-0xe6e+0x359)<_0x20ead2[_0x18a543(0x39f,'\x67\x5b\x49\x52')]))return!![];if(_0x20ead2[_0x18a543(0x773,'\x6e\x4f\x26\x45')]((_0x1d48f0,_0xb648a3)=>_0x26383b[_0x18a543(0x592,'\x7a\x49\x51\x23')](_0x1d48f0)&&_0xb648a3+(0x11e6*0x2+-0x25*-0xa9+0x148*-0x2f)<_0x20ead2[_0x18a543(0x83a,'\x71\x71\x66\x5e')]))return!![];const _0x3c3860=_0x20ead2[0x60b*0x1+-0x12d3+0x1*0xcc8]??'';return!_0x6d7924['\x68\x61\x73'](_0x3c3860)&&!_0x2ee6cc[_0x18a543(0x70e,'\x50\x75\x76\x57')](_0x3c3860)&&!_0x3093d3[_0x18a543(0x24f,'\x4c\x56\x21\x6e')](_0x3c3860)&&!/ly$/u['\x74\x65\x73\x74'](_0x3c3860);}else{const _0xb3edae=_0x5a94ac[_0x18a543(0x75f,'\x6f\x6c\x73\x72')][_0x4fd977]?.[_0x18a543(0x566,'\x5d\x29\x53\x66')]??'';if(!_0x5e35b0[_0x18a543(0x610,'\x21\x64\x5d\x35')](_0xb3edae)||_0x5a94ac[_0x18a543(0x334,'\x6f\x6c\x73\x72')+_0x18a543(0x364,'\x7a\x49\x51\x23')][_0x4fd977]===!![])continue;const _0x60627b=_0xb3edae[_0x18a543(0x16a,'\x54\x4e\x6b\x5d')]('\x65\x64')||_0xb3edae[_0x18a543(0x469,'\x5d\x77\x61\x46')]('\x73')||IRREGULAR_SIMPLE_PAST_FORMS[_0x18a543(0x5bd,'\x4b\x61\x4b\x59')](_0xb3edae);if(_0x60627b&&leadingSubjectPolarity(_0x5a94ac,-0x12*0x147+-0x1*0x88d+0x1f8b,_0x4fd977)==='\x70\x6f\x73\x69\x74\x69\x76\x65')return!![];}}return![];}function stripCommaDelimitedWithoutAdjuncts(_0x3d6e6c,_0x54fcb4){const _0x33a1ed=_0x52d82d;return _0x3d6e6c[_0x33a1ed(0xec,'\x71\x70\x25\x76')](COMMA_DELIMITED_WITHOUT_RE,_0x25fc70=>{const _0x4bfbf4=_0x33a1ed,_0x3c22e2=_0x25fc70[_0x4bfbf4(0x397,'\x35\x25\x6c\x69')](/^\s*without\b/i,'')[_0x4bfbf4(0x3d0,'\x2a\x35\x33\x38')](/,\s*$/u,'')[_0x4bfbf4(0x899,'\x58\x55\x4e\x39')](/\band\b/i)[_0x4bfbf4(0x2f2,'\x35\x25\x6c\x69')](-0x2b*0x68+-0x17d5+0x14a7*0x2),_0x342f23=_0x3c22e2['\x73\x6f\x6d\x65'](_0x21afbd=>startsWithSubjectElidedFiniteAction(_0x21afbd,_0x54fcb4)||hasIndependentFiniteAction(_0x21afbd,_0x54fcb4));return _0x342f23?_0x25fc70:'\x20';});}function affirmativePrefixBeforeNegation(_0x700919,_0xd749e7,_0xfa4d7f=!![]){const _0x4a82c8=_0x52d82d,_0x21decf=NEGATED_ACTION_RE[_0x4a82c8(0x30a,'\x58\x55\x4e\x39')](_0x700919);if(!_0x21decf||_0x21decf[_0x4a82c8(0x624,'\x6e\x4f\x26\x45')]===0x1*-0x43+-0x7*-0xfd+-0x1*0x6a8)return undefined;const _0x36ae07=normalize(_0x700919[_0x4a82c8(0x87b,'\x63\x30\x44\x71')](-0x1*0x20ab+-0x11fe*-0x2+-0x351,_0x21decf[_0x4a82c8(0x21a,'\x4c\x72\x6f\x49')]));return _0x36ae07&&hasIndependentAffirmativeAction(_0x36ae07,_0xd749e7,_0xfa4d7f)?_0x36ae07:undefined;}function hasIndependentSimplePastPredicate(_0x3558a2){const _0x1d3c28=_0x52d82d,_0x528886=lexRequiredEvidence(_0x3558a2);for(let _0xd2038d=0x44d*0x8+0x1f*-0x71+0x52e*-0x4;_0xd2038d<_0x528886[_0x1d3c28(0x307,'\x71\x70\x25\x76')][_0x1d3c28(0x764,'\x47\x64\x37\x28')];_0xd2038d+=-0x4e5*-0x7+-0x1809*-0x1+-0x3a4b){if(_0x1d3c28(0x6df,'\x4c\x56\x21\x6e')===_0x1d3c28(0x149,'\x58\x55\x4e\x39')){if(_0x10c589[_0x1d3c28(0x2e1,'\x46\x66\x49\x71')](_0x3d2daa)||_0x95d509[_0x1d3c28(0x303,'\x43\x66\x46\x47')](_0x1434cd))_0x376315[_0x1d3c28(0x642,'\x4f\x73\x42\x5a')]();while(_0x171048[_0x1d3c28(0x1b4,'\x6e\x33\x6b\x6e')]>-0x10b5+0xa61*-0x3+0x2fd9&&_0xfcf963(_0x1d3fb7[-0xf1d+-0x1490+0x23ad]??''))_0x105c10[_0x1d3c28(0x222,'\x5d\x77\x66\x70')]();if(_0x3c8404[_0x1d3c28(0x124,'\x45\x53\x66\x41')]>-0x1b7b+-0x692*-0x3+0x7c5)_0x1d3e6a[_0x1d3c28(0x3ab,'\x72\x6c\x64\x52')]();}else{const _0x5b67fa=_0x528886[_0x1d3c28(0x191,'\x50\x75\x76\x57')][_0xd2038d]?.[_0x1d3c28(0x416,'\x4b\x61\x4b\x59')]??'',_0x569b48=[_0x1d3c28(0x6e6,'\x71\x71\x66\x5e'),'\x68\x61\x64','\x77\x61\x73',_0x1d3c28(0x158,'\x72\x67\x51\x66')][_0x1d3c28(0x5b2,'\x4c\x4a\x73\x70')](_0x5b67fa)||_0x5b67fa[_0x1d3c28(0x463,'\x5d\x77\x66\x70')]('\x65\x64')||IRREGULAR_SIMPLE_PAST_FORMS[_0x1d3c28(0x6d0,'\x5d\x77\x61\x46')](_0x5b67fa);if(_0x569b48&&leadingSubjectPolarity(_0x528886,0xe12+0xa47+-0x1859,_0xd2038d)===_0x1d3c28(0x324,'\x4c\x72\x6f\x49'))return!![];}}return![];}function hasIndependentSimplePastAction(_0x4833dd,_0x398aad,_0x2c5c3d=![]){const _0x137ccd=_0x52d82d,_0x43b922=lexRequiredEvidence(_0x4833dd[_0x137ccd(0x192,'\x6e\x4f\x26\x45')](-0x62d+-0x1f9c+0x25c9,MAX_FACTUAL_TAIL_CHARS));_0x389930:for(let _0x4df261=-0xbfa+0x1d56+-0x115c;_0x4df261<_0x43b922[_0x137ccd(0x383,'\x5d\x77\x61\x46')][_0x137ccd(0x3e3,'\x4a\x4b\x71\x47')];_0x4df261+=-0x3*-0x412+-0x1020+0x3eb){if(_0x137ccd(0x4eb,'\x63\x30\x44\x71')!==_0x137ccd(0x376,'\x76\x43\x76\x33')){const _0x576147=_0x367503[_0x531a24]?.[_0x137ccd(0x41d,'\x5d\x55\x50\x70')]??'';if(_0x5b62be[_0x137ccd(0x303,'\x43\x66\x46\x47')](_0x576147)||/n't$/u[_0x137ccd(0x6b7,'\x6e\x4f\x26\x45')](_0x576147))return!![];return _0x576147[_0x137ccd(0x51a,'\x46\x66\x49\x71')]('\x65\x64')&&_0x3d0975(_0x342d8c,_0x5abf39,_0xdbd4ad);}else{const _0x14af99=_0x43b922['\x74\x6f\x6b\x65\x6e\x73'][_0x4df261]?.[_0x137ccd(0x74e,'\x48\x49\x45\x24')]??'';if(!_0x398aad[_0x137ccd(0x378,'\x71\x78\x4a\x71')](_0x14af99)||_0x43b922[_0x137ccd(0x9f,'\x46\x66\x49\x71')+_0x137ccd(0x7e6,'\x43\x66\x46\x47')][_0x4df261]===!![])continue;for(let _0x10231f=_0x4df261-(-0x17b2+-0x5*0x578+0x330b);_0x10231f>=0xa*0x1ed+-0xcd4+-0x66e;_0x10231f-=-0x1c84+0x1992+0x1*0x2f3){if(_0x137ccd(0x854,'\x48\x49\x45\x24')!==_0x137ccd(0x614,'\x5d\x77\x61\x46')){const _0x2b00ad=_0x43b922[_0x137ccd(0x5da,'\x4a\x4b\x71\x47')][_0x10231f]?.[_0x137ccd(0x80,'\x79\x6c\x5b\x4e')]??'';if(PREDICATE_COORDINATOR_TERMS[_0x137ccd(0x7c4,'\x72\x6c\x64\x52')](_0x2b00ad))break;if(MODAL_AUXILIARY_TERMS[_0x137ccd(0x753,'\x67\x5b\x49\x52')](_0x2b00ad)||SEMI_MODAL_AUXILIARY_TERMS[_0x137ccd(0x4a7,'\x33\x73\x77\x6d')](_0x2b00ad))continue _0x389930;}else return _0x22afc2=_0x48c870,_0x38ce22=_0x2a5c48&&_0x19278f,[];}const _0x29b6fd=leadingSubjectPolarity(_0x43b922,0x2547+0x1bca*0x1+-0x4111,_0x4df261);if((_0x14af99[_0x137ccd(0x50c,'\x76\x43\x76\x33')]('\x65\x64')||IRREGULAR_SIMPLE_PAST_FORMS[_0x137ccd(0xc4,'\x63\x59\x76\x79')](_0x14af99))&&(_0x29b6fd==='\x70\x6f\x73\x69\x74\x69\x76\x65'||_0x2c5c3d&&_0x29b6fd!==_0x137ccd(0x3a3,'\x2a\x35\x33\x38')))return!![];}}return![];}function providedTargetPrefixKind(_0x1ee7bf,_0x262d3c){const _0x4e2e7b=_0x52d82d,_0x42916f=_0x262d3c[_0x4e2e7b(0x841,'\x72\x6c\x64\x52')][_0x4e2e7b(0x277,'\x7a\x4e\x66\x66')](_0x325a6d=>!_0x325a6d[_0x4e2e7b(0x465,'\x72\x67\x51\x66')]);return classifyProvidedTargetPrefix({'\x61\x63\x74\x69\x6f\x6e\x46\x6f\x72\x6d\x73':_0x262d3c[_0x4e2e7b(0x547,'\x5d\x29\x53\x66')+_0x4e2e7b(0x27e,'\x7a\x49\x51\x23')],'\x6c\x65\x78\x69\x63\x6f\x6e':{'\x63\x6f\x6d\x6d\x61\x44\x65\x6c\x69\x6d\x69\x74\x65\x64\x50\x72\x65\x70\x6f\x73\x69\x74\x69\x6f\x6e\x73':COMMA_DELIMITED_PREPOSITION_TERMS,'\x63\x6f\x6e\x64\x69\x74\x69\x6f\x6e\x61\x6c\x4d\x61\x72\x6b\x65\x72\x73':CONDITIONAL_MARKER_TERMS,'\x69\x72\x72\x65\x67\x75\x6c\x61\x72\x50\x61\x73\x74\x50\x61\x72\x74\x69\x63\x69\x70\x6c\x65\x73':IRREGULAR_PAST_PARTICIPLE_FORMS,'\x69\x72\x72\x65\x67\x75\x6c\x61\x72\x53\x69\x6d\x70\x6c\x65\x50\x61\x73\x74':IRREGULAR_SIMPLE_PAST_FORMS,'\x6c\x65\x61\x64\x69\x6e\x67\x43\x6c\x61\x75\x73\x65\x4d\x6f\x64\x69\x66\x69\x65\x72\x73':LEADING_CLAUSE_MODIFIER_TERMS,'\x70\x61\x73\x73\x69\x76\x65\x41\x75\x78\x69\x6c\x69\x61\x72\x69\x65\x73':PASSIVE_AUXILIARY_TERMS,'\x73\x75\x62\x6a\x65\x63\x74\x41\x72\x74\x69\x63\x6c\x65\x73':SUBJECT_ARTICLE_TERMS},'\x6f\x62\x6a\x65\x63\x74\x46\x6f\x72\x6d\x73':_0x42916f[_0x4e2e7b(0x29a,'\x63\x59\x76\x79')](_0xd1028c=>targetTermForms(_0xd1028c,_0x4e2e7b(0x16d,'\x21\x64\x5d\x35'))),'\x70\x72\x65\x64\x69\x63\x61\x74\x65\x73':{'\x66\x69\x6e\x69\x74\x65\x43\x6c\x61\x75\x73\x65\x53\x75\x62\x6a\x65\x63\x74\x50\x6f\x6c\x61\x72\x69\x74\x79':finiteClauseSubjectPolarity,'\x68\x61\x73\x49\x6e\x64\x65\x70\x65\x6e\x64\x65\x6e\x74\x41\x66\x66\x69\x72\x6d\x61\x74\x69\x76\x65\x41\x63\x74\x69\x6f\x6e':hasIndependentAffirmativeAction,'\x69\x73\x41\x74\x74\x72\x69\x62\x75\x74\x69\x76\x65\x54\x61\x72\x67\x65\x74\x4d\x6f\x64\x69\x66\x69\x65\x72':isAttributiveTargetModifier,'\x69\x73\x46\x69\x6e\x69\x74\x65\x50\x72\x65\x64\x69\x63\x61\x74\x65\x54\x65\x72\x6d':isFinitePredicateTerm,'\x74\x6f\x6b\x65\x6e\x69\x7a\x65':lexRequiredEvidence},'\x73\x6f\x75\x72\x63\x65':normalize(_0x1ee7bf)});}function hasTargetActionPrefix(_0x56b76a,_0x1ab33f){const _0x33af5b=_0x52d82d,_0x5eee0a=lexRequiredEvidence(_0x56b76a);for(let _0x52d4c0=-0x1ba1+0x3*0x265+0x1472;_0x52d4c0<_0x5eee0a[_0x33af5b(0xfd,'\x43\x31\x24\x6b')][_0x33af5b(0x652,'\x57\x5a\x32\x5a')];_0x52d4c0+=0x1*-0x10e1+-0x816+0x8*0x31f){if(_0x33af5b(0x79f,'\x78\x62\x68\x4d')!==_0x33af5b(0x89b,'\x6f\x6c\x73\x72')){const _0x1296c8=_0x3980c7(_0x3840ed),_0x4a3692=_0x2499fc(_0x2f833f);return _0x53a2ce[_0x33af5b(0x850,'\x79\x6c\x5b\x4e')](_0x1706f5=>{const _0x3289b3=_0x33af5b,_0x19fa8d=_0x1296c8['\x66\x6c\x61\x74\x4d\x61\x70'](_0x12e3f5=>{const _0x208002=_0x1b9c;return _0x142660(_0x12e3f5[_0x208002(0x5f1,'\x71\x78\x4a\x71')])[_0x208002(0x23d,'\x57\x5a\x32\x5a')](_0x58820f=>{const _0x1e492c=_0x208002;if(_0x51b947(_0x36b83e(_0x2c8eea(_0x58820f[_0x1e492c(0x814,'\x48\x49\x45\x24')])))!==_0x1706f5[_0x1e492c(0x7de,'\x6f\x6c\x73\x72')])return[];let _0x5f0410=_0x12e3f5['\x74\x65\x78\x74\x53\x74\x61\x72'+'\x74']+_0x58820f[_0x1e492c(0x44d,'\x7a\x49\x51\x23')],_0x3d7fa3=_0x5f0410+_0x58820f[_0x1e492c(0xd3,'\x45\x53\x66\x41')][_0x1e492c(0x3e3,'\x4a\x4b\x71\x47')];const _0x21335c=_0x5ecb21['\x73\x6c\x69\x63\x65'](_0x12e3f5[_0x1e492c(0x81b,'\x46\x66\x49\x71')],_0x5f0410),_0xaf4841=_0x21335c[_0x1e492c(0x6e8,'\x54\x4e\x6b\x5d')](/(?:,\s*|\s+)(?:and|but|however|although|though)\s*$/i);if(_0xaf4841)_0x5f0410-=_0xaf4841[0x1cc1+-0xbc4+0x1*-0x10fd][_0x1e492c(0x332,'\x42\x69\x23\x44')];else{if(/^\s*(?:[-*]\s+|\d+[.)]\s+|\[[ xX]\]\s*)$/[_0x1e492c(0x6dd,'\x63\x59\x76\x79')](_0x21335c))_0x5f0410=_0x12e3f5[_0x1e492c(0x482,'\x78\x62\x68\x4d')];}const _0x4fd15e=_0x3b5fa4[_0x1e492c(0x402,'\x71\x70\x25\x76')](_0x3d7fa3,_0x12e3f5[_0x1e492c(0x6e1,'\x79\x41\x65\x21')]),_0x2d416f=_0x4fd15e[_0x1e492c(0x250,'\x50\x75\x76\x57')](/^\s+but\s+also\s+/i)??_0x4fd15e['\x6d\x61\x74\x63\x68'](/^\s+(?:and|but|however|although|though)\s+/i);if(_0x2d416f&&!_0xaf4841)_0x3d7fa3+=_0x2d416f[0xac6+0x12c2+0x1*-0x1d88][_0x1e492c(0x630,'\x5a\x25\x5a\x6f')];return[{'\x73\x74\x61\x72\x74':_0x5f0410,'\x65\x6e\x64':_0x3d7fa3}];});});if(_0x19fa8d[_0x3289b3(0x1e0,'\x71\x78\x4a\x71')]!==-0x1b04+-0x21ca+0x3*0x1445)return[];const _0x56f263=_0x19fa8d[0x2a*-0x1a+-0x34*0x2f+0x44*0x34];if(!_0x56f263)return[];const _0x141779=_0x4ab534['\x73\x6c\x69\x63\x65'](-0x1*0x220f+0x2351*0x1+0xa1*-0x2,_0x56f263[_0x3289b3(0x86d,'\x6e\x33\x6b\x6e')])+_0x500b6e[_0x3289b3(0x82a,'\x71\x71\x66\x5e')](_0x56f263[_0x3289b3(0x202,'\x4b\x71\x4c\x6e')]);if(_0x141779===_0x528741)return[];return[{'\x6f\x72\x69\x67\x69\x6e\x61\x6c\x50\x72\x6f\x6d\x70\x74\x48\x61\x73\x68':_0x4a3692,'\x61\x62\x6c\x61\x74\x65\x64\x50\x72\x6f\x6d\x70\x74\x48\x61\x73\x68':_0x40c6b3(_0x141779),'\x72\x65\x6d\x6f\x76\x65\x64\x43\x6f\x6e\x73\x74\x72\x61\x69\x6e\x74\x49\x64\x73':[_0x1706f5['\x69\x64']],..._0x3c995e[_0x3289b3(0xb0,'\x71\x71\x66\x5e')+_0x3289b3(0x485,'\x4f\x73\x42\x5a')+_0x3289b3(0x714,'\x4c\x4a\x73\x70')]?{'\x72\x65\x64\x61\x63\x74\x65\x64\x50\x72\x65\x76\x69\x65\x77':_0x5b21cb(_0x141779)}:{}}];});}else{if(!_0x1ab33f[_0x33af5b(0x5bd,'\x4b\x61\x4b\x59')](_0x5eee0a[_0x33af5b(0x2b5,'\x21\x64\x5d\x35')][_0x52d4c0]?.[_0x33af5b(0x318,'\x76\x43\x76\x33')]??''))continue;if(_0x52d4c0===0xfee+0x3e*-0x6d+-0x14f*-0x8||leadingSubjectPolarity(_0x5eee0a,-0x1*-0x21dd+0x1ae0+-0x3cbd,_0x52d4c0)===_0x33af5b(0x3e6,'\x71\x78\x4a\x71'))return!![];}}return![];}function hasProvidedMatrixAction(_0x591fe7,_0x55b821){const _0x3c571f=_0x52d82d,_0x4dfda2=_0x591fe7[_0x3c571f(0x421,'\x63\x59\x76\x79')]('\x2c');if(_0x4dfda2>=-0x21fd*-0x1+-0x17c+-0x2081){if(_0x3c571f(0x6fa,'\x79\x6c\x5b\x4e')!==_0x3c571f(0x3d2,'\x71\x78\x4a\x71'))return _0x159312==='\x70\x6c\x61\x6e'||_0x18d111===_0x3c571f(0x5f2,'\x43\x31\x24\x6b')||_0x5d864d===_0x3c571f(0x76b,'\x7a\x49\x51\x23')?_0x101ac9:'\x74\x72\x61\x63\x65';else{const _0x5d3824=providedTargetPrefixKind(_0x591fe7[_0x3c571f(0x42e,'\x50\x75\x76\x57')](-0x8b*0x9+-0xa32+-0x129*-0xd,_0x4dfda2),_0x55b821);if(_0x5d3824===_0x3c571f(0x3f0,'\x71\x71\x66\x5e'))return![];if(_0x5d3824===_0x3c571f(0x297,'\x4a\x4b\x71\x47')+_0x3c571f(0x867,'\x4c\x72\x6f\x49'))return!![];}}let _0x587844=_0x4dfda2>=0x1*-0x1ace+0x122e+0x2*0x450?_0x591fe7[_0x3c571f(0x2f2,'\x35\x25\x6c\x69')](_0x4dfda2+(-0x2612+0x1c*-0x65+0x311f)):_0x591fe7[_0x3c571f(0x197,'\x6e\x4f\x26\x45')](/^\s*that\b/iu,'\x20');const _0x5c97f0=_0x587844[_0x3c571f(0x488,'\x4a\x4b\x71\x47')](/\b(?:after|assuming|because|before|if|once|supposing|that|unless|when|while)\b/iu);if(_0x5c97f0>=-0x7*0x67+-0x11e7*0x2+0x1*0x269f)_0x587844=_0x587844[_0x3c571f(0x646,'\x42\x69\x23\x44')](-0x2440+-0x2566+0x49a6,_0x5c97f0);const _0x384f50=_0x587844[_0x3c571f(0x668,'\x5d\x55\x50\x70')](/\b(?:and|but|or|then)\b/iu);return(_0x4dfda2>=0x10c*-0x19+0x2*-0x59b+0x2562?_0x384f50:_0x384f50[_0x3c571f(0xf1,'\x45\x53\x66\x41')](0x1871*0x1+0x108+0x1979*-0x1,-0x1b80+0x4*0x359+0xe1d))[_0x3c571f(0x77b,'\x35\x25\x6c\x69')](_0x2aa5e0=>hasIndependentAffirmativeAction(_0x2aa5e0,_0x55b821[_0x3c571f(0x4ca,'\x6f\x6c\x73\x72')+_0x3c571f(0x698,'\x35\x31\x21\x71')+'\x73']));}function hasPotentialMarker(_0x2ee9c5,_0x36626a){const _0x4a12c9=_0x52d82d,{targetActionForms:_0x2073d4}=_0x36626a,_0x5606bf=_0x2ee9c5[_0x4a12c9(0x525,'\x7a\x49\x51\x23')](CLOSED_IF_ANYTHING_RE,_0x4a12c9(0x50f,'\x71\x67\x67\x65'))[_0x4a12c9(0x3b7,'\x4b\x78\x45\x56')](COORDINATED_PROVIDED_RE,(_0x6666c4,_0x2d7f31,_0x19d6b7,_0x551714)=>!_0x2073d4['\x68\x61\x73'](_0x4a12c9(0x154,'\x5d\x77\x61\x46'))||hasTargetActionPrefix(_0x551714[_0x4a12c9(0x2a9,'\x79\x41\x65\x21')](0x9b1*0x3+-0x353*-0x1+-0x179*0x16,_0x19d6b7),_0x2073d4)||hasProvidedMatrixAction(_0x551714[_0x4a12c9(0x575,'\x47\x64\x37\x28')](_0x19d6b7+_0x6666c4[_0x4a12c9(0x220,'\x34\x36\x4f\x47')]),_0x36626a)?_0x6666c4:_0x2d7f31+'\x20')[_0x4a12c9(0x71a,'\x48\x49\x45\x24')](LEADING_PROVIDED_RE,(_0x16e255,_0xc2033f,_0x5879f4,_0x11c3e0)=>!_0x2073d4[_0x4a12c9(0x378,'\x71\x78\x4a\x71')](_0x4a12c9(0x58d,'\x35\x31\x21\x71'))||hasTargetActionPrefix(_0x11c3e0[_0x4a12c9(0x211,'\x54\x4e\x6b\x5d')](-0x10*-0x43+0x17d6+-0x1c06,_0x5879f4),_0x2073d4)||hasProvidedMatrixAction(_0x11c3e0[_0x4a12c9(0x192,'\x6e\x4f\x26\x45')](_0x5879f4+_0x16e255['\x6c\x65\x6e\x67\x74\x68']),_0x36626a)?_0x16e255:_0xc2033f+'\x20');return POTENTIAL_CONDITIONAL_SCOPE_RE[_0x4a12c9(0x6a2,'\x7a\x4e\x66\x66')](_0x5606bf)||hasTargetActionBeforePostposedConditionalMarker(_0x5606bf,_0x2073d4);}function hasFactualProvidedAction(_0x126c77,_0x4f9bc5){const _0x543ade=_0x52d82d,_0x4b4225=lexRequiredEvidence(_0x126c77);for(let _0x233cdc=-0x775+-0x21ad+0x2922;_0x233cdc<_0x4b4225[_0x543ade(0x858,'\x67\x5b\x49\x52')][_0x543ade(0x38a,'\x7a\x49\x51\x23')];_0x233cdc+=-0x375+-0x26d4+0x2a4a){if('\x42\x4b\x48\x6b\x42'!==_0x543ade(0x724,'\x54\x67\x4a\x35')){if(_0x36e12b>0x2158+0x2ea*-0x1+-0x1e6e&&_0x2a9707[_0x913a0d-(0x61*-0x31+-0x1*-0x20b+0x1087)]?.['\x63\x6c\x61\x75\x73\x65']!==_0x27842e[_0x16fd57]?.[_0x543ade(0x6ed,'\x71\x67\x67\x65')])_0x33dac1=_0x238d56;_0x1a7ab2[_0x2fc1e7]=_0xc98f73;}else{const _0x13a955=_0x4b4225['\x74\x6f\x6b\x65\x6e\x73'][_0x233cdc];if(_0x13a955?.[_0x543ade(0x32e,'\x72\x67\x51\x66')]!==_0x543ade(0x2fe,'\x71\x70\x25\x76')||isAdjectivalProvided(_0x4b4225[_0x543ade(0x858,'\x67\x5b\x49\x52')],_0x233cdc))continue;let _0x3a4f79=_0x233cdc;while(_0x3a4f79>-0xd86+-0x23ca+0x3150&&_0x4b4225[_0x543ade(0x307,'\x71\x70\x25\x76')][_0x3a4f79-(-0xf73*-0x2+-0x1*0x74+0x1e71*-0x1)]?.['\x63\x6c\x61\x75\x73\x65']===_0x13a955[_0x543ade(0x6ed,'\x71\x67\x67\x65')])_0x3a4f79-=-0x13c5+0x2371*0x1+-0xfab;if(leadingSubjectPolarity(_0x4b4225,_0x3a4f79,_0x233cdc)!==_0x543ade(0x145,'\x5d\x77\x66\x70'))continue;const _0x4c4f7e=_0x4b4225[_0x543ade(0x877,'\x71\x78\x4a\x71')]['\x73\x6c\x69\x63\x65'](_0x233cdc+(-0x284*-0x5+0x3f4+0x1087*-0x1))[_0x543ade(0x22d,'\x6e\x33\x6b\x6e')](_0x4a5a91=>_0x4a5a91[_0x543ade(0x390,'\x6e\x33\x6b\x6e')]===_0x13a955[_0x543ade(0x659,'\x54\x4e\x6b\x5d')])[_0x543ade(0x289,'\x79\x41\x65\x21')](_0x39399b=>_0x39399b[_0x543ade(0x3fd,'\x43\x66\x46\x47')])[_0x543ade(0x63c,'\x5a\x25\x5a\x6f')]('\x20');if(!hasProvidedMatrixAction(_0x4c4f7e,_0x4f9bc5))return!![];}}return![];}function stripFactualTemporalMarkers(_0x354e89,_0x2bf8ca){const _0x41da18=_0x52d82d;let _0x1a9e9c=_0x354e89[_0x41da18(0xc1,'\x5a\x25\x5a\x6f')](PROVIDED_BY_ADJUNCT_RE,'\x20');_0x1a9e9c=_0x1a9e9c[_0x41da18(0x414,'\x21\x64\x5d\x35')](COORDINATED_TEMPORAL_RE,(_0x9eb95f,_0x46225b,_0x52acc4)=>{const _0x2ab3a5=_0x41da18;if(_0x2ab3a5(0x72d,'\x21\x64\x5d\x35')!==_0x2ab3a5(0x874,'\x43\x66\x46\x47')){const _0x2a3cd6=_0x8f5914[_0x2f6ae5]?.['\x76\x61\x6c\x75\x65']??'',_0x4fd3f9=_0x3873b9[_0x4886bc-(-0x2*-0x878+0x2217+0x881*-0x6)]?.[_0x2ab3a5(0x1ff,'\x4c\x56\x21\x6e')]??'',_0x5d9935=_0x32c061[_0xd31232+(0x1*0x1116+-0x142*0x5+-0xacb)]?.[_0x2ab3a5(0x3fd,'\x43\x66\x46\x47')]??'';return _0x2a3cd6===_0x2ab3a5(0x127,'\x34\x36\x4f\x47')&&_0x3b3829(_0x8ebf32,_0x2fecb2)||_0x2a3cd6===_0x2ab3a5(0x78b,'\x35\x25\x6c\x69')&&(['\x61',_0x2ab3a5(0x14f,'\x5d\x29\x53\x66'),_0x2ab3a5(0x803,'\x4e\x45\x71\x42'),_0x2ab3a5(0x44e,'\x4f\x73\x42\x5a')][_0x2ab3a5(0xda,'\x48\x49\x45\x24')](_0x4fd3f9)||_0x5d9935===_0x2ab3a5(0x46f,'\x71\x67\x67\x65'));}else{const _0xe1459b=_0x1a9e9c[_0x2ab3a5(0x631,'\x67\x5b\x49\x52')](0x1*0x232+-0x939+0x707,_0x52acc4),_0xa47110=_0x1a9e9c[_0x2ab3a5(0x211,'\x54\x4e\x6b\x5d')](_0x52acc4+_0x9eb95f[_0x2ab3a5(0x2ef,'\x33\x73\x77\x6d')]);return hasIndependentSimplePastPredicate(_0xe1459b)&&hasIndependentSimplePastAction(_0xa47110,_0x2bf8ca[_0x2ab3a5(0x682,'\x4c\x4a\x73\x70')+_0x2ab3a5(0x363,'\x6f\x6c\x73\x72')],!![])?_0x46225b+'\x20':_0x9eb95f;}});const _0x5e279b=LEADING_DISCOURSE_TEMPORAL_RE[_0x41da18(0x279,'\x42\x69\x23\x44')](_0x1a9e9c);if(!_0x5e279b)return _0x1a9e9c;const _0x2538b7=_0x1a9e9c[_0x41da18(0x67e,'\x43\x66\x46\x47')](_0x5e279b[0x1803+0x1b3b*0x1+-0x333e]['\x6c\x65\x6e\x67\x74\x68']);return hasIndependentSimplePastAction(_0x2538b7,_0x2bf8ca[_0x41da18(0x7e0,'\x5d\x55\x50\x70')+_0x41da18(0x12b,'\x2a\x35\x33\x38')])||hasFactualProvidedAction(_0x2538b7,_0x2bf8ca)?_0x2538b7:_0x1a9e9c;}function hasConditionalEvidence(_0x3c8c67,_0x55b599,_0x533758){const _0x37a129=_0x52d82d;return hasPotentialMarker(_0x3c8c67,_0x533758)||hasTargetActionBeforePostposedConditionalMarker(_0x3c8c67,_0x533758[_0x37a129(0x67c,'\x78\x62\x68\x4d')+_0x37a129(0x32b,'\x4c\x56\x21\x6e')+'\x73'])||_0x55b599&&!hasFactualProvidedAction(_0x3c8c67,_0x533758)&&lexRequiredEvidence(_0x3c8c67)[_0x37a129(0x56a,'\x7a\x49\x51\x23')+_0x37a129(0x734,'\x5d\x77\x61\x46')][_0x37a129(0x455,'\x5a\x25\x5a\x6f')](Boolean);}function hasPotentialConditionalScope(_0x1495b4,_0x1dc66f,_0xf512b1,_0x516ed1){const _0x3572da=_0x52d82d,_0x2a3883={'\x61\x63\x74\x69\x6f\x6e\x46\x6f\x72\x6d\x73':_0x1dc66f,'\x74\x61\x72\x67\x65\x74\x41\x63\x74\x69\x6f\x6e\x46\x6f\x72\x6d\x73':_0xf512b1,'\x74\x65\x72\x6d\x73':_0x516ed1};if(!hasPotentialMarker(_0x1495b4,_0x2a3883))return![];const _0x1ba9f1=_0x1495b4[_0x3572da(0x2fa,'\x6e\x4f\x26\x45')](PROVIDED_BY_ADJUNCT_RE)>=-0x12*-0x1ad+-0x69*-0x1+0xa31*-0x3,_0x37ea5a=stripFactualTemporalMarkers(_0x1495b4,_0x2a3883);return hasConditionalEvidence(_0x37ea5a,_0x1ba9f1,_0x2a3883);}const NON_FACTUAL_MATRIX_AUXILIARIES=new Set([_0x52d82d(0x522,'\x57\x5a\x32\x5a'),_0x52d82d(0x809,'\x4c\x4a\x73\x70'),_0x52d82d(0x7fb,'\x34\x36\x4f\x47'),_0x52d82d(0x3ae,'\x54\x67\x4a\x35'),_0x52d82d(0x55e,'\x42\x69\x23\x44'),'\x6d\x61\x79',_0x52d82d(0x60b,'\x5d\x77\x66\x70'),_0x52d82d(0x4d4,'\x35\x25\x6c\x69'),_0x52d82d(0x3ed,'\x42\x69\x23\x44'),_0x52d82d(0xbf,'\x5d\x77\x66\x70'),_0x52d82d(0x641,'\x4c\x56\x21\x6e'),_0x52d82d(0x52a,'\x33\x73\x77\x6d'),_0x52d82d(0x603,'\x5a\x25\x5a\x6f'),_0x52d82d(0x1ce,'\x7a\x4e\x66\x66'),'\x73\x68\x61\x6c\x6c',_0x52d82d(0x2d7,'\x72\x67\x51\x66'),_0x52d82d(0x3d1,'\x57\x5a\x32\x5a'),_0x52d82d(0x47f,'\x5a\x25\x5a\x6f')+'\x74','\x77\x69\x6c\x6c',_0x52d82d(0x7ec,'\x50\x75\x76\x57'),_0x52d82d(0x2dd,'\x63\x30\x44\x71'),_0x52d82d(0x7a2,'\x78\x62\x68\x4d')]);function hasFactualMatrixPredicate(_0x12fe2a){const _0x3ca3fc=_0x52d82d,_0x2bf56=lexRequiredEvidence(_0x12fe2a);if(_0x2bf56[_0x3ca3fc(0x542,'\x33\x73\x77\x6d')][_0x3ca3fc(0xab,'\x7a\x4e\x66\x66')]((_0x18edfe,_0x24e634)=>!isIgnoredRequiredToken(_0x2bf56,_0x24e634)&&NON_FACTUAL_MATRIX_AUXILIARIES[_0x3ca3fc(0x288,'\x6e\x33\x6b\x6e')](_0x18edfe[_0x3ca3fc(0x64f,'\x72\x6c\x64\x52')])))return![];return finiteClauseSubjectPolarity(_0x12fe2a)!==_0x3ca3fc(0x454,'\x78\x62\x68\x4d');}const MAX_FACTUAL_TAIL_PROBES=0x1ba*0x11+0x687+-0x22e1,MAX_FACTUAL_TAIL_CHARS=0x10cb+-0x2225+-0x215a*-0x1;function boundedFactualTail(_0x5e7a48,_0x358f50){const _0xe1541e=_0x52d82d,_0x122834=_0x5e7a48[_0xe1541e(0xcc,'\x46\x66\x49\x71')](_0x358f50,_0x358f50+MAX_FACTUAL_TAIL_CHARS),_0x2cab5b=_0x122834[_0xe1541e(0x322,'\x71\x67\x67\x65')](/[.!?;\r\n]/u);return normalize(_0x2cab5b>=-0x320*0x2+-0x11eb+0x17*0x10d?_0x122834[_0xe1541e(0x792,'\x72\x6c\x64\x52')](0x1470+0x2019+-0x3489,_0x2cab5b):_0x122834);}function factualTailsAfterBoundary(_0x1a1dd6){const _0x5b2bc0=_0x52d82d,_0x57ef52=[],_0x5c0d24=new Set(),_0x51292f=(_0x1cdbd7,_0x531b85,_0x5e4524,_0x2849c9=![])=>{const _0x28ff4a=_0x1b9c;if('\x6b\x4e\x56\x71\x69'===_0x28ff4a(0x6f1,'\x4e\x45\x71\x42'))return _0x472f34(_0x521642[_0x28ff4a(0x3d0,'\x2a\x35\x33\x38')](_0xba9e,_0x28ff4a(0x48c,'\x4b\x61\x4b\x59')+_0x28ff4a(0x5be,'\x67\x5b\x49\x52')+'\x5d')[_0x28ff4a(0x22b,'\x72\x6c\x64\x52')](_0x4fcb85,_0x28ff4a(0x742,'\x42\x69\x23\x44')+'\x44\x5f\x53\x45\x43\x52\x45\x54'+'\x5d')[_0x28ff4a(0x172,'\x71\x71\x66\x5e')](_0x1da929,_0x28ff4a(0x1c4,'\x54\x4e\x6b\x5d')+_0x28ff4a(0x67b,'\x79\x6c\x5b\x4e'))['\x72\x65\x70\x6c\x61\x63\x65'](_0x237248,_0x28ff4a(0x6f3,'\x7a\x49\x51\x23')+_0x28ff4a(0x606,'\x4b\x78\x45\x56')));else{const _0x2a3f47=boundedFactualTail(_0x1a1dd6,_0x1cdbd7);if(!_0x2a3f47||_0x5c0d24[_0x28ff4a(0xc3,'\x4e\x45\x71\x42')](_0x2a3f47))return;_0x5c0d24['\x61\x64\x64'](_0x2a3f47);if(_0x531b85){if(_0x28ff4a(0x306,'\x58\x55\x4e\x39')!==_0x28ff4a(0x48a,'\x35\x31\x21\x71'))_0x23394c[_0x28ff4a(0x62e,'\x47\x64\x37\x28')](_0x28ff4a(0x58c,'\x45\x53\x66\x41')+'\x61\x6c');else{const _0xf144f=_0x5e4524??_0x1cdbd7,_0x182995=normalize(_0x1a1dd6[_0x28ff4a(0x271,'\x79\x6c\x5b\x4e')](Math[_0x28ff4a(0x21d,'\x6e\x33\x6b\x6e')](0x1e4e+-0xc39+0x1*-0x1215,_0xf144f-MAX_FACTUAL_TAIL_CHARS),_0xf144f)),_0x5cea1e=_0x2849c9&&startsWithSubjectElidedGerund(_0x2a3f47);if(!hasFactualMatrixPredicate(_0x182995)||!hasIndependentSimplePastPredicate(_0x2a3f47)&&!_0x5cea1e)return;}}_0x57ef52[_0x28ff4a(0x621,'\x63\x30\x44\x71')](_0x2a3f47);}},_0x33b2cd=/\b(after|because|before|once|so|when|while)\b/gi;let _0x15404d=-0x112f+0x61*0x32+-0x1c3;for(const _0x38868e of _0x1a1dd6['\x6d\x61\x74\x63\x68\x41\x6c\x6c'](_0x33b2cd)){if(_0x15404d>=MAX_FACTUAL_TAIL_PROBES)break;_0x15404d+=0x1103+0x1370+-0x2472;const _0x3f6529=_0x38868e[0xdba+0x1895+-0x1*0x264e]?.[_0x5b2bc0(0x1c9,'\x71\x67\x67\x65')+'\x61\x73\x65']()??'',_0x256451=_0x3f6529===_0x5b2bc0(0x3c9,'\x72\x6c\x64\x52')||_0x3f6529===_0x5b2bc0(0x85b,'\x76\x43\x76\x33')||_0x3f6529===_0x5b2bc0(0x64c,'\x71\x67\x67\x65');_0x51292f(_0x38868e['\x69\x6e\x64\x65\x78']+_0x38868e[0x114*0x1+-0x43f*-0x1+0x2f*-0x1d][_0x5b2bc0(0x710,'\x50\x75\x76\x57')],_0x256451,_0x38868e[_0x5b2bc0(0x853,'\x7a\x49\x51\x23')],_0x3f6529===_0x5b2bc0(0x47a,'\x78\x62\x68\x4d')||_0x3f6529===_0x5b2bc0(0x7bc,'\x76\x43\x76\x33'));}const _0x42c9a8=/,/g;let _0x4a2952=-0x9e5+-0x1d7*-0xd+-0xe06;for(const _0x3ed938 of _0x1a1dd6[_0x5b2bc0(0x493,'\x5d\x77\x61\x46')](_0x42c9a8)){if(_0x5b2bc0(0x45f,'\x5a\x25\x5a\x6f')!==_0x5b2bc0(0x7d6,'\x33\x73\x77\x6d')){const {targetActionForms:_0x4733e8}=_0x36cbeb,_0xaccb=_0x48609d[_0x5b2bc0(0xc1,'\x5a\x25\x5a\x6f')](_0x4ca6e3,_0x5b2bc0(0x115,'\x4e\x45\x71\x42'))[_0x5b2bc0(0x397,'\x35\x25\x6c\x69')](_0x2c1f8f,(_0x2ca6ea,_0x22ac79,_0x38a5b7,_0x2c32f6)=>!_0x4733e8[_0x5b2bc0(0x288,'\x6e\x33\x6b\x6e')](_0x5b2bc0(0x68a,'\x4b\x61\x4b\x59'))||_0x2f5075(_0x2c32f6[_0x5b2bc0(0x10e,'\x4a\x4b\x71\x47')](0x12f*0x11+-0x29a+-0x1185,_0x38a5b7),_0x4733e8)||_0x17aca2(_0x2c32f6[_0x5b2bc0(0x42e,'\x50\x75\x76\x57')](_0x38a5b7+_0x2ca6ea['\x6c\x65\x6e\x67\x74\x68']),_0x4032a0)?_0x2ca6ea:_0x22ac79+'\x20')[_0x5b2bc0(0xc1,'\x5a\x25\x5a\x6f')](_0x1bf015,(_0x16bfe0,_0x1939db,_0x56d9f3,_0x18ef2e)=>!_0x4733e8[_0x5b2bc0(0x654,'\x5d\x55\x50\x70')](_0x5b2bc0(0x68a,'\x4b\x61\x4b\x59'))||_0x24ef4e(_0x18ef2e['\x73\x6c\x69\x63\x65'](-0xd*0x2b7+0x2409+0xa*-0x13,_0x56d9f3),_0x4733e8)||_0x4fa5d9(_0x18ef2e[_0x5b2bc0(0xcc,'\x46\x66\x49\x71')](_0x56d9f3+_0x16bfe0['\x6c\x65\x6e\x67\x74\x68']),_0x5c3b85)?_0x16bfe0:_0x1939db+'\x20');return _0x144ed0[_0x5b2bc0(0x29c,'\x33\x73\x77\x6d')](_0xaccb)||_0x47c157(_0xaccb,_0x4733e8);}else{if(_0x4a2952>=MAX_FACTUAL_TAIL_PROBES)break;_0x4a2952+=-0x62e+0xe77*0x2+0x287*-0x9,_0x51292f(_0x3ed938[_0x5b2bc0(0x5e7,'\x5d\x29\x53\x66')]+(0xf3c+0xa*0x1e5+-0x222d),![]);}}return _0x57ef52;}function affirmativeFragmentFromTail(_0x426f51,_0x19e629,_0x2d27e7){const _0x54a7ea=_0x52d82d;if(NEGATED_ACTION_RE[_0x54a7ea(0x53f,'\x5a\x25\x5a\x6f')](_0x426f51)){if(_0x54a7ea(0x5a0,'\x6e\x33\x6b\x6e')===_0x54a7ea(0x688,'\x5d\x77\x66\x70')){if(/\b(?:(?:had|has|have)\s+(?:not|never)|hadn't|hasn't|haven't)\b/i[_0x54a7ea(0x6be,'\x5d\x29\x53\x66')](_0x24d55c))return _0x54a7ea(0x3dd,'\x5d\x55\x50\x70');if(/\b(?:did\s+(?:not|never)|didn't)\b/i[_0x54a7ea(0x382,'\x34\x36\x4f\x47')](_0x1895a7))return _0x54a7ea(0x7aa,'\x71\x70\x25\x76')+'\x65';const _0x226541=/\b(?:(?:am|are|is|was|were)\s+(?:not|never)|aren't|isn't|wasn't|weren't)\b/i[_0x54a7ea(0x1c6,'\x7a\x49\x51\x23')](_0x312b45);if(_0x226541){const _0x96ea9b=_0x392d19[_0x54a7ea(0x5e9,'\x7a\x4e\x66\x66')](_0x226541[_0x54a7ea(0x662,'\x4a\x4b\x71\x47')]+_0x226541[-0x197*0x8+0x1783+-0x133*0x9][_0x54a7ea(0x565,'\x4c\x56\x21\x6e')]),_0x3f6a4b=_0x96ea9b[_0x54a7ea(0x2d2,'\x4e\x45\x71\x42')](/[,;]|\b(?:after|because|before|once|so|when|while|without)\b/i,0x2126+-0x1a43+-0x371*0x2)[-0x7*-0x16d+0x1199*0x2+-0x5*0x909]??'';if(/\b[a-z]+ing\b/i[_0x54a7ea(0x3ec,'\x67\x5b\x49\x52')](_0x3f6a4b))return _0x54a7ea(0x666,'\x6e\x33\x6b\x6e')+_0x54a7ea(0x4c8,'\x6e\x33\x6b\x6e');}return/\b(?:(?:can|could|did|do|does|may|might|must|need|needs|ought|shall|should|will|would)\s+(?:not|never)|cannot|can't|couldn't|didn't|doesn't|don't|mightn't|mustn't|needn't|oughtn't|shan't|shouldn't|won't|wouldn't)\b/i[_0x54a7ea(0x2d3,'\x21\x64\x5d\x35')](_0xdcadcb)?_0x54a7ea(0x78c,'\x48\x49\x45\x24'):_0x54a7ea(0x2bf,'\x79\x6c\x5b\x4e');}else return affirmativePrefixBeforeNegation(_0x426f51,_0x19e629,_0x2d27e7);}return hasIndependentAffirmativeAction(_0x426f51,_0x19e629,_0x2d27e7)?_0x426f51:undefined;}function factualTailSubjectPolarity(_0x150226){const _0x32d8eb=_0x52d82d,_0x5246b0=lexRequiredEvidence(_0x150226);for(let _0x23261c=-0x2582*0x1+0x1*-0x239f+0x353*0x16;_0x23261c<_0x5246b0[_0x32d8eb(0x49c,'\x7a\x4e\x66\x66')][_0x32d8eb(0x81e,'\x5d\x29\x53\x66')];_0x23261c+=-0xad6+-0xad*0x2d+-0xc0*-0x37){if(_0x5246b0[_0x32d8eb(0x53c,'\x4b\x78\x45\x56')+_0x32d8eb(0x42f,'\x71\x78\x4a\x71')][_0x23261c]===!![])continue;const _0x2ba8d1=_0x5246b0[_0x32d8eb(0x550,'\x58\x55\x4e\x39')][_0x23261c]?.[_0x32d8eb(0x4df,'\x4a\x4b\x71\x47')]??'',_0x2120cb=isFinitePredicateTerm(_0x2ba8d1)||IRREGULAR_SIMPLE_PAST_FORMS[_0x32d8eb(0x51c,'\x4c\x72\x6f\x49')](_0x2ba8d1)||_0x2ba8d1['\x65\x6e\x64\x73\x57\x69\x74\x68']('\x65\x64')||KNOWN_EVIDENCE_ACTION_TERMS[_0x32d8eb(0x6d0,'\x5d\x77\x61\x46')](_0x2ba8d1)&&_0x2ba8d1[_0x32d8eb(0x628,'\x43\x31\x24\x6b')]('\x73');if(_0x2120cb)return leadingSubjectPolarity(_0x5246b0,0x175*-0x15+-0x72e*0x2+0x2cf5,_0x23261c);}return _0x32d8eb(0x78e,'\x4b\x78\x45\x56');}function factualTailEvidence(_0x5cda17,_0x5465ef,_0x239b16){const _0x54ae02=_0x52d82d;let _0xc17a2=_0x54ae02(0x781,'\x71\x78\x4a\x71'),_0x32efe6=_0x54ae02(0x2bb,'\x43\x31\x24\x6b');for(const _0x57aefe of _0x5cda17){if(_0x54ae02(0x392,'\x6e\x4f\x26\x45')!==_0x54ae02(0xa3,'\x5d\x77\x66\x70')){const _0x24f226=affirmativeFragmentFromTail(_0x57aefe,_0x5465ef,_0x239b16);if(_0x24f226)return{'\x61\x66\x66\x69\x72\x6d\x61\x74\x69\x76\x65':_0x24f226,'\x73\x75\x62\x6a\x65\x63\x74\x41\x67\x72\x65\x65\x6d\x65\x6e\x74':'\x75\x6e\x6b\x6e\x6f\x77\x6e','\x73\x75\x62\x6a\x65\x63\x74\x4d\x6f\x64\x65':'\x61\x66\x66\x69\x72\x6d\x61\x74'+_0x54ae02(0x368,'\x2a\x35\x33\x38')};if(NEGATED_ACTION_RE[_0x54ae02(0x24b,'\x46\x66\x49\x71')](_0x57aefe)){if(hasExplicitSubjectBeforeNegation(_0x57aefe)){if(_0x54ae02(0xfc,'\x57\x5a\x32\x5a')===_0x54ae02(0x3b3,'\x58\x55\x4e\x39')){const _0x3e025c=negatedAuxiliaryScope(_0x57aefe);_0xc17a2=_0x3e025c===_0x54ae02(0x14c,'\x4c\x4a\x73\x70')?_0x54ae02(0x11c,'\x71\x70\x25\x76')+'\x62\x61\x72\x65':_0x3e025c===_0x54ae02(0x5b9,'\x35\x31\x21\x71')+'\x65'?_0x54ae02(0x755,'\x35\x25\x6c\x69')+_0x54ae02(0x335,'\x45\x53\x66\x41')+'\x65':_0x3e025c===_0x54ae02(0x2e9,'\x35\x25\x6c\x69')?_0x54ae02(0x791,'\x6f\x6c\x73\x72')+_0x54ae02(0x28b,'\x5a\x25\x5a\x6f'):_0x3e025c===_0x54ae02(0x506,'\x57\x5a\x32\x5a')+_0x54ae02(0x199,'\x35\x31\x21\x71')?_0x54ae02(0x657,'\x21\x64\x5d\x35')+_0x54ae02(0x713,'\x5d\x55\x50\x70')+_0x54ae02(0x68b,'\x79\x41\x65\x21'):'\x66\x69\x6e\x69\x74\x65',_0x32efe6=subjectAgreementBeforeNegation(_0x57aefe);}else return _0x51c2a4[_0x54ae02(0x6d6,'\x34\x36\x4f\x47')][_0x23d8c6]?.[_0x54ae02(0x847,'\x21\x64\x5d\x35')+_0x54ae02(0x131,'\x5d\x77\x66\x70')]===!![]&&_0x4d18c2[_0x54ae02(0x99,'\x5d\x77\x66\x70')+_0x54ae02(0x1d1,'\x4a\x4b\x71\x47')+_0x54ae02(0x2c3,'\x46\x66\x49\x71')][_0x35cb09]!==!![];}continue;}if(_0x239b16&&startsWithSubjectElidedGerund(_0x57aefe)){_0xc17a2=_0x54ae02(0x3f2,'\x6e\x33\x6b\x6e')+_0x54ae02(0x5ad,'\x72\x67\x51\x66'),_0x32efe6=_0x54ae02(0x22c,'\x71\x78\x4a\x71');continue;}const _0x4d7ef7=factualTailSubjectPolarity(_0x57aefe);if(_0x4d7ef7===_0x54ae02(0x820,'\x79\x6c\x5b\x4e')){if(_0x54ae02(0x1dd,'\x4f\x73\x42\x5a')===_0x54ae02(0x48e,'\x54\x4e\x6b\x5d')){const _0x2f4888=new _0xb38078(_0x376431),_0x356364=new _0x37d778(_0x48881c[_0x54ae02(0xd6,'\x71\x71\x66\x5e')](_0x2181ea=>_0x2181ea[_0x54ae02(0x6e3,'\x35\x25\x6c\x69')]));return[..._0x356364][_0x54ae02(0x18f,'\x57\x5a\x32\x5a')](_0x1a3380=>{const _0x1578d3=_0x54ae02,_0x161a2f=_0x4d1948[_0x1578d3(0x31a,'\x63\x59\x76\x79')](_0x585728=>_0x585728['\x67\x72\x6f\x75\x70']===_0x1a3380);return _0x161a2f[_0x1578d3(0x33e,'\x35\x25\x6c\x69')](_0x2b275b=>_0x2f4888[_0x1578d3(0x459,'\x57\x5a\x32\x5a')](_0x2b275b[_0x1578d3(0x708,'\x4b\x78\x45\x56')]))[_0x1578d3(0x85c,'\x6f\x6c\x73\x72')]<_0x4046d9[_0x1578d3(0x3cb,'\x43\x31\x24\x6b')](-0x1d6a+-0x1*-0x2452+0x6e6*-0x1,_0x161a2f[_0x1578d3(0x5ee,'\x72\x6c\x64\x52')]);});}else _0xc17a2=_0x54ae02(0x3d7,'\x76\x43\x76\x33')+_0x54ae02(0x675,'\x4b\x61\x4b\x59'),_0x32efe6=_0x54ae02(0x36d,'\x21\x64\x5d\x35');}else{if(_0x4d7ef7===_0x54ae02(0x1eb,'\x48\x49\x45\x24')&&_0xc17a2===_0x54ae02(0x819,'\x2a\x35\x33\x38')){if(_0x54ae02(0x82e,'\x4e\x45\x71\x42')===_0x54ae02(0x665,'\x78\x62\x68\x4d')){if(!_0x5d4557(_0x21f3cb,_0x273f21)&&_0x17b9ed(_0x5e9971[_0x54ae02(0x336,'\x5a\x25\x5a\x6f')][_0x49337a]?.[_0x54ae02(0x1ff,'\x4c\x56\x21\x6e')]??''))return!![];}else _0xc17a2=_0x54ae02(0x4fe,'\x71\x78\x4a\x71'),_0x32efe6=_0x54ae02(0x47b,'\x71\x67\x67\x65');}}}else{const _0x26f7ca=_0xa938cb[_0x54ae02(0x5d4,'\x6f\x6c\x73\x72')](_0x1d5d1f[_0x54ae02(0x399,'\x71\x78\x4a\x71')]+_0x212789[0xb*-0x22d+-0x24bf*0x1+-0x143a*-0x3][_0x54ae02(0x1b4,'\x6e\x33\x6b\x6e')]),_0x40d846=_0x26f7ca[_0x54ae02(0x3b0,'\x35\x31\x21\x71')](/[,;]|\b(?:after|because|before|once|so|when|while|without)\b/i,-0x1*0x10b6+-0x1a93+0x2b4a)[0x930*-0x4+0xa40+0x2*0xd40]??'';if(/\b[a-z]+ing\b/i[_0x54ae02(0x42a,'\x6e\x33\x6b\x6e')](_0x40d846))return _0x54ae02(0x7d,'\x4b\x78\x45\x56')+_0x54ae02(0x34b,'\x34\x36\x4f\x47');}}return{'\x73\x75\x62\x6a\x65\x63\x74\x41\x67\x72\x65\x65\x6d\x65\x6e\x74':_0x32efe6,'\x73\x75\x62\x6a\x65\x63\x74\x4d\x6f\x64\x65':_0xc17a2};}function contextualNoAdjunctAllowsImperative(_0x158eca){const _0x2fa10b=_0x52d82d,_0x37e68f=_0x158eca['\x69\x6e\x64\x65\x78\x4f\x66']('\x2c');if(_0x37e68f<-0x11*-0xef+0x10+-0xfef)return![];const _0x5c423f=normalize(_0x158eca['\x73\x6c\x69\x63\x65'](0x1178+-0x1573+0x3fb,_0x37e68f))[_0x2fa10b(0x226,'\x42\x69\x23\x44')]('\x20')['\x66\x69\x6c\x74\x65\x72'](Boolean);return _0x5c423f[-0x481*-0x1+0x1*0xdfb+0xb6*-0x1a]==='\x6e\x6f'&&(_0x5c423f[0x5a7*-0x4+-0x1a6d+0x1885*0x2]===_0x2fa10b(0x515,'\x50\x75\x76\x57')||_0x5c423f[-0x66a+-0x1944+0x1faf]===_0x2fa10b(0x836,'\x63\x30\x44\x71'));}function predicateConditionality(_0x7e5c93,_0x1ddf99){const _0x54448c=_0x52d82d,_0x24282c=lexRequiredEvidence(_0x7e5c93);let _0x35120f=![],_0x384b20=![];for(let _0x119c7b=-0x7ab*0x4+-0x39b*0x1+-0x6db*-0x5;_0x119c7b<_0x24282c[_0x54448c(0x491,'\x72\x67\x51\x66')][_0x54448c(0x1a4,'\x43\x66\x46\x47')];_0x119c7b+=0x1*0x4f+-0x1418+0x13ca){if(isIgnoredRequiredToken(_0x24282c,_0x119c7b))continue;const _0x2d30fc=_0x24282c['\x74\x6f\x6b\x65\x6e\x73'][_0x119c7b]?.[_0x54448c(0x17f,'\x7a\x49\x51\x23')]??'',_0x10d785=_0x1ddf99[_0x54448c(0x627,'\x4c\x4a\x73\x70')](_0x2d30fc)||isFinitePredicateTerm(_0x2d30fc)||IRREGULAR_SIMPLE_PAST_FORMS[_0x54448c(0x487,'\x47\x64\x37\x28')](_0x2d30fc)||_0x2d30fc[_0x54448c(0x16a,'\x54\x4e\x6b\x5d')]('\x65\x64')||KNOWN_EVIDENCE_ACTION_TERMS[_0x54448c(0x2b9,'\x35\x31\x21\x71')](_0x2d30fc)&&/(?:ing|s)$/u[_0x54448c(0xff,'\x57\x5a\x32\x5a')](_0x2d30fc);if(!_0x10d785)continue;if(_0x24282c['\x63\x6f\x6e\x64\x69\x74\x69\x6f'+_0x54448c(0x3e4,'\x35\x31\x21\x71')][_0x119c7b]===!![])_0x35120f=!![];else _0x384b20=!![];}if(_0x35120f&&_0x384b20)return'\x6d\x69\x78\x65\x64';if(_0x35120f)return _0x54448c(0x4e8,'\x45\x53\x66\x41')+_0x54448c(0x2d5,'\x48\x49\x45\x24');if(_0x384b20)return _0x54448c(0x117,'\x46\x66\x49\x71')+_0x54448c(0x417,'\x47\x64\x37\x28');return _0x54448c(0xa4,'\x71\x67\x67\x65');}function hasMatrixPredicateBeforeConditionalMarker(_0x126c02,_0x4ea530){const _0x5714f1=_0x52d82d,_0x2acf13=lexRequiredEvidence(_0x126c02),_0xaeea5=_0x2acf13[_0x5714f1(0x37a,'\x4c\x56\x21\x6e')][_0x5714f1(0x835,'\x58\x55\x4e\x39')+'\x78']((_0x2bd95e,_0x2564bd)=>!isIgnoredRequiredToken(_0x2acf13,_0x2564bd)&&CONDITIONAL_MARKER_TERMS[_0x5714f1(0x610,'\x21\x64\x5d\x35')](_0x2bd95e[_0x5714f1(0x7dc,'\x4c\x4a\x73\x70')])&&_0x2acf13[_0x5714f1(0x4f3,'\x2a\x35\x33\x38')+_0x5714f1(0x6ae,'\x46\x66\x49\x71')][_0x2564bd]===!![]);if(_0xaeea5<-0x876*0x2+0x1f17+-0xe2b*0x1)return![];for(let _0x4577ab=0xfa5*0x1+-0xe92+-0x113;_0x4577ab<_0xaeea5;_0x4577ab+=-0x18*-0xb1+0x219c+-0x3233){if('\x57\x48\x64\x66\x44'===_0x5714f1(0x261,'\x5d\x55\x50\x70')){if(isIgnoredRequiredToken(_0x2acf13,_0x4577ab))continue;const _0x5ec284=_0x2acf13[_0x5714f1(0x7f0,'\x76\x43\x76\x33')][_0x4577ab]?.[_0x5714f1(0x416,'\x4b\x61\x4b\x59')]??'';if(_0x4ea530[_0x5714f1(0x452,'\x79\x6c\x5b\x4e')](_0x5ec284)||isFinitePredicateTerm(_0x5ec284)||IRREGULAR_SIMPLE_PAST_FORMS[_0x5714f1(0x4a7,'\x33\x73\x77\x6d')](_0x5ec284)||_0x5ec284['\x65\x6e\x64\x73\x57\x69\x74\x68']('\x65\x64')||KNOWN_EVIDENCE_ACTION_TERMS['\x68\x61\x73'](_0x5ec284)&&/(?:ing|s)$/u[_0x5714f1(0x382,'\x34\x36\x4f\x47')](_0x5ec284))return!![];}else return _0x481f8d=_0x9f532b,_0x5cd00c=_0x33c051&&_0x7695ce,_0x20ef71=!![],[];}return![];}function hasTargetActionBeforePostposedConditionalMarker(_0xa1b68e,_0x2c7d45){const _0x34c18e=_0x52d82d,_0x426b2e=lexRequiredEvidence(_0xa1b68e);let _0x5dafaa;for(let _0x14fb89=0x5*-0x1d7+0x1*0x155c+0x11b*-0xb;_0x14fb89<_0x426b2e[_0x34c18e(0x7f0,'\x76\x43\x76\x33')][_0x34c18e(0x20b,'\x63\x59\x76\x79')];_0x14fb89+=-0x131d+-0x1ca6+0x2fc4){const _0x4992d1=_0x426b2e['\x74\x6f\x6b\x65\x6e\x73'][_0x14fb89]?.[_0x34c18e(0x7c6,'\x42\x69\x23\x44')]??'',_0x2ed688=embeddedIfGovernorIndex(_0x426b2e['\x74\x6f\x6b\x65\x6e\x73'],_0x14fb89),_0x1b8cf7=_0x2ed688!==undefined&&_0x2ed688===_0x5dafaa,_0x5d58d2=isConditionalMarkerUse(_0x426b2e[_0x34c18e(0x858,'\x67\x5b\x49\x52')],_0x14fb89)||_0x1b8cf7||TEMPORAL_CONDITIONAL_MARKER_TERMS[_0x34c18e(0x2b9,'\x35\x31\x21\x71')](_0x4992d1)&&!isMentionedConditionalMarker(_0x426b2e[_0x34c18e(0x49c,'\x7a\x4e\x66\x66')],_0x14fb89)&&!isFactualTemporalMarkerUse(_0x426b2e[_0x34c18e(0x52f,'\x4c\x72\x6f\x49')],_0x14fb89);if(_0x5dafaa!==undefined&&_0x5d58d2){if(_0x34c18e(0x134,'\x4b\x61\x4b\x59')!==_0x34c18e(0x516,'\x5d\x77\x61\x46')){if(_0x2d5b12[_0x34c18e(0x2cf,'\x76\x43\x76\x33')](_0x5efa11)||_0x5d4168[_0x34c18e(0xe4,'\x7a\x4e\x66\x66')](_0x15db9d)||_0x55a5b2[_0x34c18e(0x16c,'\x4a\x4b\x71\x47')](_0x2f9219))return _0x272052;const _0x43429b=_0x520829[_0x34c18e(0x6b3,'\x76\x43\x76\x33')](_0x2af9dd);if(_0x43429b)return _0x43429b;if(_0x4b2c61[_0x34c18e(0x45a,'\x79\x6c\x5b\x4e')](_0x34c18e(0x215,'\x46\x66\x49\x71'))&&_0x4b23af[_0x34c18e(0x4ee,'\x35\x25\x6c\x69')]>-0x1192+0xf9f+0x1f7)return _0x5d7963['\x73\x6c\x69\x63\x65'](0x1f15+0x6bd*-0x1+-0x1858,-(0x184b+-0x55*-0x6d+-0x3c79))+'\x79';const _0x90857=_0x145844[_0x34c18e(0x775,'\x5d\x55\x50\x70')](_0x34c18e(0x7dd,'\x5d\x29\x53\x66'))?_0x34c18e(0x6ec,'\x7a\x4e\x66\x66'):_0x20980e[_0x34c18e(0x1c7,'\x58\x55\x4e\x39')]('\x65\x64')?'\x65\x64':_0x2df0ba;if(!_0x90857)return _0x43e125;const _0x8b43d4=_0x5031ea[_0x34c18e(0x6f6,'\x54\x67\x4a\x35')](_0x3ea225);if(_0x8b43d4)return _0x8b43d4;const _0x12d735=_0x3554eb[_0x34c18e(0x888,'\x54\x67\x4a\x35')](0x33*-0x49+-0x2164*-0x1+-0x12d9,-_0x90857[_0x34c18e(0x472,'\x5d\x77\x61\x46')]),_0x163ac9=_0x494c8b[_0x34c18e(0x5ae,'\x71\x67\x67\x65')](_0x12d735);if(_0x163ac9)return _0x163ac9;if(_0x12d735[_0x34c18e(0x1f2,'\x58\x55\x4e\x39')]<=0x2708+0x228d+-0x4993)return _0x18fe79;const _0x596f23=_0x12d735['\x61\x74'](-(-0x147+-0x4*0x93+-0x1*-0x394));if(_0x596f23&&_0x596f23===_0x12d735['\x61\x74'](-(-0x23f7+-0xfd4+0x33cd))){const _0x36ced7=_0x12d735[_0x34c18e(0x10e,'\x4a\x4b\x71\x47')](0x1e7c+0x1*-0x81+-0x1*0x1dfb,-(-0x9bf+0x23f1+-0x1a31));if(_0x2fbe95(_0x36ced7))return _0x36ced7;}return _0x12d735;}else{if(!TEMPORAL_CONDITIONAL_MARKER_TERMS['\x68\x61\x73'](_0x4992d1))return!![];const _0x265a24=_0xa1b68e[_0x34c18e(0x4e3,'\x5d\x29\x53\x66')](0x2582+0x10c7+-0x1*0x3649,_0x426b2e['\x74\x6f\x6b\x65\x6e\x73'][_0x14fb89]?.['\x73\x74\x61\x72\x74']??-0x1*-0x20a1+-0x1e0b+-0x296);if(!hasIndependentSimplePastAction(_0x265a24,_0x2c7d45))return!![];}}if(_0x5dafaa===undefined&&_0x2c7d45['\x68\x61\x73'](_0x4992d1)&&(_0x14fb89===-0x588+0x263b+-0x20b3||leadingSubjectPolarity(_0x426b2e,0x10a2*0x2+-0x1*-0x1760+-0x38a4,_0x14fb89)===_0x34c18e(0x145,'\x5d\x77\x66\x70'))){if(_0x34c18e(0x83f,'\x4b\x71\x4c\x6e')!==_0x34c18e(0x3e8,'\x6e\x4f\x26\x45'))return _0x3ca7c4=_0x36fef0,_0x2c13f4=_0x58e6cd&&_0x5828d3,_0x5d8712=!![],[];else _0x5dafaa=_0x14fb89;}}return![];}function affirmativeOutputClauses(_0x3f0e15,_0x403822){const _0x478fc7=_0x52d82d,_0x1fc706=new Set(AFFIRMATIVE_ACTION_FORMS),_0x1a3921=new Set();for(const _0x9fce3f of _0x403822){if(_0x478fc7(0x5d6,'\x4c\x56\x21\x6e')===_0x478fc7(0x6a7,'\x72\x67\x51\x66'))return _0x28d4b2[_0x478fc7(0x7c4,'\x72\x6c\x64\x52')](_0x555690)||_0xf58f96[_0x478fc7(0x144,'\x4b\x78\x45\x56')](_0x582515)||_0xda2a29[_0x478fc7(0x81e,'\x5d\x29\x53\x66')]<=-0xc*0xbc+-0xc0f+0x14e2&&/^[a-z]+$/u[_0x478fc7(0x866,'\x4b\x78\x45\x56')](_0x56bfb5)&&!_0xd44327[_0x478fc7(0x378,'\x71\x78\x4a\x71')](_0x214f24)&&!_0x38ee1d[_0x478fc7(0x627,'\x4c\x4a\x73\x70')](_0x2e615a)&&!_0x4dd8a3[_0x478fc7(0x487,'\x47\x64\x37\x28')](_0x517a5a)&&!_0x55f2a4[_0x478fc7(0x4da,'\x42\x69\x23\x44')](_0x4cb5e)&&!_0x39263c[_0x478fc7(0x2b9,'\x35\x31\x21\x71')](_0x255dc2)&&!_0x169d9b[_0x478fc7(0x59b,'\x79\x41\x65\x21')](_0x4b4b43)||/(?:ed|able|al|ary|ful|ible|ic|ive|less|ory|ous)$/u[_0x478fc7(0x41e,'\x54\x4e\x6b\x5d')](_0x1d426f);else{if(!_0x9fce3f[_0x478fc7(0x546,'\x2a\x35\x33\x38')])continue;for(const _0x29b9ab of targetTermForms(_0x9fce3f,_0x478fc7(0x385,'\x46\x66\x49\x71'))){_0x1fc706[_0x478fc7(0x40f,'\x72\x6c\x64\x52')](_0x29b9ab),_0x1a3921[_0x478fc7(0x177,'\x6e\x4f\x26\x45')](_0x29b9ab);}}}return _0x3f0e15[_0x478fc7(0xc9,'\x6f\x6c\x73\x72')](/(?<=[.!?;])|\r?\n|\b(?:but|however|although|though)\b/gi)[_0x478fc7(0x56f,'\x5d\x77\x66\x70')](_0x170e0a=>_0x170e0a[_0x478fc7(0x172,'\x71\x71\x66\x5e')](REDACTION_MARKER_RE,'\x20')['\x74\x72\x69\x6d']())[_0x478fc7(0x423,'\x46\x66\x49\x71')](_0x43e8cd=>_0x43e8cd[_0x478fc7(0x220,'\x34\x36\x4f\x47')]>0x22bb+0x16*0x148+-0x3eeb)[_0x478fc7(0x797,'\x71\x70\x25\x76')](_0x231c14=>{const _0x5b72fd=_0x478fc7,_0x1a146e=stripCommaDelimitedWithoutAdjuncts(_0x231c14,_0x1fc706),_0x180085=normalize(_0x1a146e);if(!NEGATED_ACTION_RE[_0x5b72fd(0x369,'\x54\x67\x4a\x35')](_0x180085)&&!WITHOUT_ACTION_RE[_0x5b72fd(0x2a7,'\x4c\x4a\x73\x70')](_0x180085)&&!NEGATIVE_SUBJECT_MARKER_RE[_0x5b72fd(0x4b9,'\x5d\x77\x61\x46')](_0x180085)&&!hasPotentialConditionalScope(_0x1a146e,_0x1fc706,_0x1a3921,_0x403822))return[_0x180085];const _0x11693d=_0x1a146e[_0x5b72fd(0x226,'\x42\x69\x23\x44')](/\b(and|but|however|although|though|or|then|without)\b/i),_0x2170ae=[];let _0x557312;for(let _0x246cd9=0x1192+-0x16c1+0x52f;_0x246cd9<_0x11693d['\x6c\x65\x6e\x67\x74\x68'];_0x246cd9+=-0x18a6*0x1+-0x25a2*-0x1+0x1*-0xcfb){const _0x445764=_0x11693d[_0x246cd9]??'';if(_0x246cd9%(-0x13c2*-0x1+0x11a8+0x15*-0x1c8)===-0x2565+-0x5*0x349+-0x9*-0x5fb){_0x557312=_0x445764[_0x5b72fd(0x54c,'\x21\x64\x5d\x35')]()[_0x5b72fd(0x27a,'\x6e\x4f\x26\x45')+_0x5b72fd(0x196,'\x21\x64\x5d\x35')]();continue;}const _0x1c7826=_0x445764[_0x5b72fd(0x232,'\x54\x67\x4a\x35')](),_0x110c43=normalize(_0x1c7826);if(!_0x110c43)continue;_0x2170ae[_0x5b72fd(0x7a9,'\x57\x5a\x32\x5a')]({..._0x557312?{'\x63\x6f\x6e\x6e\x65\x63\x74\x6f\x72':_0x557312}:{},'\x72\x61\x77\x54\x65\x78\x74':_0x1c7826,'\x74\x65\x78\x74':_0x110c43}),_0x557312=undefined;}let _0x550b7e=NEGATED_ACTION_RE[_0x5b72fd(0x112,'\x71\x70\x25\x76')](_0x2170ae[-0x7*0x16e+-0x605+0x1007]?.[_0x5b72fd(0x6bf,'\x4c\x72\x6f\x49')]??''),_0x5eb6c2=_0x5b72fd(0x570,'\x6f\x6c\x73\x72'),_0x5d5667=_0x5b72fd(0xac,'\x7a\x4e\x66\x66'),_0x20ca4f=![],_0x5ac57d=![];return _0x2170ae[_0x5b72fd(0x342,'\x34\x36\x4f\x47')]((_0x166d20,_0x25b65e)=>{const _0x744307=_0x5b72fd;if(_0x166d20[_0x744307(0x22f,'\x43\x66\x46\x47')+'\x72']===_0x744307(0x3d5,'\x47\x64\x37\x28')){if(_0x744307(0x87f,'\x79\x6c\x5b\x4e')===_0x744307(0x3f7,'\x54\x67\x4a\x35'))_0x5de001[_0x157af5]=!![],_0x2175f5[_0x42d0fa]=!![];else{_0x550b7e=!![];if(/,\s*$/u[_0x744307(0x430,'\x42\x69\x23\x44')](_0x166d20[_0x744307(0x721,'\x4a\x4b\x71\x47')])){if(_0x744307(0x4fb,'\x5d\x77\x66\x70')!==_0x744307(0x43f,'\x2a\x35\x33\x38')){if(_0x1ca4c4===_0x744307(0xe9,'\x72\x67\x51\x66'))return _0x744307(0x5a7,'\x6e\x4f\x26\x45')+_0x744307(0x59e,'\x50\x75\x76\x57');if(_0x209ffb===_0x744307(0x28e,'\x43\x66\x46\x47'))return _0x4e71e6?_0x744307(0x2b7,'\x67\x5b\x49\x52')+_0x744307(0x855,'\x67\x5b\x49\x52')+_0x744307(0x249,'\x6e\x4f\x26\x45')+_0x744307(0xa6,'\x5a\x25\x5a\x6f'):'\x73\x75\x63\x63\x65\x73\x73\x5f'+_0x744307(0x141,'\x47\x64\x37\x28')+'\x6e\x74\x5f\x69\x6e\x73\x65\x6e'+_0x744307(0x287,'\x5d\x29\x53\x66');return _0x46a06e?_0x744307(0x418,'\x5d\x77\x61\x46')+_0x744307(0x878,'\x54\x4e\x6b\x5d')+_0x744307(0x3c6,'\x5d\x77\x66\x70')+_0x744307(0x52d,'\x4a\x4b\x71\x47'):_0x744307(0x697,'\x33\x73\x77\x6d')+_0x744307(0x807,'\x71\x78\x4a\x71')+_0x744307(0x79e,'\x5d\x77\x66\x70')+_0x744307(0x1fe,'\x7a\x4e\x66\x66');}else _0x20ca4f=![],_0x5ac57d=![];}return[];}}const _0x113cd2=hasTargetActionBeforePostposedConditionalMarker(_0x166d20[_0x744307(0x553,'\x71\x78\x4a\x71')],_0x1a3921),_0x3956cc=_0x113cd2||predicateConditionality(_0x166d20[_0x744307(0x576,'\x50\x75\x76\x57')],_0x1fc706)===_0x744307(0x589,'\x50\x75\x76\x57')+_0x744307(0x85,'\x34\x36\x4f\x47')&&!hasMatrixPredicateBeforeConditionalMarker(_0x166d20[_0x744307(0x4cd,'\x6e\x4f\x26\x45')],_0x1fc706),_0x588c3e=_0x20ca4f&&(_0x166d20[_0x744307(0x3ee,'\x7a\x4e\x66\x66')+'\x72']===_0x744307(0x4cc,'\x63\x59\x76\x79')||_0x166d20[_0x744307(0x12a,'\x4a\x4b\x71\x47')+'\x72']==='\x6f\x72'||_0x166d20['\x63\x6f\x6e\x6e\x65\x63\x74\x6f'+'\x72']===_0x744307(0x380,'\x71\x71\x66\x5e'))&&!(_0x5ac57d&&hasIndependentAffirmativeAction(_0x166d20[_0x744307(0x708,'\x4b\x78\x45\x56')],_0x1fc706)),_0x489f96=_0x3956cc||_0x588c3e,_0x8b4ce0=_0x3956cc?_0x113cd2:_0x5ac57d,_0x319437=!/,\s*$/u[_0x744307(0x2a7,'\x4c\x4a\x73\x70')](_0x166d20[_0x744307(0x49b,'\x34\x36\x4f\x47')]);if(NEGATED_ACTION_RE['\x74\x65\x73\x74'](_0x166d20[_0x744307(0x262,'\x4e\x45\x71\x42')])){if('\x62\x6f\x58\x48\x47'!==_0x744307(0x1c0,'\x76\x43\x76\x33')){const _0x5d2532=_0x460aa7??_0x194bd4,_0x52c5fc=_0x4cc5fc(_0x29e57d[_0x744307(0x432,'\x21\x64\x5d\x35')](_0x3e3ba8[_0x744307(0x21c,'\x5d\x55\x50\x70')](-0x3f7+-0x8df+0x6a*0x1f,_0x5d2532-_0x5dbc2b),_0x5d2532)),_0x4af061=_0xac4fee&&_0x5b7ef5(_0x20ec07);if(!_0x34748e(_0x52c5fc)||!_0x1cb323(_0xc53be0)&&!_0x4af061)return;}else{const _0x3aacd7=affirmativePrefixBeforeNegation(_0x166d20['\x74\x65\x78\x74'],_0x1fc706),_0x4a9db6=finiteClauseSubjectPolarity(_0x166d20[_0x744307(0x6bf,'\x4c\x72\x6f\x49')]),_0x192483=factualTailsAfterBoundary(_0x166d20['\x72\x61\x77\x54\x65\x78\x74']),_0x258b0b=factualTailEvidence(_0x192483,_0x1fc706,_0x4a9db6!==_0x744307(0x2aa,'\x21\x64\x5d\x35'));if(_0x489f96)return _0x20ca4f=_0x319437,_0x5ac57d=_0x319437&&_0x8b4ce0,_0x550b7e=!![],[];_0x20ca4f=![],_0x5ac57d=![],_0x550b7e=!![];const _0x37748a=hasExplicitSubjectBeforeNegation(_0x166d20['\x74\x65\x78\x74']),_0xdd4973=_0x166d20[_0x744307(0x554,'\x72\x67\x51\x66')+'\x72']===_0x744307(0x4a5,'\x21\x64\x5d\x35')&&_0x5eb6c2!==_0x744307(0x9b,'\x7a\x49\x51\x23')&&startsWithSubjectElidedNegation(_0x166d20['\x74\x65\x78\x74']);if(_0x4a9db6===_0x744307(0x156,'\x4e\x45\x71\x42'))_0x5eb6c2=_0x744307(0x884,'\x5d\x29\x53\x66'),_0x5d5667=_0x744307(0x1a2,'\x5d\x77\x61\x46');else{if(_0x37748a){const _0x364cd3=negatedAuxiliaryScope(_0x166d20[_0x744307(0x708,'\x4b\x78\x45\x56')]);_0x5eb6c2=_0x364cd3===_0x744307(0x2f5,'\x6e\x4f\x26\x45')?_0x744307(0x52b,'\x5d\x29\x53\x66')+_0x744307(0x5aa,'\x4b\x61\x4b\x59'):_0x364cd3===_0x744307(0x26f,'\x4c\x4a\x73\x70')+'\x65'?_0x744307(0x716,'\x67\x5b\x49\x52')+_0x744307(0x89c,'\x4b\x61\x4b\x59')+'\x65':_0x364cd3===_0x744307(0x5d8,'\x35\x31\x21\x71')?_0x744307(0x6e0,'\x6e\x33\x6b\x6e')+_0x744307(0x3dd,'\x5d\x55\x50\x70'):_0x364cd3===_0x744307(0x648,'\x33\x73\x77\x6d')+_0x744307(0x2c0,'\x5d\x29\x53\x66')?_0x744307(0x1ac,'\x4e\x45\x71\x42')+_0x744307(0x40e,'\x72\x6c\x64\x52')+_0x744307(0x54a,'\x43\x31\x24\x6b'):_0x744307(0x6e7,'\x42\x69\x23\x44'),_0x5d5667=subjectAgreementBeforeNegation(_0x166d20[_0x744307(0x72c,'\x79\x6c\x5b\x4e')]);}else{if(!_0xdd4973){if(_0x744307(0x5f0,'\x4c\x4a\x73\x70')===_0x744307(0x584,'\x34\x36\x4f\x47'))_0x5eb6c2=_0x744307(0x61a,'\x5a\x25\x5a\x6f'),_0x5d5667='\x75\x6e\x6b\x6e\x6f\x77\x6e';else{let _0x4ed320=_0x131c83['\x76\x65\x72\x62\x49\x6e\x64\x65'+'\x78']+(-0xa13+-0x161a+0x202e);while(_0x4ed320<_0x46ccbd[_0x744307(0x83,'\x5d\x29\x53\x66')][_0x744307(0x882,'\x4c\x4a\x73\x70')]&&_0x49c6df(_0x5f4f5a,_0x4ed320))_0x4ed320+=-0x1063+-0xae9+0x1b4d*0x1;if(_0x26f0a1[_0x744307(0x242,'\x4c\x4a\x73\x70')][_0x4ed320]?.[_0x744307(0x690,'\x54\x67\x4a\x35')]==='\x69\x74')_0x4ed320+=-0x19ae+-0x853+-0x1*-0x2202;return _0x4ed320;}}}}if(_0x258b0b[_0x744307(0xb6,'\x7a\x4e\x66\x66')+_0x744307(0x7f3,'\x63\x59\x76\x79')]!=='\x6e\x6f\x6e\x65'){if(_0x744307(0x897,'\x71\x71\x66\x5e')!==_0x744307(0x3b8,'\x71\x67\x67\x65')){if(_0x1b8211[_0x16671e]?.[_0x744307(0x3fd,'\x43\x66\x46\x47')]!==_0x744307(0x189,'\x6e\x33\x6b\x6e'))return![];const _0x292981=_0x41a6cc[_0x4c4b18-(0x1f2e+0x1*-0x15d7+0x1de*-0x5)]?.['\x76\x61\x6c\x75\x65']??'',_0x15b312=_0x4e79f1[_0x4744d8+(0xb79+0xad*0x3+0x1*-0xd7f)]?.[_0x744307(0x45b,'\x43\x31\x24\x6b')]??'';return _0x3875e8[_0xe076e9]?.[_0x744307(0x2b6,'\x67\x5b\x49\x52')]===!![]||['\x61\x74','\x66\x6f\x72',_0x744307(0x375,'\x4b\x78\x45\x56')][_0x744307(0xb9,'\x4c\x72\x6f\x49')](_0x292981)||['\x61\x67\x61\x69\x6e','\x6d\x6f\x72\x65',_0x744307(0x4e6,'\x5d\x77\x61\x46')][_0x744307(0x184,'\x45\x53\x66\x41')](_0x15b312);}else _0x5eb6c2=_0x258b0b[_0x744307(0x4e1,'\x71\x71\x66\x5e')+'\x6f\x64\x65'],_0x5d5667=_0x258b0b[_0x744307(0x436,'\x5d\x55\x50\x70')+_0x744307(0x7c5,'\x71\x70\x25\x76')];}return[_0x3aacd7,_0x258b0b[_0x744307(0x477,'\x5d\x77\x61\x46')+_0x744307(0x6e2,'\x45\x53\x66\x41')]]['\x66\x69\x6c\x74\x65\x72'](_0x170d59=>_0x170d59!==undefined);}}const _0x21ce7a=finiteClauseSubjectPolarity(_0x166d20[_0x744307(0x26c,'\x63\x59\x76\x79')]),_0x1e416f=_0x21ce7a===_0x744307(0x64b,'\x47\x64\x37\x28')?matchingActionSubjectPolarity(_0x166d20[_0x744307(0x347,'\x43\x31\x24\x6b')],_0x1fc706):_0x21ce7a;if(_0x1e416f===_0x744307(0x155,'\x58\x55\x4e\x39')){if(_0x744307(0x44b,'\x42\x69\x23\x44')===_0x744307(0x34e,'\x5d\x55\x50\x70')){_0x5eb6c2='\x6e\x65\x67\x61\x74\x69\x76\x65',_0x5d5667=_0x744307(0x36d,'\x21\x64\x5d\x35'),_0x550b7e=!![];const _0x23f01f=factualTailsAfterBoundary(_0x166d20['\x72\x61\x77\x54\x65\x78\x74']),_0x358e18=factualTailEvidence(_0x23f01f,_0x1fc706,contextualNoAdjunctAllowsImperative(_0x166d20[_0x744307(0x517,'\x57\x5a\x32\x5a')]));if(_0x489f96)return _0x20ca4f=_0x319437,_0x5ac57d=_0x319437&&_0x8b4ce0,[];return _0x20ca4f=![],_0x5ac57d=![],_0x358e18[_0x744307(0x18b,'\x4b\x71\x4c\x6e')+_0x744307(0x426,'\x5d\x29\x53\x66')]!==_0x744307(0x781,'\x71\x78\x4a\x71')&&(_0x5eb6c2=_0x358e18[_0x744307(0x3d8,'\x54\x67\x4a\x35')+_0x744307(0x84d,'\x71\x67\x67\x65')],_0x5d5667=_0x358e18[_0x744307(0x13b,'\x72\x67\x51\x66')+_0x744307(0x31f,'\x33\x73\x77\x6d')]),_0x358e18[_0x744307(0x87,'\x50\x75\x76\x57')+_0x744307(0x3fc,'\x7a\x4e\x66\x66')]?[_0x358e18[_0x744307(0x618,'\x7a\x49\x51\x23')+_0x744307(0x5ad,'\x72\x67\x51\x66')]]:[];}else{const _0x24b37e=_0x1eafb8[_0x744307(0x643,'\x46\x66\x49\x71')](_0xc4d35);if(_0x24b37e){_0x50ca54['\x61\x64\x64'](_0x24b37e);return;}if(/[^aeiou]ies$/u[_0x744307(0x4b9,'\x5d\x77\x61\x46')](_0x5369f1)&&_0x2d3357[_0x744307(0x630,'\x5a\x25\x5a\x6f')]>-0x2*0x1099+-0xee+0x1*0x2223)_0xa8ffd1[_0x744307(0x4ff,'\x33\x73\x77\x6d')](_0x20ae59[_0x744307(0x4e3,'\x5d\x29\x53\x66')](0x14c+0x1a50+-0x1b9c,-(-0xa97*0x1+-0x1*-0xdeb+-0x351))+'\x79');if(_0x36efe[_0x744307(0xf5,'\x2a\x35\x33\x38')](_0x744307(0x45e,'\x72\x6c\x64\x52'))&&_0x5b5307[_0x744307(0x764,'\x47\x64\x37\x28')]>0x2*0xcc1+-0x5ea*-0x5+0x371*-0x10){const _0x23ea50=_0x36298d['\x73\x6c\x69\x63\x65'](-0x10d*0x22+-0x1*-0x14bb+0xb*0x15d,-(0x1283+0xb12*-0x3+0xeb6));_0x133cdf[_0x744307(0x1a1,'\x4b\x71\x4c\x6e')](_0x23ea50+'\x66'),_0x3e4f57['\x61\x64\x64'](_0x23ea50+'\x66\x65');return;}if(/(?:sses|xes|zzes|ches|shes)$/u[_0x744307(0x41e,'\x54\x4e\x6b\x5d')](_0x4d5826)&&_0x5d323a[_0x744307(0x710,'\x50\x75\x76\x57')]>0xf8+-0x4bc+0x3c8*0x1)_0x243d36[_0x744307(0x188,'\x79\x41\x65\x21')](_0x1b130c[_0x744307(0x474,'\x4e\x45\x71\x42')](0x133c*0x2+-0x1f75*0x1+-0x703,-(0x1426+0xb37+0x1f5b*-0x1)));else{if(_0x19a277[_0x744307(0x431,'\x47\x64\x37\x28')]('\x73')&&_0x1d4e44[_0x744307(0x4ed,'\x6e\x4f\x26\x45')]>0x238f+-0x6fc+-0x1c90&&!/(?:ss|us|is)$/u[_0x744307(0x6b7,'\x6e\x4f\x26\x45')](_0x3e0efa))_0x159964[_0x744307(0x458,'\x71\x67\x67\x65')](_0x2aeb89[_0x744307(0x2a9,'\x79\x41\x65\x21')](-0x7*0x8b+-0x1622*-0x1+-0x1255,-(-0xad0+-0x6d*-0x4+0x91d*0x1)));}}}if(_0x489f96)return _0x20ca4f=_0x319437,_0x5ac57d=_0x319437&&_0x8b4ce0,_0x550b7e=!![],[];_0x20ca4f=![],_0x5ac57d=![];if(_0x1e416f==='\x70\x6f\x73\x69\x74\x69\x76\x65')_0x5eb6c2=_0x744307(0x7f1,'\x71\x70\x25\x76')+_0x744307(0x162,'\x4b\x71\x4c\x6e');if(_0x25b65e===0xca0+-0x1*0x1b1d+0x1*0xe7d||!_0x550b7e)return[_0x166d20[_0x744307(0x40a,'\x5d\x77\x66\x70')]];const _0x65945b=/,\s*$/u['\x74\x65\x73\x74'](_0x2170ae[_0x25b65e-(0x518+0xdf*-0x15+0xd34)]?.[_0x744307(0x43b,'\x48\x49\x45\x24')]??'');if(_0x166d20[_0x744307(0x6cb,'\x4c\x56\x21\x6e')+'\x72']===_0x744307(0x4dc,'\x46\x66\x49\x71')&&_0x65945b&&_0x5eb6c2!==_0x744307(0x7e5,'\x33\x73\x77\x6d')&&hasIndependentAffirmativeAction(_0x166d20[_0x744307(0x74d,'\x35\x25\x6c\x69')],_0x1fc706,!![]))return[_0x166d20[_0x744307(0x883,'\x71\x71\x66\x5e')]];if(_0x166d20[_0x744307(0x813,'\x6f\x6c\x73\x72')+'\x72']===_0x744307(0x4a5,'\x21\x64\x5d\x35')&&_0x5eb6c2===_0x744307(0x618,'\x7a\x49\x51\x23')+'\x69\x76\x65'&&hasIndependentAffirmativeAction(_0x166d20[_0x744307(0x6b4,'\x35\x31\x21\x71')],_0x1fc706,!![]))return[_0x166d20[_0x744307(0x5dd,'\x67\x5b\x49\x52')]];const _0xa30f22=subjectElidedActionMorphology(_0x166d20[_0x744307(0x6a8,'\x4c\x4a\x73\x70')],_0x1fc706);if(_0x166d20[_0x744307(0x60d,'\x42\x69\x23\x44')+'\x72']===_0x744307(0x67a,'\x54\x67\x4a\x35')&&_0x5eb6c2==='\x6e\x65\x67\x61\x74\x65\x64\x2d'+_0x744307(0x2fc,'\x71\x67\x67\x65')&&(_0xa30f22===_0x744307(0x367,'\x4f\x73\x42\x5a')&&_0x5d5667===_0x744307(0x6b5,'\x7a\x4e\x66\x66')||_0xa30f22===_0x744307(0x530,'\x5d\x55\x50\x70')+'\x72\x73\x6f\x6e'&&_0x5d5667===_0x744307(0x14d,'\x5a\x25\x5a\x6f')+_0x744307(0x247,'\x79\x41\x65\x21')))return[_0x166d20['\x74\x65\x78\x74']];if(_0x166d20[_0x744307(0x6ff,'\x46\x66\x49\x71')+'\x72']===_0x744307(0x615,'\x43\x31\x24\x6b')&&_0x5eb6c2===_0x744307(0x583,'\x42\x69\x23\x44')+'\x70\x72\x6f\x67\x72\x65\x73\x73'+_0x744307(0x2c9,'\x5d\x55\x50\x70')&&(_0xa30f22==='\x70\x61\x72\x74\x69\x63\x69\x70'+'\x6c\x65'||_0xa30f22===_0x744307(0xbb,'\x5d\x77\x61\x46')+_0x744307(0x88e,'\x67\x5b\x49\x52')||_0xa30f22===_0x744307(0x30b,'\x45\x53\x66\x41')&&_0x5d5667===_0x744307(0x55c,'\x34\x36\x4f\x47')||_0xa30f22==='\x74\x68\x69\x72\x64\x2d\x70\x65'+_0x744307(0x75d,'\x5d\x77\x61\x46')&&_0x5d5667===_0x744307(0x63d,'\x7a\x49\x51\x23')+_0x744307(0x717,'\x33\x73\x77\x6d')))return _0x744307(0x139,'\x2a\x35\x33\x38')!=='\x5a\x4c\x4a\x57\x52'?/(?:\bnot|n't)\s+only\b[\s\S]*\bbut\s+also\b/i[_0x744307(0x29b,'\x6f\x6c\x73\x72')](_0x1434c6(_0x41c6c1)):[_0x166d20['\x74\x65\x78\x74']];if(_0x166d20[_0x744307(0x6b2,'\x4b\x71\x4c\x6e')+'\x72']===_0x744307(0x63b,'\x4e\x45\x71\x42')&&_0x5eb6c2===_0x744307(0x583,'\x42\x69\x23\x44')+_0x744307(0x12d,'\x6f\x6c\x73\x72')&&(_0xa30f22===_0x744307(0xbb,'\x5d\x77\x61\x46')+'\x61\x73\x74'||_0xa30f22===_0x744307(0x679,'\x35\x31\x21\x71')+_0x744307(0x75d,'\x5d\x77\x61\x46')&&_0x5d5667===_0x744307(0x72a,'\x79\x6c\x5b\x4e')+_0x744307(0x206,'\x7a\x4e\x66\x66')))return[_0x166d20['\x74\x65\x78\x74']];if(_0x166d20['\x63\x6f\x6e\x6e\x65\x63\x74\x6f'+'\x72']===_0x744307(0x86b,'\x4b\x61\x4b\x59')&&_0x5eb6c2===_0x744307(0x3ba,'\x72\x6c\x64\x52')+_0x744307(0x5b9,'\x35\x31\x21\x71')+'\x65'&&(_0xa30f22===_0x744307(0x2a0,'\x71\x78\x4a\x71')+'\x6c\x65'||_0xa30f22===_0x744307(0x1da,'\x48\x49\x45\x24')+_0x744307(0x692,'\x5a\x25\x5a\x6f')||_0xa30f22===_0x744307(0x7be,'\x46\x66\x49\x71')+_0x744307(0x7cc,'\x71\x71\x66\x5e')&&_0x5d5667===_0x744307(0x658,'\x50\x75\x76\x57')+_0x744307(0x81f,'\x54\x4e\x6b\x5d')))return[_0x166d20[_0x744307(0x169,'\x2a\x35\x33\x38')]];if(_0x166d20['\x63\x6f\x6e\x6e\x65\x63\x74\x6f'+'\x72']===_0x744307(0x848,'\x7a\x49\x51\x23')&&_0x5eb6c2===_0x744307(0x442,'\x4c\x56\x21\x6e')&&startsWithSubjectElidedFiniteAction(_0x166d20[_0x744307(0x6d1,'\x57\x5a\x32\x5a')],_0x1fc706))return[_0x166d20[_0x744307(0x163,'\x5a\x25\x5a\x6f')]];const _0x23ee9e=_0x166d20[_0x744307(0x1bb,'\x6e\x33\x6b\x6e')+'\x72']===_0x744307(0x67f,'\x7a\x4e\x66\x66')&&_0x5eb6c2!==_0x744307(0x884,'\x5d\x29\x53\x66');return hasIndependentAffirmativeAction(_0x166d20[_0x744307(0x74d,'\x35\x25\x6c\x69')],_0x1fc706,_0x23ee9e)?[_0x166d20[_0x744307(0x490,'\x78\x62\x68\x4d')]]:[];});});}function mustNotMatchedTerms(_0x1ba781,_0x1f7070){const _0x1e09cc=_0x52d82d;return affirmativeOutputClauses(_0x1ba781,_0x1f7070)[_0x1e09cc(0x243,'\x46\x66\x49\x71')](_0x21f50d=>{const _0x11e912=_0x1e09cc,_0xdc98cb=_0x1f7070[_0x11e912(0x22d,'\x6e\x33\x6b\x6e')](_0x3aef99=>termMatches(_0x21f50d,_0x3aef99,_0x11e912(0x7d9,'\x47\x64\x37\x28')));if(_0x1f7070[_0x11e912(0x238,'\x4c\x4a\x73\x70')](_0x4ca6d3=>_0x4ca6d3[_0x11e912(0x541,'\x71\x70\x25\x76')])&&!_0xdc98cb[_0x11e912(0x773,'\x6e\x4f\x26\x45')](_0x1498f9=>_0x1498f9[_0x11e912(0x5bc,'\x71\x67\x67\x65')]))return[];return _0xdc98cb[_0x11e912(0x767,'\x45\x53\x66\x41')](_0xa46961=>_0xa46961[_0x11e912(0x736,'\x33\x73\x77\x6d')]);})[_0x1e09cc(0x41c,'\x4b\x61\x4b\x59')]((_0x442554,_0xee41da)=>_0xee41da[_0x1e09cc(0x5f8,'\x4b\x78\x45\x56')]-_0x442554[_0x1e09cc(0x341,'\x43\x31\x24\x6b')])[-0x2265+-0xa3b+0x2ca0]??[];}function isBroadProgressiveAuxiliary(_0x328992){const _0x2c897b=_0x52d82d;if(!_0x328992['\x76\x65\x72\x62']||!_0x328992['\x74\x65\x78\x74'][_0x2c897b(0x2c5,'\x48\x49\x45\x24')]('\x69\x6e\x67'))return![];const _0x3bcdfd=verbLemma(_0x328992[_0x2c897b(0x26e,'\x76\x43\x76\x33')]);return _0x3bcdfd!==undefined&&EXACT_ONLY_PROGRESSIVE_LEMMAS[_0x2c897b(0x753,'\x67\x5b\x49\x52')](_0x3bcdfd);}const BROAD_EVIDENCE_LINK_TERMS=new Set(['\x61','\x61\x6e',_0x52d82d(0x82f,'\x7a\x49\x51\x23'),_0x52d82d(0x1e3,'\x57\x5a\x32\x5a'),_0x52d82d(0x602,'\x4f\x73\x42\x5a'),'\x62\x6f\x74\x68',_0x52d82d(0x2cd,'\x4c\x72\x6f\x49'),_0x52d82d(0x695,'\x5a\x25\x5a\x6f'),_0x52d82d(0x404,'\x35\x25\x6c\x69'),_0x52d82d(0x3a2,'\x67\x5b\x49\x52'),_0x52d82d(0x19a,'\x71\x67\x67\x65'),'\x6d\x79',_0x52d82d(0x5bf,'\x4e\x45\x71\x42'),_0x52d82d(0x74a,'\x76\x43\x76\x33'),_0x52d82d(0x895,'\x4f\x73\x42\x5a'),_0x52d82d(0x105,'\x6e\x33\x6b\x6e'),_0x52d82d(0x556,'\x71\x78\x4a\x71'),_0x52d82d(0x4c5,'\x67\x5b\x49\x52'),_0x52d82d(0x280,'\x6e\x33\x6b\x6e'),_0x52d82d(0x7eb,'\x2a\x35\x33\x38'),_0x52d82d(0x85a,'\x54\x67\x4a\x35'),_0x52d82d(0x891,'\x4b\x71\x4c\x6e')]),PASSIVE_AUXILIARY_TERMS=new Set(['\x61\x6d','\x69\x73','\x61\x72\x65',_0x52d82d(0x1bf,'\x4e\x45\x71\x42'),_0x52d82d(0x5fd,'\x34\x36\x4f\x47'),'\x62\x65','\x62\x65\x65\x6e','\x62\x65\x69\x6e\x67',_0x52d82d(0x378,'\x71\x78\x4a\x71'),_0x52d82d(0xb8,'\x33\x73\x77\x6d'),_0x52d82d(0x349,'\x5d\x55\x50\x70')]),PASSIVE_BE_AUXILIARY_TERMS=new Set(['\x61\x6d','\x69\x73',_0x52d82d(0x208,'\x71\x67\x67\x65'),_0x52d82d(0x7d4,'\x71\x78\x4a\x71'),_0x52d82d(0x281,'\x4b\x78\x45\x56'),'\x62\x65',_0x52d82d(0x345,'\x46\x66\x49\x71'),_0x52d82d(0x57a,'\x4c\x4a\x73\x70')]),PERFECT_AUXILIARY_TERMS=new Set([_0x52d82d(0x349,'\x5d\x55\x50\x70'),_0x52d82d(0xc4,'\x63\x59\x76\x79'),_0x52d82d(0x9c,'\x46\x66\x49\x71')]),PERFECT_BROAD_FORM_TERMS=new Set(['\x62\x65\x65\x6e',_0x52d82d(0x19d,'\x42\x69\x23\x44'),_0x52d82d(0xa1,'\x4c\x4a\x73\x70')]),MODAL_AUXILIARY_TERMS=new Set([_0x52d82d(0x504,'\x46\x66\x49\x71'),_0x52d82d(0x7a5,'\x6f\x6c\x73\x72'),_0x52d82d(0x50b,'\x6e\x33\x6b\x6e'),_0x52d82d(0x103,'\x33\x73\x77\x6d'),_0x52d82d(0x800,'\x63\x30\x44\x71'),_0x52d82d(0x140,'\x71\x70\x25\x76'),_0x52d82d(0x505,'\x35\x31\x21\x71'),_0x52d82d(0x579,'\x58\x55\x4e\x39'),_0x52d82d(0x63e,'\x5d\x77\x66\x70')]),SEMI_MODAL_AUXILIARY_TERMS=new Set([_0x52d82d(0x5df,'\x43\x66\x46\x47'),_0x52d82d(0x475,'\x76\x43\x76\x33'),_0x52d82d(0x669,'\x42\x69\x23\x44'),_0x52d82d(0x34a,'\x4b\x78\x45\x56')]),INDEPENDENT_BROAD_FORM_TERMS=new Set(['\x61\x6d',_0x52d82d(0x329,'\x2a\x35\x33\x38'),'\x69\x73',_0x52d82d(0x7f4,'\x6e\x4f\x26\x45'),_0x52d82d(0x253,'\x54\x67\x4a\x35'),_0x52d82d(0x861,'\x76\x43\x76\x33'),_0x52d82d(0x17d,'\x71\x70\x25\x76'),_0x52d82d(0x519,'\x54\x4e\x6b\x5d'),_0x52d82d(0x77d,'\x50\x75\x76\x57'),_0x52d82d(0x1f3,'\x5d\x29\x53\x66'),_0x52d82d(0x560,'\x57\x5a\x32\x5a'),_0x52d82d(0xdd,'\x76\x43\x76\x33')]),NEGATIVE_EVIDENCE_PRONOUNS=new Set([_0x52d82d(0x728,'\x71\x78\x4a\x71'),_0x52d82d(0x49d,'\x76\x43\x76\x33'),_0x52d82d(0x7ba,'\x4c\x72\x6f\x49'),_0x52d82d(0x5cc,'\x4b\x61\x4b\x59')]),NEGATIVE_EVIDENCE_DETERMINERS=new Set([_0x52d82d(0x483,'\x47\x64\x37\x28'),'\x6e\x6f',_0x52d82d(0x82c,'\x54\x67\x4a\x35')]),SUBJECT_PRONOUN_TERMS=new Set(['\x68\x65','\x69','\x69\x74',_0x52d82d(0x4d9,'\x54\x4e\x6b\x5d'),_0x52d82d(0x2c7,'\x54\x4e\x6b\x5d'),'\x74\x68\x65\x79',_0x52d82d(0x7e1,'\x43\x31\x24\x6b'),'\x77\x65',_0x52d82d(0x626,'\x5a\x25\x5a\x6f'),_0x52d82d(0x7b8,'\x34\x36\x4f\x47')]),SUBJECT_ARTICLE_TERMS=new Set(['\x61','\x61\x6e',_0x52d82d(0x5ed,'\x35\x31\x21\x71')]),AUXILIARY_CHAIN_MODIFIER_TERMS=new Set([_0x52d82d(0x13c,'\x6f\x6c\x73\x72'),_0x52d82d(0x6f5,'\x45\x53\x66\x41'),_0x52d82d(0x80c,'\x50\x75\x76\x57'),'\x65\x76\x65\x72',_0x52d82d(0x210,'\x4c\x56\x21\x6e'),_0x52d82d(0x263,'\x4e\x45\x71\x42'),_0x52d82d(0x860,'\x54\x67\x4a\x35')]),LEADING_CLAUSE_MODIFIER_TERMS=new Set([_0x52d82d(0x23e,'\x4c\x72\x6f\x49')+'\x6c\x79',_0x52d82d(0x3cf,'\x46\x66\x49\x71'),_0x52d82d(0xcf,'\x5a\x25\x5a\x6f')+'\x79',_0x52d82d(0x770,'\x4f\x73\x42\x5a'),_0x52d82d(0x765,'\x35\x25\x6c\x69')+_0x52d82d(0x10b,'\x76\x43\x76\x33')]),MAX_REQUIRED_EVIDENCE_TERMS=0x1852*-0x1+-0x220c+-0x6*-0xa65,MAX_REQUIRED_EVIDENCE_CANDIDATES=0x339+0x36d+-0x5a6,MAX_REQUIRED_EVIDENCE_PAIR_DISTANCE=0xd3a*0x2+-0x22e2+0x8ae,MAX_REQUIRED_SUBJECT_LOOKBACK=-0x5df*-0x2+-0x331*0x2+-0x4dc,PREDICATE_COORDINATOR_TERMS=new Set(['\x61\x6e\x64',_0x52d82d(0x350,'\x4c\x4a\x73\x70'),_0x52d82d(0xd2,'\x4b\x71\x4c\x6e')]),CONDITIONAL_MARKER_TERMS=new Set([_0x52d82d(0x224,'\x43\x66\x46\x47'),'\x69\x66',_0x52d82d(0x17c,'\x6e\x4f\x26\x45'),_0x52d82d(0x179,'\x67\x5b\x49\x52'),_0x52d82d(0x7bd,'\x6e\x4f\x26\x45')+'\x67',_0x52d82d(0x3ea,'\x2a\x35\x33\x38'),_0x52d82d(0x468,'\x33\x73\x77\x6d'),_0x52d82d(0xe1,'\x4b\x61\x4b\x59')]),TEMPORAL_CONDITIONAL_MARKER_TERMS=new Set([_0x52d82d(0x170,'\x4a\x4b\x71\x47'),_0x52d82d(0x4b0,'\x79\x41\x65\x21'),'\x77\x68\x69\x6c\x65']),CONDITIONAL_MARKER_MENTION_HEAD_TERMS=new Set([_0x52d82d(0x4a8,'\x33\x73\x77\x6d'),_0x52d82d(0x295,'\x45\x53\x66\x41'),_0x52d82d(0x5ba,'\x35\x31\x21\x71')]),EMBEDDED_IF_GOVERNOR_TERMS=new Set([_0x52d82d(0x93,'\x43\x66\x46\x47'),'\x61\x73\x6b\x65\x64','\x61\x73\x6b\x69\x6e\x67',_0x52d82d(0x4ea,'\x72\x6c\x64\x52'),_0x52d82d(0x1e4,'\x50\x75\x76\x57'),_0x52d82d(0xfb,'\x4b\x61\x4b\x59'),_0x52d82d(0x61e,'\x4c\x72\x6f\x49'),_0x52d82d(0x802,'\x34\x36\x4f\x47'),_0x52d82d(0xee,'\x6f\x6c\x73\x72'),_0x52d82d(0x2c2,'\x57\x5a\x32\x5a')+'\x64',_0x52d82d(0x29f,'\x2a\x35\x33\x38')+'\x6e\x67',_0x52d82d(0x2ab,'\x76\x43\x76\x33'),'\x64\x65\x63\x69\x64\x65',_0x52d82d(0xaa,'\x47\x64\x37\x28'),_0x52d82d(0x604,'\x4f\x73\x42\x5a'),_0x52d82d(0x777,'\x4c\x4a\x73\x70'),_0x52d82d(0x129,'\x6e\x33\x6b\x6e')+'\x65',_0x52d82d(0x1ab,'\x58\x55\x4e\x39')+'\x65\x64',_0x52d82d(0x3be,'\x48\x49\x45\x24')+'\x65\x73',_0x52d82d(0x640,'\x79\x6c\x5b\x4e')+_0x52d82d(0x43c,'\x54\x4e\x6b\x5d'),_0x52d82d(0x499,'\x71\x78\x4a\x71'),_0x52d82d(0x720,'\x6f\x6c\x73\x72')+'\x64',_0x52d82d(0x89d,'\x35\x31\x21\x71')+'\x73',_0x52d82d(0x5c7,'\x50\x75\x76\x57')+'\x6e\x67',_0x52d82d(0x1cc,'\x50\x75\x76\x57'),_0x52d82d(0x1c3,'\x71\x71\x66\x5e'),_0x52d82d(0x7b2,'\x43\x31\x24\x6b'),_0x52d82d(0x466,'\x76\x43\x76\x33'),'\x73\x65\x65','\x73\x65\x65\x69\x6e\x67',_0x52d82d(0x598,'\x57\x5a\x32\x5a'),_0x52d82d(0x825,'\x5d\x29\x53\x66'),_0x52d82d(0x285,'\x7a\x4e\x66\x66'),_0x52d82d(0xf7,'\x4b\x61\x4b\x59'),_0x52d82d(0x596,'\x46\x66\x49\x71'),_0x52d82d(0x76f,'\x4b\x61\x4b\x59'),_0x52d82d(0x33b,'\x42\x69\x23\x44'),'\x76\x65\x72\x69\x66\x79',_0x52d82d(0x4cf,'\x4a\x4b\x71\x47'),_0x52d82d(0x4b7,'\x71\x71\x66\x5e'),_0x52d82d(0x6a1,'\x79\x41\x65\x21')+'\x67',_0x52d82d(0x4e0,'\x5d\x29\x53\x66'),_0x52d82d(0x785,'\x43\x31\x24\x6b'),_0x52d82d(0x5d1,'\x4b\x78\x45\x56')+'\x67',_0x52d82d(0x74c,'\x4f\x73\x42\x5a')]),PREDICATE_SCOPE_RESET_TERMS=new Set([...CONDITIONAL_MARKER_TERMS,_0x52d82d(0x427,'\x7a\x49\x51\x23'),'\x61\x73',_0x52d82d(0x1af,'\x34\x36\x4f\x47'),'\x68\x6f\x77\x65\x76\x65\x72',_0x52d82d(0x381,'\x7a\x4e\x66\x66'),_0x52d82d(0x1e7,'\x43\x66\x46\x47'),_0x52d82d(0x846,'\x4e\x45\x71\x42'),_0x52d82d(0x6d5,'\x48\x49\x45\x24'),_0x52d82d(0x36a,'\x5a\x25\x5a\x6f'),'\x77\x69\x74\x68\x6f\x75\x74','\x79\x65\x74']),COMMA_DELIMITED_SUBORDINATOR_TERMS=new Set([...CONDITIONAL_MARKER_TERMS,_0x52d82d(0x6b9,'\x4b\x71\x4c\x6e'),'\x61\x73','\x62\x65\x63\x61\x75\x73\x65',_0x52d82d(0x136,'\x5d\x29\x53\x66'),_0x52d82d(0x580,'\x57\x5a\x32\x5a'),'\x77\x68\x65\x6e',_0x52d82d(0x187,'\x35\x31\x21\x71'),_0x52d82d(0x62f,'\x5d\x77\x61\x46')]),TARGET_SCOPE_RESET_TERMS_LOCAL=new Set([...PREDICATE_SCOPE_RESET_TERMS,...PREDICATE_COORDINATOR_TERMS,_0x52d82d(0x559,'\x7a\x4e\x66\x66'),_0x52d82d(0x840,'\x54\x67\x4a\x35'),_0x52d82d(0x10f,'\x79\x6c\x5b\x4e'),'\x74\x68\x61\x6e',_0x52d82d(0x601,'\x4a\x4b\x71\x47')]),PASSIVE_SUBJECT_POSTMODIFIER_TERMS=new Set(['\x61\x6d\x6f\x6e\x67',_0x52d82d(0x563,'\x6e\x33\x6b\x6e'),'\x61\x74','\x62\x79',_0x52d82d(0xa5,'\x50\x75\x76\x57'),_0x52d82d(0x70a,'\x2a\x35\x33\x38'),'\x69\x6e','\x6f\x66','\x6f\x6e',_0x52d82d(0x7b0,'\x5d\x29\x53\x66'),'\x74\x6f',_0x52d82d(0x182,'\x4c\x4a\x73\x70'),_0x52d82d(0x898,'\x46\x66\x49\x71')]),COMMA_DELIMITED_PREPOSITION_TERMS=new Set([...PASSIVE_SUBJECT_POSTMODIFIER_TERMS,_0x52d82d(0x7c0,'\x4f\x73\x42\x5a')+'\x67','\x64\x65\x73\x70\x69\x74\x65','\x64\x75\x72\x69\x6e\x67',_0x52d82d(0x6e9,'\x78\x62\x68\x4d'),_0x52d82d(0x27c,'\x58\x55\x4e\x39'),_0x52d82d(0x160,'\x5d\x55\x50\x70')+'\x67',_0x52d82d(0x3a7,'\x4f\x73\x42\x5a')]),TOTALITY_TARGET_MODIFIER_TERMS=new Set([_0x52d82d(0x37b,'\x50\x75\x76\x57'),'\x65\x6e\x74\x69\x72\x65',_0x52d82d(0x48b,'\x4b\x61\x4b\x59'),_0x52d82d(0x6ea,'\x6e\x33\x6b\x6e'),_0x52d82d(0x3bf,'\x21\x64\x5d\x35'),_0x52d82d(0x7cd,'\x2a\x35\x33\x38')]),KNOWN_EVIDENCE_ACTION_TERMS=new Set([...[...IRREGULAR_VERB_FORMS[_0x52d82d(0x161,'\x54\x67\x4a\x35')]()][_0x52d82d(0x77a,'\x63\x30\x44\x71')](),...GENERIC_ACTION_TERMS]),KNOWN_FINITE_PREDICATE_TERMS=new Set([...INDEPENDENT_BROAD_FORM_TERMS,...MODAL_AUXILIARY_TERMS,'\x73\x61\x69\x64',_0x52d82d(0x20a,'\x5d\x55\x50\x70')]),CONTEXTUAL_ZERO_METRIC_TERMS=new Set(['\x63\x6f\x73\x74',_0x52d82d(0x2e7,'\x72\x67\x51\x66'),_0x52d82d(0x65a,'\x63\x59\x76\x79'),_0x52d82d(0x7f9,'\x4b\x71\x4c\x6e'),_0x52d82d(0x2f1,'\x79\x41\x65\x21'),_0x52d82d(0x756,'\x57\x5a\x32\x5a')]),ROOT_PREDICATE_BLOCKING_MODIFIER_TERMS=new Set([_0x52d82d(0x29d,'\x5a\x25\x5a\x6f')+'\x79',_0x52d82d(0x2c4,'\x71\x70\x25\x76'),_0x52d82d(0x1c8,'\x43\x66\x46\x47')+'\x6c\x79',_0x52d82d(0x704,'\x4f\x73\x42\x5a'),_0x52d82d(0x6dc,'\x63\x30\x44\x71'),_0x52d82d(0x58e,'\x35\x31\x21\x71'),_0x52d82d(0x225,'\x5d\x77\x66\x70'),'\x72\x65\x70\x6f\x72\x74\x65\x64'+'\x6c\x79',_0x52d82d(0x7bb,'\x43\x31\x24\x6b')+'\x6c\x79']),CLAUSE_INITIAL_EVIDENTIAL_HEDGE_TERMS=new Set([...ROOT_PREDICATE_BLOCKING_MODIFIER_TERMS,_0x52d82d(0x660,'\x4e\x45\x71\x42'),_0x52d82d(0x3d6,'\x72\x6c\x64\x52')+'\x6c\x79',_0x52d82d(0x7e2,'\x43\x31\x24\x6b'),_0x52d82d(0x557,'\x4a\x4b\x71\x47')+'\x64\x6c\x79']),EMBEDDED_CLAIM_GOVERNOR_TERMS=new Set([_0x52d82d(0x763,'\x35\x25\x6c\x69'),'\x61\x6c\x6c\x65\x67\x65\x64',_0x52d82d(0xc8,'\x4b\x78\x45\x56'),_0x52d82d(0x1d7,'\x4c\x56\x21\x6e'),_0x52d82d(0x46b,'\x72\x67\x51\x66'),_0x52d82d(0x24e,'\x5d\x29\x53\x66'),_0x52d82d(0x751,'\x79\x41\x65\x21')+'\x67',_0x52d82d(0x894,'\x4e\x45\x71\x42'),_0x52d82d(0x176,'\x50\x75\x76\x57'),_0x52d82d(0x2c8,'\x63\x30\x44\x71'),_0x52d82d(0x1f5,'\x2a\x35\x33\x38'),_0x52d82d(0x259,'\x63\x30\x44\x71')+'\x67',_0x52d82d(0x50a,'\x58\x55\x4e\x39'),'\x63\x6c\x61\x69\x6d\x65\x64',_0x52d82d(0x165,'\x71\x67\x67\x65'),_0x52d82d(0x746,'\x67\x5b\x49\x52'),'\x64\x65\x6e\x79',_0x52d82d(0x450,'\x2a\x35\x33\x38'),_0x52d82d(0x55b,'\x78\x62\x68\x4d'),_0x52d82d(0x153,'\x54\x4e\x6b\x5d'),_0x52d82d(0x507,'\x45\x53\x66\x41'),_0x52d82d(0xbc,'\x7a\x4e\x66\x66'),_0x52d82d(0x32c,'\x34\x36\x4f\x47'),'\x68\x65\x61\x72\x73',_0x52d82d(0x439,'\x57\x5a\x32\x5a'),_0x52d82d(0x1ec,'\x76\x43\x76\x33'),'\x72\x65\x70\x6f\x72\x74\x69\x6e'+'\x67',_0x52d82d(0x2b3,'\x35\x25\x6c\x69'),_0x52d82d(0x57e,'\x45\x53\x66\x41'),_0x52d82d(0x2ac,'\x71\x71\x66\x5e'),'\x73\x61\x79\x69\x6e\x67',_0x52d82d(0x180,'\x42\x69\x23\x44'),_0x52d82d(0x871,'\x7a\x49\x51\x23'),_0x52d82d(0x7da,'\x4c\x56\x21\x6e'),_0x52d82d(0x65c,'\x79\x41\x65\x21'),_0x52d82d(0x240,'\x79\x6c\x5b\x4e')+'\x67','\x74\x65\x6c\x6c',_0x52d82d(0xca,'\x4b\x78\x45\x56'),_0x52d82d(0x6cc,'\x63\x30\x44\x71'),'\x74\x6f\x6c\x64',_0x52d82d(0x805,'\x79\x6c\x5b\x4e'),_0x52d82d(0x59a,'\x5d\x77\x66\x70'),_0x52d82d(0x87c,'\x78\x62\x68\x4d'),_0x52d82d(0x3c7,'\x5d\x29\x53\x66')]),UNAMBIGUOUS_EMBEDDED_CLAIM_GOVERNOR_TERMS=new Set([_0x52d82d(0x219,'\x4c\x56\x21\x6e'),'\x68\x65\x61\x72\x64',_0x52d82d(0x731,'\x4c\x72\x6f\x49'),_0x52d82d(0x36f,'\x4c\x72\x6f\x49'),_0x52d82d(0x331,'\x33\x73\x77\x6d')]),NOMINAL_CLAIM_HEAD_TERMS=new Set([_0x52d82d(0x377,'\x5d\x29\x53\x66'),_0x52d82d(0x2d1,'\x67\x5b\x49\x52'),_0x52d82d(0x316,'\x54\x67\x4a\x35'),_0x52d82d(0x379,'\x4b\x71\x4c\x6e')]),RELATIVE_SAFE_FINITE_COMPLEMENTS=new Map([[_0x52d82d(0x7b5,'\x4f\x73\x42\x5a'),new Set(['\x70\x72\x6f\x67\x72\x65\x73\x73'])],['\x6d\x61\x6b\x65\x73',new Set([_0x52d82d(0x1ad,'\x71\x67\x67\x65')])],[_0x52d82d(0x58b,'\x4c\x72\x6f\x49'),new Set([_0x52d82d(0x2f7,'\x71\x71\x66\x5e')])],[_0x52d82d(0x857,'\x76\x43\x76\x33'),new Set([_0x52d82d(0x5cf,'\x79\x6c\x5b\x4e')])],[_0x52d82d(0x585,'\x79\x6c\x5b\x4e'),new Set([_0x52d82d(0x5f9,'\x78\x62\x68\x4d')])],[_0x52d82d(0x5f5,'\x5d\x77\x61\x46'),new Set([_0x52d82d(0x7bf,'\x4e\x45\x71\x42')])],[_0x52d82d(0x32a,'\x71\x67\x67\x65'),new Set([_0x52d82d(0x51f,'\x6e\x33\x6b\x6e')])],[_0x52d82d(0xd7,'\x67\x5b\x49\x52'),new Set([_0x52d82d(0x758,'\x43\x66\x46\x47')])],[_0x52d82d(0x6cf,'\x4b\x71\x4c\x6e'),new Set([_0x52d82d(0x3a1,'\x2a\x35\x33\x38')])],[_0x52d82d(0x81d,'\x35\x25\x6c\x69'),new Set([_0x52d82d(0x752,'\x5d\x55\x50\x70')])]]),NON_ADVERBIAL_PARENTHETICAL_IF_NOT_TERMS=new Set([_0x52d82d(0x447,'\x4c\x4a\x73\x70'),_0x52d82d(0x3fa,'\x4c\x4a\x73\x70')]),AFFIRMATIVE_PREDICATE_MODIFIER_TERMS=new Set([...AUXILIARY_CHAIN_MODIFIER_TERMS,_0x52d82d(0x816,'\x35\x25\x6c\x69'),_0x52d82d(0x635,'\x4a\x4b\x71\x47')+'\x79',_0x52d82d(0x62d,'\x79\x41\x65\x21')+'\x6c\x79',_0x52d82d(0x5e2,'\x4a\x4b\x71\x47'),_0x52d82d(0x78d,'\x71\x78\x4a\x71')+_0x52d82d(0x68f,'\x34\x36\x4f\x47')]),INVERTED_CONDITIONAL_AUXILIARY_TERMS=new Set([...MODAL_AUXILIARY_TERMS,_0x52d82d(0x2ce,'\x6f\x6c\x73\x72'),_0x52d82d(0x75e,'\x43\x66\x46\x47'),_0x52d82d(0x2e8,'\x72\x6c\x64\x52')]),NON_SUBJECT_PREFIX_TERMS=new Set([...PASSIVE_AUXILIARY_TERMS,...MODAL_AUXILIARY_TERMS,...SEMI_MODAL_AUXILIARY_TERMS,...LEADING_CLAUSE_MODIFIER_TERMS,_0x52d82d(0xf4,'\x71\x67\x67\x65'),_0x52d82d(0x676,'\x4b\x78\x45\x56'),_0x52d82d(0x79a,'\x54\x4e\x6b\x5d'),_0x52d82d(0x7c1,'\x35\x31\x21\x71'),'\x74\x6f']);function isBlockingRootPredicateModifierTerm(_0xa5e293){const _0x3d4fc0=_0x52d82d;return ROOT_PREDICATE_BLOCKING_MODIFIER_TERMS[_0x3d4fc0(0x5bd,'\x4b\x61\x4b\x59')](_0xa5e293)||_0xa5e293[_0x3d4fc0(0x79d,'\x4c\x72\x6f\x49')]('\x6c\x79')&&!AFFIRMATIVE_PREDICATE_MODIFIER_TERMS[_0x3d4fc0(0x254,'\x78\x62\x68\x4d')](_0xa5e293)&&!LEADING_CLAUSE_MODIFIER_TERMS[_0x3d4fc0(0x2e5,'\x54\x4e\x6b\x5d')](_0xa5e293);}function isClauseInitialEvidentialHedgeTerm(_0x42ebd0){const _0x24f5af=_0x52d82d;return CLAUSE_INITIAL_EVIDENTIAL_HEDGE_TERMS[_0x24f5af(0x15b,'\x2a\x35\x33\x38')](_0x42ebd0);}function isAdjectivalProvided(_0x465b99,_0x13b582){const _0x527fee=_0x52d82d;if(_0x465b99[_0x13b582]?.[_0x527fee(0x1a0,'\x57\x5a\x32\x5a')]!==_0x527fee(0x597,'\x63\x30\x44\x71'))return![];if(_0x465b99[_0x13b582+(0x16*0x5b+0x205c+-0x11*0x25d)]?.['\x76\x61\x6c\x75\x65']==='\x62\x79')return!![];const _0x2b31b8=_0x465b99[_0x13b582][_0x527fee(0x53d,'\x34\x36\x4f\x47')];let _0x1c1116=_0x13b582-(-0x3e8+0x3*-0x353+-0x6f1*-0x2);while(_0x1c1116>=0x392*-0x9+-0x1*0xe72+0x2e94&&_0x465b99[_0x1c1116]?.[_0x527fee(0x636,'\x42\x69\x23\x44')]===_0x2b31b8&&/ly$/u['\x74\x65\x73\x74'](_0x465b99[_0x1c1116]?.[_0x527fee(0x148,'\x50\x75\x76\x57')]??''))_0x1c1116-=0x1443+-0x1*-0x25a2+-0x1cf2*0x2;const _0x35da60=_0x465b99[_0x1c1116]?.['\x63\x6c\x61\x75\x73\x65']===_0x2b31b8?_0x465b99[_0x1c1116]?.[_0x527fee(0x6af,'\x71\x67\x67\x65')]??'':'';return _0x35da60!==_0x527fee(0x512,'\x43\x66\x46\x47')&&_0x35da60!==_0x527fee(0x19e,'\x54\x4e\x6b\x5d')&&BROAD_EVIDENCE_LINK_TERMS[_0x527fee(0x5bd,'\x4b\x61\x4b\x59')](_0x35da60);}function hasSubjectBeforeRegularPast(_0x10e245,_0x321934,_0x5c755e){const _0x5ef8f2=_0x52d82d,_0x38663a=_0x10e245[_0x321934]?.[_0x5ef8f2(0x46a,'\x47\x64\x37\x28')];for(let _0x32ff35=_0x321934-(-0x85b+0x7b2*0x2+-0x708);_0x32ff35>=_0x5c755e;_0x32ff35-=0x147e+0x1*0xeea+-0x2367*0x1){const _0x1482c3=_0x10e245[_0x32ff35];if(!_0x1482c3||_0x1482c3['\x63\x6c\x61\x75\x73\x65']!==_0x38663a)return![];const _0x6ab13b=_0x1482c3['\x76\x61\x6c\x75\x65'];if(PREDICATE_COORDINATOR_TERMS[_0x5ef8f2(0x452,'\x79\x6c\x5b\x4e')](_0x6ab13b)||PREDICATE_SCOPE_RESET_TERMS['\x68\x61\x73'](_0x6ab13b))return![];if(SUBJECT_PRONOUN_TERMS['\x68\x61\x73'](_0x6ab13b)||NEGATIVE_EVIDENCE_PRONOUNS[_0x5ef8f2(0xc4,'\x63\x59\x76\x79')](_0x6ab13b))return!![];if(SUBJECT_ARTICLE_TERMS[_0x5ef8f2(0x4da,'\x42\x69\x23\x44')](_0x6ab13b)||BROAD_EVIDENCE_LINK_TERMS[_0x5ef8f2(0x64d,'\x71\x70\x25\x76')](_0x6ab13b)||NON_SUBJECT_PREFIX_TERMS[_0x5ef8f2(0x69d,'\x48\x49\x45\x24')](_0x6ab13b)||/ly$/u[_0x5ef8f2(0x356,'\x76\x43\x76\x33')](_0x6ab13b)||isAttributiveTargetModifier(_0x6ab13b))continue;return!![];}return![];}function isFinitePredicateBeforeParenthetical(_0x64e7c5,_0x3677c3,_0x59fce8){const _0x4a38f0=_0x52d82d,_0x408730=_0x64e7c5[_0x3677c3]?.['\x76\x61\x6c\x75\x65']??'';if(KNOWN_FINITE_PREDICATE_TERMS[_0x4a38f0(0x776,'\x71\x67\x67\x65')](_0x408730)||/n't$/u[_0x4a38f0(0x356,'\x76\x43\x76\x33')](_0x408730))return!![];return _0x408730[_0x4a38f0(0x6b8,'\x4a\x4b\x71\x47')]('\x65\x64')&&hasSubjectBeforeRegularPast(_0x64e7c5,_0x3677c3,_0x59fce8);}function isParentheticalIfNotModifier(_0x22b821,_0x242534){const _0x10c67b=_0x52d82d;if(_0x22b821[_0x242534]?.[_0x10c67b(0x6da,'\x6f\x6c\x73\x72')]!=='\x69\x66'||_0x22b821[_0x242534+(0x153f+0x13*0xca+0x243c*-0x1)]?.['\x76\x61\x6c\x75\x65']!==_0x10c67b(0x1a8,'\x6f\x6c\x73\x72'))return![];const _0x3bdfd7=_0x22b821[_0x242534+(-0x14f8+-0x130+0x162a)],_0x3e66cf=_0x22b821[_0x242534+(-0xae2+0x1676+-0xb91)],_0x5665b5=_0x3bdfd7?.[_0x10c67b(0x73c,'\x4a\x4b\x71\x47')]===_0x22b821[_0x242534]?.['\x63\x6c\x61\x75\x73\x65']&&(_0x3e66cf===undefined||_0x3e66cf['\x63\x6c\x61\x75\x73\x65']!==_0x3bdfd7[_0x10c67b(0x258,'\x57\x5a\x32\x5a')]||_0x3e66cf[_0x10c67b(0x38b,'\x4b\x61\x4b\x59')+_0x10c67b(0x6eb,'\x35\x31\x21\x71')]);if(!_0x5665b5)return![];if(/ly$/u[_0x10c67b(0x430,'\x42\x69\x23\x44')](_0x3bdfd7[_0x10c67b(0x690,'\x54\x67\x4a\x35')]))return!![];if(!_0x22b821[_0x242534]?.[_0x10c67b(0x5a4,'\x67\x5b\x49\x52')+'\x6f\x72\x65']||!NON_ADVERBIAL_PARENTHETICAL_IF_NOT_TERMS[_0x10c67b(0x627,'\x4c\x4a\x73\x70')](_0x3bdfd7['\x76\x61\x6c\x75\x65']))return![];const _0x646ba4=Math[_0x10c67b(0x21d,'\x6e\x33\x6b\x6e')](-0x1*-0x1f30+0x25*0x42+-0x28ba,_0x242534-MAX_REQUIRED_SUBJECT_LOOKBACK);for(let _0x21f58b=_0x242534-(-0x9*0x44+0x46*-0x2e+0xef9);_0x21f58b>=_0x646ba4&&_0x22b821[_0x21f58b]?.[_0x10c67b(0x826,'\x46\x66\x49\x71')]===_0x3bdfd7[_0x10c67b(0x6d2,'\x4b\x61\x4b\x59')];_0x21f58b-=-0x14ef+0x2691+0x11a1*-0x1){if(_0x10c67b(0x73d,'\x4b\x71\x4c\x6e')!==_0x10c67b(0x5cd,'\x4c\x4a\x73\x70'))return _0x58426f(_0x4c827e,_0x51a7bf)||_0x4e07cb(_0x2c504d,_0x147511[_0x10c67b(0x795,'\x4f\x73\x42\x5a')+_0x10c67b(0x484,'\x72\x6c\x64\x52')+'\x73'])||_0x206998&&!_0x21d50f(_0x565923,_0x4f097f)&&_0x14bab1(_0x592a32)[_0x10c67b(0x20f,'\x43\x66\x46\x47')+'\x6e\x61\x6c'][_0x10c67b(0x622,'\x67\x5b\x49\x52')](_0x33ddf7);else{const _0x203e1c=_0x22b821[_0x21f58b]?.[_0x10c67b(0x6da,'\x6f\x6c\x73\x72')]??'';if(PREDICATE_COORDINATOR_TERMS[_0x10c67b(0x257,'\x45\x53\x66\x41')](_0x203e1c)||PREDICATE_SCOPE_RESET_TERMS[_0x10c67b(0x70e,'\x50\x75\x76\x57')](_0x203e1c))return![];if(isFinitePredicateBeforeParenthetical(_0x22b821,_0x21f58b,_0x646ba4))return!![];}}return![];}function isParentheticalIfAnythingModifier(_0x245090,_0x59e034){const _0x4e7860=_0x52d82d,_0x2ab398=_0x245090[_0x59e034],_0x4d060f=_0x245090[_0x59e034+(0xd*0x118+0x1b55*0x1+-0x298c)],_0x2c5e7a=_0x245090[_0x59e034+(0x15d*0xa+-0x1dfd+-0x3b*-0x47)];if(_0x2ab398?.[_0x4e7860(0x651,'\x5d\x77\x61\x46')]!=='\x69\x66'||_0x4d060f?.[_0x4e7860(0x1a6,'\x6e\x4f\x26\x45')]!==_0x4e7860(0x810,'\x4b\x61\x4b\x59')||_0x4d060f[_0x4e7860(0x17e,'\x4b\x78\x45\x56')]!==_0x2ab398[_0x4e7860(0x826,'\x46\x66\x49\x71')])return![];const _0x1f46bc=_0x2c5e7a!==undefined&&_0x2c5e7a[_0x4e7860(0x15a,'\x43\x31\x24\x6b')]===_0x4d060f[_0x4e7860(0x659,'\x54\x4e\x6b\x5d')]&&COMMA_DELIMITED_PREPOSITION_TERMS[_0x4e7860(0x6d0,'\x5d\x77\x61\x46')](_0x2c5e7a[_0x4e7860(0x3fd,'\x43\x66\x46\x47')]),_0x10732b=_0x2c5e7a!==undefined&&_0x2c5e7a[_0x4e7860(0x6bb,'\x43\x66\x46\x47')]===_0x4d060f[_0x4e7860(0x1f0,'\x71\x71\x66\x5e')]&&TARGET_SCOPE_RESET_TERMS_LOCAL['\x68\x61\x73'](_0x2c5e7a[_0x4e7860(0x566,'\x5d\x29\x53\x66')]),_0xf88f99=_0x2c5e7a===undefined||_0x2c5e7a['\x63\x6c\x61\x75\x73\x65']!==_0x4d060f[_0x4e7860(0x659,'\x54\x4e\x6b\x5d')]||_0x2c5e7a[_0x4e7860(0x39e,'\x47\x64\x37\x28')+_0x4e7860(0x68e,'\x42\x69\x23\x44')]||_0x1f46bc||_0x10732b;return _0xf88f99&&(_0x59e034===0x1*0x1e16+0x1505+-0x331b||_0x2ab398[_0x4e7860(0x7b9,'\x5d\x29\x53\x66')+_0x4e7860(0x76e,'\x54\x67\x4a\x35')]||_0x2c5e7a===undefined||_0x1f46bc||_0x10732b);}function isMentionedConditionalMarker(_0x555db6,_0x3c4aa9){const _0x2ebc29=_0x52d82d,_0x4c1200=_0x555db6[_0x3c4aa9],_0x2eb3dd=_0x555db6[_0x3c4aa9-(-0x1e09+0xdb1+0x1059)];return _0x4c1200!==undefined&&_0x2eb3dd?.[_0x2ebc29(0x1fb,'\x33\x73\x77\x6d')]===_0x4c1200[_0x2ebc29(0x659,'\x54\x4e\x6b\x5d')]&&CONDITIONAL_MARKER_MENTION_HEAD_TERMS[_0x2ebc29(0x4a7,'\x33\x73\x77\x6d')](_0x2eb3dd[_0x2ebc29(0x5dc,'\x35\x31\x21\x71')]);}function embeddedIfGovernorIndex(_0x547e17,_0x552c27){const _0x939dee=_0x52d82d,_0x36a570=_0x547e17[_0x552c27];if(_0x36a570?.[_0x939dee(0x5d7,'\x2a\x35\x33\x38')]!=='\x69\x66'||_0x36a570[_0x939dee(0x4b5,'\x79\x6c\x5b\x4e')+_0x939dee(0x15d,'\x7a\x49\x51\x23')])return undefined;for(let _0x2f3fff=_0x552c27-(0x2*-0x7c2+-0xbf5*-0x1+0x30*0x13);_0x2f3fff>=-0xf46*-0x2+-0x164b+-0x841;_0x2f3fff-=0x8aa+-0x1*-0x67+-0x910){if(_0x939dee(0x471,'\x43\x31\x24\x6b')!==_0x939dee(0x779,'\x78\x62\x68\x4d')){const _0x4d6d89=_0x547e17[_0x2f3fff];if(!_0x4d6d89||_0x4d6d89[_0x939dee(0x390,'\x6e\x33\x6b\x6e')]!==_0x36a570['\x63\x6c\x61\x75\x73\x65'])return undefined;const _0x47b094=_0x4d6d89[_0x939dee(0x4df,'\x4a\x4b\x71\x47')];if(EMBEDDED_IF_GOVERNOR_TERMS[_0x939dee(0x4f1,'\x58\x55\x4e\x39')](_0x47b094))return _0x2f3fff;if(PREDICATE_COORDINATOR_TERMS[_0x939dee(0x64d,'\x71\x70\x25\x76')](_0x47b094)||CONDITIONAL_MARKER_TERMS['\x68\x61\x73'](_0x47b094)||AFFIRMATIVE_ACTION_FORMS[_0x939dee(0x650,'\x63\x30\x44\x71')](_0x47b094)||isFinitePredicateTerm(_0x47b094))return undefined;if(_0x547e17[_0x2f3fff+(-0x1286+0x1*0x1f1b+-0xc94)]?.[_0x939dee(0x7b9,'\x5d\x29\x53\x66')+_0x939dee(0x3c2,'\x4c\x72\x6f\x49')])return undefined;}else{if(!_0x5d964c(_0x3d713b,_0x566692))_0x2fa0f6['\x70\x75\x73\x68'](_0xa072ea[_0x939dee(0x877,'\x71\x78\x4a\x71')][_0x4aa4f9]?.['\x76\x61\x6c\x75\x65']??'');}}return undefined;}function isEmbeddedIfComplement(_0x4b2660,_0xb0590){return embeddedIfGovernorIndex(_0x4b2660,_0xb0590)!==undefined;}function isFactualProvidedPredicate(_0x237c3e,_0x3c2f90){const _0x2aa943=_0x52d82d,_0x3d64d4=_0x237c3e[_0x3c2f90];if(_0x3d64d4?.[_0x2aa943(0x64f,'\x72\x6c\x64\x52')]!==_0x2aa943(0x11d,'\x4c\x72\x6f\x49')||_0x3d64d4[_0x2aa943(0x4b5,'\x79\x6c\x5b\x4e')+_0x2aa943(0x131,'\x5d\x77\x66\x70')])return![];let _0x258c71=_0x3c2f90;for(let _0x9fd9b7=_0x3c2f90-(-0x1910+-0x9f2+0x2303);_0x9fd9b7>=0x126*0x4+-0x22bc+0x1e24;_0x9fd9b7-=0x1*0x962+0xf3*-0x19+-0xa7*-0x16){const _0x4f3208=_0x237c3e[_0x9fd9b7];if(!_0x4f3208||_0x4f3208[_0x2aa943(0x4f4,'\x35\x31\x21\x71')]!==_0x3d64d4[_0x2aa943(0x7f,'\x5d\x77\x61\x46')])break;if(_0x237c3e[_0x9fd9b7+(-0x1b8c+-0x2b*0xb2+0x3973)]?.['\x63\x6f\x6d\x6d\x61\x42\x65\x66'+_0x2aa943(0x413,'\x4b\x71\x4c\x6e')]||PREDICATE_COORDINATOR_TERMS[_0x2aa943(0x56b,'\x72\x67\x51\x66')](_0x4f3208[_0x2aa943(0x4df,'\x4a\x4b\x71\x47')]))break;_0x258c71=_0x9fd9b7;}if(_0x258c71===_0x3c2f90)return![];for(let _0x5905cc=_0x258c71;_0x5905cc<_0x3c2f90;_0x5905cc+=0x1*0x1011+0x2555+-0x3565){const _0x1379e1=_0x237c3e[_0x5905cc]?.[_0x2aa943(0x28d,'\x71\x78\x4a\x71')]??'';if(AFFIRMATIVE_ACTION_FORMS['\x68\x61\x73'](_0x1379e1)||isFinitePredicateTerm(_0x1379e1)||KNOWN_EVIDENCE_ACTION_TERMS[_0x2aa943(0x24f,'\x4c\x56\x21\x6e')](_0x1379e1))return![];}return hasSubjectBeforeRegularPast(_0x237c3e,_0x3c2f90,_0x258c71);}function isConditionalMarkerUse(_0x2c1694,_0x4df608){const _0x4ec36b=_0x52d82d,_0x36c554=_0x2c1694[_0x4df608]?.[_0x4ec36b(0x5dc,'\x35\x31\x21\x71')]??'';if(!CONDITIONAL_MARKER_TERMS[_0x4ec36b(0x6d0,'\x5d\x77\x61\x46')](_0x36c554)||isAdjectivalProvided(_0x2c1694,_0x4df608)||isFactualProvidedPredicate(_0x2c1694,_0x4df608)||isParentheticalIfNotModifier(_0x2c1694,_0x4df608)||isParentheticalIfAnythingModifier(_0x2c1694,_0x4df608)||isMentionedConditionalMarker(_0x2c1694,_0x4df608)||isEmbeddedIfComplement(_0x2c1694,_0x4df608))return![];if(!TEMPORAL_CONDITIONAL_MARKER_TERMS['\x68\x61\x73'](_0x36c554))return!![];if(isFactualTemporalMarkerUse(_0x2c1694,_0x4df608))return![];const _0x100687=_0x2c1694[_0x4df608]?.[_0x4ec36b(0x476,'\x71\x70\x25\x76')];let _0x504b6d=_0x4df608;while(_0x504b6d>0x2c5+-0x305+0x4*0x10&&_0x2c1694[_0x504b6d-(-0x1435+-0x32+0x51a*0x4)]?.[_0x4ec36b(0x31e,'\x4b\x71\x4c\x6e')]===_0x100687)_0x504b6d-=-0x21fe*-0x1+0x11bb+-0x52c*0xa;if(_0x36c554===_0x4ec36b(0x653,'\x35\x25\x6c\x69')){if(_0x4ec36b(0x7a1,'\x43\x31\x24\x6b')===_0x4ec36b(0xc7,'\x48\x49\x45\x24')){const _0x55165d=_0x3d857b(_0x39a373,_0x338860,_0x27760b[_0x4ec36b(0x30e,'\x21\x64\x5d\x35')+'\x78']);if(_0x55165d!==_0x30ca0f)return!_0x2ab0f5(_0x3149db,_0x55165d,_0x2b28f1[_0x4ec36b(0x57b,'\x46\x66\x49\x71')+'\x78']);return _0xf90bdd(_0xfbd916,_0x107eb3,_0x10be77[_0x4ec36b(0x63a,'\x4b\x78\x45\x56')+'\x78']);}else{let _0x28e5e6=_0x504b6d;for(let _0x38fd36=_0x4df608-(0x2*-0x114+0x4*-0x34a+0x1*0xf51);_0x38fd36>=_0x504b6d;_0x38fd36-=0x7*-0xc1+0xf09+0x1*-0x9c1){if(_0x4ec36b(0x6ef,'\x45\x53\x66\x41')!==_0x4ec36b(0x693,'\x7a\x49\x51\x23'))_0x1b519e[_0x4ec36b(0x25a,'\x5d\x29\x53\x66')]({'\x73\x74\x61\x72\x74':_0x5c7371,'\x65\x6e\x64':_0x20da7b});else{if(PREDICATE_COORDINATOR_TERMS[_0x4ec36b(0x5bd,'\x4b\x61\x4b\x59')](_0x2c1694[_0x38fd36]?.['\x76\x61\x6c\x75\x65']??'')){_0x28e5e6=_0x38fd36+(0x22a4+0xe15+-0x617*0x8);break;}}}let _0x2ac5d6=_0x4df608+(-0xcad+-0xeeb+0x1b99);while(_0x2c1694[_0x2ac5d6]?.[_0x4ec36b(0x600,'\x50\x75\x76\x57')]===_0x100687&&/ly$/u[_0x4ec36b(0x112,'\x71\x70\x25\x76')](_0x2c1694[_0x2ac5d6]?.[_0x4ec36b(0x81a,'\x54\x4e\x6b\x5d')]??''))_0x2ac5d6+=-0xd*0x20c+-0x1954*-0x1+-0x1*-0x149;const _0x1645fc=_0x2c1694[_0x2ac5d6],_0x73e97e=_0x1645fc?.[_0x4ec36b(0x32e,'\x72\x67\x51\x66')]??'',_0x3c2ffe=_0x1645fc!==undefined&&_0x1645fc['\x63\x6c\x61\x75\x73\x65']===_0x100687&&!_0x1645fc['\x63\x6f\x6d\x6d\x61\x42\x65\x66'+_0x4ec36b(0x7ed,'\x21\x64\x5d\x35')]&&(isFinitePredicateTerm(_0x73e97e)||INDEPENDENT_AFFIRMATIVE_AUXILIARIES[_0x4ec36b(0x16c,'\x4a\x4b\x71\x47')](_0x73e97e)||KNOWN_EVIDENCE_ACTION_TERMS[_0x4ec36b(0x4a7,'\x33\x73\x77\x6d')](_0x73e97e));if(_0x3c2ffe&&hasSubjectBeforeRegularPast(_0x2c1694,_0x4df608,_0x28e5e6))return![];}}return conditionalScopeStart(_0x2c1694,_0x504b6d,_0x4df608)===_0x4df608;}function isFactualTemporalMarkerUse(_0x338e4f,_0x18c28d){const _0x237018=_0x52d82d,_0x314237=_0x338e4f[_0x18c28d]?.[_0x237018(0x65f,'\x7a\x4e\x66\x66')]??'',_0x31cdff=_0x338e4f[_0x18c28d-(0x564+0x17eb+0xea7*-0x2)]?.[_0x237018(0x28d,'\x71\x78\x4a\x71')]??'',_0x42651a=_0x338e4f[_0x18c28d+(-0x16b2+-0x17d6+0x2e89*0x1)]?.[_0x237018(0x5d5,'\x34\x36\x4f\x47')]??'';return _0x314237===_0x237018(0x17c,'\x6e\x4f\x26\x45')&&isFactualOnceUse(_0x338e4f,_0x18c28d)||_0x314237===_0x237018(0x78b,'\x35\x25\x6c\x69')&&(['\x61',_0x237018(0x313,'\x71\x67\x67\x65'),_0x237018(0x3af,'\x45\x53\x66\x41'),'\x74\x68\x69\x73'][_0x237018(0x54e,'\x67\x5b\x49\x52')](_0x31cdff)||_0x42651a===_0x237018(0x108,'\x42\x69\x23\x44'));}function isFactualOnceUse(_0x89943,_0x502d23){const _0x3531d8=_0x52d82d;if(_0x89943[_0x502d23]?.[_0x3531d8(0xf6,'\x71\x70\x25\x76')]!==_0x3531d8(0x17c,'\x6e\x4f\x26\x45'))return![];const _0x43a325=_0x89943[_0x502d23-(-0x11*0x107+-0x2522+0x369a)]?.[_0x3531d8(0x32e,'\x72\x67\x51\x66')]??'',_0x23af17=_0x89943[_0x502d23+(0x76c+-0x1569+-0x2*-0x6ff)]?.[_0x3531d8(0x5dc,'\x35\x31\x21\x71')]??'';return _0x89943[_0x502d23]?.[_0x3531d8(0x64e,'\x71\x67\x67\x65')]===!![]||['\x61\x74','\x66\x6f\x72','\x6a\x75\x73\x74'][_0x3531d8(0x1e1,'\x5d\x55\x50\x70')](_0x43a325)||['\x61\x67\x61\x69\x6e',_0x3531d8(0x3a5,'\x78\x62\x68\x4d'),_0x3531d8(0x10d,'\x79\x6c\x5b\x4e')]['\x69\x6e\x63\x6c\x75\x64\x65\x73'](_0x23af17);}function hasMatrixSubjectBeforeTemporalAdjunct(_0x32c0ea,_0x43bd88){const _0x44e2a1=_0x52d82d,_0x3c24fa=_0x32c0ea[_0x44e2a1(0x81c,'\x78\x62\x68\x4d')](Math[_0x44e2a1(0x832,'\x71\x67\x67\x65')](0x5a2+0x1459*0x1+-0x19fb,_0x43bd88-(-0xb94+0x1*-0x1098+0x1d2c)),_0x43bd88)[_0x44e2a1(0x244,'\x43\x31\x24\x6b')](/[.!?;\r\n]/u)[_0x44e2a1(0x365,'\x6e\x4f\x26\x45')]()??'',_0x40a646=_0x3c24fa[_0x44e2a1(0x5a9,'\x34\x36\x4f\x47')](_0x3c24fa['\x6c\x61\x73\x74\x49\x6e\x64\x65'+_0x44e2a1(0x1d5,'\x7a\x49\x51\x23')]('\x2c')+(0x1*-0xb2d+-0x1940+0x246e)),_0x452a89=normalize(_0x40a646)['\x73\x70\x6c\x69\x74']('\x20')[_0x44e2a1(0x209,'\x34\x36\x4f\x47')](Boolean);if(_0x452a89[_0x44e2a1(0x315,'\x2a\x35\x33\x38')]===-0x3*-0x89e+0x35*-0x1d+-0x13d9)return![];if(_0x452a89[_0x44e2a1(0x252,'\x78\x62\x68\x4d')](_0x114551=>SUBJECT_PRONOUN_TERMS[_0x44e2a1(0x201,'\x35\x25\x6c\x69')](_0x114551)))return!![];if(_0x452a89[_0x44e2a1(0x231,'\x71\x71\x66\x5e')]((_0x24fede,_0xb243cc)=>SUBJECT_ARTICLE_TERMS[_0x44e2a1(0x4e7,'\x5d\x77\x66\x70')](_0x24fede)&&_0xb243cc+(0x76d+-0x1*-0x7f1+-0xf5d)<_0x452a89[_0x44e2a1(0x33f,'\x78\x62\x68\x4d')]))return!![];if(_0x452a89[_0x44e2a1(0x62a,'\x4e\x45\x71\x42')]((_0x591b60,_0x363406)=>NEGATIVE_EVIDENCE_DETERMINERS[_0x44e2a1(0x6d0,'\x5d\x77\x61\x46')](_0x591b60)&&_0x363406+(0x7d*-0x2e+-0x2197+-0x19a*-0x23)<_0x452a89[_0x44e2a1(0x85c,'\x6f\x6c\x73\x72')]))return!![];const _0x3d8ee6=_0x452a89[-0x1*-0xb94+-0x4f8*-0x7+0x204*-0x17]??'';return!LEADING_CLAUSE_MODIFIER_TERMS[_0x44e2a1(0x30c,'\x43\x31\x24\x6b')](_0x3d8ee6)&&!COMMA_DELIMITED_PREPOSITION_TERMS[_0x44e2a1(0x15b,'\x2a\x35\x33\x38')](_0x3d8ee6)&&!NON_SUBJECT_PREFIX_TERMS[_0x44e2a1(0x487,'\x47\x64\x37\x28')](_0x3d8ee6)&&!/ly$/u['\x74\x65\x73\x74'](_0x3d8ee6);}function stripFactualTemporalParentheticals(_0xb774aa){return _0xb774aa['\x72\x65\x70\x6c\x61\x63\x65'](COMMA_DELIMITED_TEMPORAL_RE,(_0x21bf38,_0x31e26f,_0x30e349)=>{const _0x12ef9f=_0x1b9c;if(_0x12ef9f(0x19f,'\x4b\x71\x4c\x6e')!=='\x4c\x4f\x75\x66\x6e'){if(!hasMatrixSubjectBeforeTemporalAdjunct(_0x30e349,_0x31e26f))return _0x21bf38;const _0x508187=_0x31e26f+_0x21bf38[_0x12ef9f(0x341,'\x43\x31\x24\x6b')],_0x31e5b2=_0x30e349[_0x12ef9f(0x402,'\x71\x70\x25\x76')](_0x508187,_0x508187+(-0x6*-0x53b+-0x1b96*0x1+-0x1*0x2cc))[_0x12ef9f(0x6ab,'\x50\x75\x76\x57')](/[.!?;\r\n]/u,-0x20d4+-0x13dd+-0xa*-0x545)[-0x3*-0x3ab+0x2333+-0x2e34]??'',_0x266876=normalize(_0x31e5b2)[_0x12ef9f(0x226,'\x42\x69\x23\x44')]('\x20')[_0x12ef9f(0x423,'\x46\x66\x49\x71')](Boolean),_0x8dbc75=_0x266876[_0x12ef9f(0x702,'\x76\x43\x76\x33')](0x60a+0x35b*-0x5+0x1*0xabd,0x3d*0x1d+-0x7*0x1e7+0x19b*0x4)[_0x12ef9f(0x677,'\x54\x4e\x6b\x5d')](_0x1bf94e=>MODAL_AUXILIARY_TERMS['\x68\x61\x73'](_0x1bf94e)||SEMI_MODAL_AUXILIARY_TERMS[_0x12ef9f(0x24f,'\x4c\x56\x21\x6e')](_0x1bf94e));return _0x8dbc75?_0x21bf38:'\x20';}else{const _0x4f5612=_0x3ca05a[_0x3ed3f2],_0x154cad=_0x470333[_0x2b5dc0+(-0x1edc+-0x18*0x5+0x1f55)],_0x444710=_0x5d38de[_0x31eb4b+(0x1060+0x6a*0x59+0x6a7*-0x8)];if(_0x4f5612?.[_0x12ef9f(0xf6,'\x71\x70\x25\x76')]!=='\x69\x66'||_0x154cad?.['\x76\x61\x6c\x75\x65']!==_0x12ef9f(0x7c9,'\x5d\x29\x53\x66')||_0x154cad[_0x12ef9f(0x424,'\x7a\x49\x51\x23')]!==_0x4f5612['\x63\x6c\x61\x75\x73\x65'])return![];const _0x4e7624=_0x444710!==_0xfda1f0&&_0x444710[_0x12ef9f(0x98,'\x58\x55\x4e\x39')]===_0x154cad[_0x12ef9f(0x6d2,'\x4b\x61\x4b\x59')]&&_0x3f7383[_0x12ef9f(0x753,'\x67\x5b\x49\x52')](_0x444710[_0x12ef9f(0x1a0,'\x57\x5a\x32\x5a')]),_0x280797=_0x444710!==_0x2713f5&&_0x444710[_0x12ef9f(0x1fb,'\x33\x73\x77\x6d')]===_0x154cad[_0x12ef9f(0x73c,'\x4a\x4b\x71\x47')]&&_0x59b1de[_0x12ef9f(0x2e1,'\x46\x66\x49\x71')](_0x444710[_0x12ef9f(0x5d5,'\x34\x36\x4f\x47')]),_0x13b8ea=_0x444710===_0x1f6912||_0x444710[_0x12ef9f(0x424,'\x7a\x49\x51\x23')]!==_0x154cad[_0x12ef9f(0x6bb,'\x43\x66\x46\x47')]||_0x444710[_0x12ef9f(0x852,'\x35\x25\x6c\x69')+'\x6f\x72\x65']||_0x4e7624||_0x280797;return _0x13b8ea&&(_0xffec55===-0x58f*0x4+0x2*0x95+0x57*0x3e||_0x4f5612[_0x12ef9f(0x453,'\x6e\x4f\x26\x45')+_0x12ef9f(0x37f,'\x71\x67\x67\x65')]||_0x444710===_0x2ef743||_0x4e7624||_0x280797);}});}function conditionalScopeStart(_0x33ec3e,_0xc11dff,_0x3b24db){const _0x371d44=_0x52d82d;let _0x464124=_0xc11dff;for(let _0x59ad6=_0x3b24db-(0x25fd+-0x216f+-0x48d*0x1);_0x59ad6>=_0xc11dff;_0x59ad6-=0xf3+0x252+0x16*-0x26){if(_0x371d44(0x2cb,'\x21\x64\x5d\x35')===_0x371d44(0x754,'\x4b\x71\x4c\x6e'))return _0x371d44(0x3a9,'\x4c\x72\x6f\x49')+_0xad9552(_0x371d44(0x6cd,'\x4c\x4a\x73\x70'))[_0x371d44(0x3b9,'\x63\x30\x44\x71')](_0x56ea04)[_0x371d44(0x207,'\x4a\x4b\x71\x47')](_0x371d44(0x39a,'\x54\x67\x4a\x35'));else{if(PREDICATE_COORDINATOR_TERMS[_0x371d44(0x753,'\x67\x5b\x49\x52')](_0x33ec3e[_0x59ad6]?.[_0x371d44(0x32e,'\x72\x67\x51\x66')]??'')){_0x464124=_0x59ad6+(-0x12e9+-0x315+0x15ff);break;}}}for(let _0x438acd=_0x464124;_0x438acd<_0x3b24db;_0x438acd+=0x539+-0x19ee+-0x14b6*-0x1){if(_0x371d44(0x4b3,'\x4f\x73\x42\x5a')!==_0x371d44(0x625,'\x5d\x77\x61\x46'))_0x48171b+=-0x21f+-0x13ad+-0x1*-0x15cd;else{const _0x38ca0b=_0x33ec3e[_0x438acd]?.[_0x371d44(0x45b,'\x43\x31\x24\x6b')]??'';if(isFinitePredicateTerm(_0x38ca0b)||KNOWN_EVIDENCE_ACTION_TERMS[_0x371d44(0x592,'\x7a\x49\x51\x23')](_0x38ca0b)||_0x38ca0b[_0x371d44(0x71b,'\x35\x31\x21\x71')](_0x371d44(0x6f9,'\x5a\x25\x5a\x6f')))return _0x464124;}}return _0x3b24db;}function lexRequiredEvidence(_0x4bddc5){const _0x4e7323=_0x52d82d,_0x4c811c=stripFactualTemporalParentheticals(_0x4bddc5[_0x4e7323(0x4be,'\x6f\x6c\x73\x72')](REDACTION_MARKER_RE,'\x20'))[_0x4e7323(0x2e2,'\x7a\x4e\x66\x66')+_0x4e7323(0x2d8,'\x72\x67\x51\x66')]()[_0x4e7323(0x3a6,'\x67\x5b\x49\x52')](/[\u2018\u2019]/g,'\x27'),_0x3582a6=[],_0x37ccb4=_0x4c811c[_0x4e7323(0x1ef,'\x78\x62\x68\x4d')](/[a-z0-9_]+(?:'[a-z]+)?/gu);let _0x38eef4=-0x73f*-0x2+-0x12be*-0x1+0x1*-0x213c,_0x435dcb=0x2146+0x6*0x653+0x4*-0x11ce;for(const _0x2702f7 of _0x37ccb4){if(_0x4e7323(0x256,'\x5d\x77\x61\x46')===_0x4e7323(0x462,'\x5d\x55\x50\x70')){if(!/[^aeiou]y$/u[_0x4e7323(0x71c,'\x58\x55\x4e\x39')](_0x41fc7c))_0x5f3dba['\x61\x64\x64'](_0x1c4295+'\x65\x64');_0x264845[_0x4e7323(0x4fd,'\x7a\x4e\x66\x66')](_0x326618+_0x4e7323(0x52c,'\x79\x41\x65\x21'));}else{if(_0x3582a6['\x6c\x65\x6e\x67\x74\x68']>=MAX_REQUIRED_EVIDENCE_TERMS)break;const _0x583fd1=_0x2702f7[_0x4e7323(0x3a4,'\x71\x67\x67\x65')],_0x15ff7a=_0x583fd1+_0x2702f7[-0x24c2+-0x1*0x267e+0x4b40][_0x4e7323(0x472,'\x5d\x77\x61\x46')],_0x557def=_0x4c811c[_0x4e7323(0x10e,'\x4a\x4b\x71\x47')](_0x38eef4,_0x583fd1);if(_0x3582a6[_0x4e7323(0x33f,'\x78\x62\x68\x4d')]>0x283*0x3+-0x19aa+0x1221&&/[.!?;\r\n]/u[_0x4e7323(0x4c0,'\x5d\x77\x66\x70')](_0x557def))_0x435dcb+=-0xf56+0x20e3*-0x1+0x1*0x303a;_0x3582a6[_0x4e7323(0x77f,'\x42\x69\x23\x44')]({'\x76\x61\x6c\x75\x65':_0x2702f7[-0x1*0xb9c+0x25c1*-0x1+0x1*0x315d],'\x73\x74\x61\x72\x74':_0x583fd1,'\x65\x6e\x64':_0x15ff7a,'\x63\x6c\x61\x75\x73\x65':_0x435dcb,'\x63\x6f\x6d\x6d\x61\x42\x65\x66\x6f\x72\x65':_0x557def[_0x4e7323(0x827,'\x4b\x71\x4c\x6e')]('\x2c'),'\x63\x6f\x6d\x70\x6f\x75\x6e\x64':_0x4c811c[_0x583fd1-(0x2417+0x1d6e+-0x4184)]==='\x2d'||_0x4c811c[_0x15ff7a]==='\x2d'}),_0x38eef4=_0x15ff7a;}}const _0x5abb79=Array[_0x4e7323(0x51d,'\x4b\x61\x4b\x59')]({'\x6c\x65\x6e\x67\x74\x68':_0x3582a6[_0x4e7323(0x833,'\x4f\x73\x42\x5a')]},()=>![]),_0x15ece4=Array[_0x4e7323(0x1b5,'\x71\x71\x66\x5e')]({'\x6c\x65\x6e\x67\x74\x68':_0x3582a6[_0x4e7323(0x1e0,'\x71\x78\x4a\x71')]},()=>![]),_0x61b4f5=Array[_0x4e7323(0x70a,'\x2a\x35\x33\x38')]({'\x6c\x65\x6e\x67\x74\x68':_0x3582a6[_0x4e7323(0x472,'\x5d\x77\x61\x46')]},()=>0x477+-0x22d4+0x1e5d),_0x44be64=Array[_0x4e7323(0x591,'\x54\x67\x4a\x35')]({'\x6c\x65\x6e\x67\x74\x68':_0x3582a6['\x6c\x65\x6e\x67\x74\x68']},()=>_0x3582a6['\x6c\x65\x6e\x67\x74\x68']);for(let _0x1cebcb=-0x2361+-0x26cf*0x1+0x4a30;_0x1cebcb<_0x3582a6[_0x4e7323(0x85f,'\x76\x43\x76\x33')];_0x1cebcb+=-0x7c1+0x1*-0x493+0x11f*0xb){if(_0x4e7323(0x788,'\x67\x5b\x49\x52')!==_0x4e7323(0x441,'\x45\x53\x66\x41')){const _0x266364=_0x504939[_0x4e7323(0x664,'\x42\x69\x23\x44')](_0x40b003=>_0x40b003[_0x4e7323(0x674,'\x43\x31\x24\x6b')]===_0x5442b3);return _0x266364[_0x4e7323(0x605,'\x79\x41\x65\x21')](_0x2894b7=>_0x2ad09a[_0x4e7323(0x627,'\x4c\x4a\x73\x70')](_0x2894b7['\x74\x65\x78\x74']))[_0x4e7323(0x341,'\x43\x31\x24\x6b')]<_0x56416e[_0x4e7323(0xdf,'\x79\x6c\x5b\x4e')](0xfce+-0x1*-0x1e21+-0x2ded,_0x266364[_0x4e7323(0x764,'\x47\x64\x37\x28')]);}else{if(isFactualOnceUse(_0x3582a6,_0x1cebcb))_0x5abb79[_0x1cebcb]=!![];}}let _0x1ab3df=-0x216f+-0xe47+0x2fb6;for(let _0x8dc219=0x1fed+-0x1a1a+-0x5d3*0x1;_0x8dc219<_0x3582a6[_0x4e7323(0x593,'\x46\x66\x49\x71')];_0x8dc219+=0x1716+-0x17f3*-0x1+0x38*-0xd7){if(_0x4e7323(0x30f,'\x79\x41\x65\x21')===_0x4e7323(0x1d9,'\x6e\x33\x6b\x6e')){const _0x5894db=_0x59d1d9(_0x478f2a);for(let _0x107f57=0x230b+-0x5d5+0x1*-0x1d35;_0x107f57<_0x5894db[_0x4e7323(0x892,'\x4f\x73\x42\x5a')][_0x4e7323(0x39f,'\x67\x5b\x49\x52')];_0x107f57+=-0xc69+-0x133*-0x1+0xb37){const _0x2b5448=_0x5894db[_0x4e7323(0x52f,'\x4c\x72\x6f\x49')][_0x107f57]?.[_0x4e7323(0x5d5,'\x34\x36\x4f\x47')]??'',_0x1e06ac=['\x64\x69\x64',_0x4e7323(0x2dc,'\x4b\x78\x45\x56'),_0x4e7323(0x75e,'\x43\x66\x46\x47'),_0x4e7323(0x678,'\x50\x75\x76\x57')][_0x4e7323(0x706,'\x79\x6c\x5b\x4e')](_0x2b5448)||_0x2b5448['\x65\x6e\x64\x73\x57\x69\x74\x68']('\x65\x64')||_0x12a682[_0x4e7323(0x144,'\x4b\x78\x45\x56')](_0x2b5448);if(_0x1e06ac&&_0x5ad608(_0x5894db,0x1137+0x25*-0x91+0x3be,_0x107f57)===_0x4e7323(0x2b0,'\x54\x4e\x6b\x5d'))return!![];}return![];}else{if(_0x8dc219>-0xa77+0xf7d+-0x506&&_0x3582a6[_0x8dc219-(0x11f*-0x1c+0x15cd*0x1+-0x4*-0x266)]?.[_0x4e7323(0x195,'\x5d\x29\x53\x66')]!==_0x3582a6[_0x8dc219]?.[_0x4e7323(0xd4,'\x7a\x4e\x66\x66')])_0x1ab3df=_0x8dc219;_0x61b4f5[_0x8dc219]=_0x1ab3df;}}let _0x128659=_0x3582a6['\x6c\x65\x6e\x67\x74\x68'];for(let _0x4dff49=_0x3582a6[_0x4e7323(0x128,'\x4c\x72\x6f\x49')]-(-0xa7*0x3a+0x12ff*0x1+0x12d8);_0x4dff49>=-0x24a6+0x1bb*-0x8+0x327e;_0x4dff49-=0x11cc+-0x196d+0x7a2*0x1){const _0x4e5a09=_0x3582a6[_0x4dff49],_0x33028c=_0x3582a6[_0x4dff49+(-0x1*0x28d+-0x1cd*-0x10+0xd21*-0x2)];if(!_0x4e5a09)continue;(_0x33028c===undefined||_0x33028c['\x63\x6c\x61\x75\x73\x65']!==_0x4e5a09[_0x4e7323(0x98,'\x58\x55\x4e\x39')])&&(_0x128659=_0x4dff49+(0x11ad+-0x609+0xba3*-0x1)),_0x44be64[_0x4dff49]=_0x128659;}const _0x59d368=[];for(let _0x247d00=-0x241+0x1f4b*0x1+-0x7e*0x3b;_0x247d00+(0x27b+-0x148c+0x909*0x2)<_0x3582a6[_0x4e7323(0x3ac,'\x79\x41\x65\x21')];_0x247d00+=-0xf02*0x1+0x5*0x25+0xe4a){if(!isParentheticalIfNotModifier(_0x3582a6,_0x247d00))continue;const _0x5b10aa=_0x3582a6[_0x247d00][_0x4e7323(0xcb,'\x67\x5b\x49\x52')];let _0x256279=_0x247d00+(-0x83*-0xe+0x4*-0x337+0x5b3);while(_0x256279<_0x3582a6['\x6c\x65\x6e\x67\x74\x68']&&_0x3582a6[_0x256279]?.['\x63\x6c\x61\x75\x73\x65']===_0x5b10aa&&!_0x3582a6[_0x256279]?.['\x63\x6f\x6d\x6d\x61\x42\x65\x66'+_0x4e7323(0x7ed,'\x21\x64\x5d\x35')])_0x256279+=-0x12*0x1d7+-0x375*-0x9+-0x101*-0x2;if(_0x256279>=_0x3582a6[_0x4e7323(0x83a,'\x71\x71\x66\x5e')]||_0x3582a6[_0x256279]?.[_0x4e7323(0xd4,'\x7a\x4e\x66\x66')]!==_0x5b10aa)continue;const _0x1b5b96=_0x247d00===-0x2*-0x741+0x168c+-0xc5a*0x3||_0x3582a6[_0x247d00-(0xa*0x1bb+-0x2*0x92+0x1*-0x1029)]?.[_0x4e7323(0xd4,'\x7a\x4e\x66\x66')]!==_0x5b10aa||_0x3582a6[_0x247d00]?.[_0x4e7323(0x5ce,'\x43\x31\x24\x6b')+_0x4e7323(0x31b,'\x71\x71\x66\x5e')];if(!_0x1b5b96)continue;const _0x17694d=_0x247d00>0x11*-0xc1+-0x15d9*-0x1+-0x908&&_0x3582a6[_0x247d00-(0x36d*0x1+-0x1a82+0x1716)]?.[_0x4e7323(0x15a,'\x43\x31\x24\x6b')]===_0x5b10aa&&_0x3582a6[_0x247d00]?.[_0x4e7323(0x39e,'\x47\x64\x37\x28')+_0x4e7323(0x80e,'\x63\x30\x44\x71')];for(let _0x1e0f9b=_0x247d00;_0x1e0f9b<_0x256279;_0x1e0f9b+=-0x1*-0x1bc3+-0xab8*-0x2+-0x3132)_0x5abb79[_0x1e0f9b]=!![];_0x17694d&&(_0x15ece4[_0x247d00]=!![],_0x15ece4[_0x256279]=!![]),_0x247d00=_0x256279-(0x383*0x1+0x114*-0x5+0x1e2);}for(let _0x45e37d=0x1*0x21a9+0xa81+-0x2c2a*0x1;_0x45e37d<_0x3582a6[_0x4e7323(0x5b8,'\x71\x70\x25\x76')];_0x45e37d+=-0x1073+-0x1941+0x29b5){if(_0x4e7323(0x552,'\x54\x67\x4a\x35')!==_0x4e7323(0x19b,'\x6e\x33\x6b\x6e')){const _0x43fa93=_0x44fe4b[_0x3e153f];if(_0x43fa93<_0x532333[_0x4e7323(0x808,'\x35\x31\x21\x71')+'\x72\x74'])return _0xea2325;if(_0x43fa93<_0x27d964[_0x4e7323(0x351,'\x4f\x73\x42\x5a')+'\x78']&&_0x453789[_0x4e7323(0xc0,'\x72\x6c\x64\x52')+'\x78']-_0x43fa93<=_0x4d9443)return _0x43fa93;}else{const _0x1fd645=_0x3582a6[_0x45e37d]?.['\x76\x61\x6c\x75\x65']??'',_0x330af7=COMMA_DELIMITED_SUBORDINATOR_TERMS[_0x4e7323(0x1f3,'\x5d\x29\x53\x66')](_0x1fd645)||COMMA_DELIMITED_PREPOSITION_TERMS[_0x4e7323(0x24f,'\x4c\x56\x21\x6e')](_0x1fd645)||isBlockingRootPredicateModifierTerm(_0x1fd645)||/ly$/u['\x74\x65\x73\x74'](_0x1fd645);if(_0x5abb79[_0x45e37d]||!_0x330af7)continue;const _0x4cd039=_0x3582a6[_0x45e37d][_0x4e7323(0x783,'\x72\x6c\x64\x52')];let _0x5df868=_0x45e37d+(0x232*-0x6+-0x657+0x1384);while(_0x5df868<_0x3582a6[_0x4e7323(0x652,'\x57\x5a\x32\x5a')]&&_0x3582a6[_0x5df868]?.[_0x4e7323(0x1fc,'\x35\x25\x6c\x69')]===_0x4cd039&&!_0x3582a6[_0x5df868]?.['\x63\x6f\x6d\x6d\x61\x42\x65\x66'+_0x4e7323(0x3ef,'\x43\x66\x46\x47')])_0x5df868+=0x5*0x2dd+-0x3f3+-0xa5d;if(_0x5df868>=_0x3582a6[_0x4e7323(0x3ac,'\x79\x41\x65\x21')]||_0x3582a6[_0x5df868]?.[_0x4e7323(0x80a,'\x71\x78\x4a\x71')]!==_0x4cd039)continue;const _0x48b4b1=_0x45e37d===-0x1c72+-0x18dd+0x354f||_0x3582a6[_0x45e37d-(-0x6d*-0x7+0x25*-0xbf+0x18a1)]?.[_0x4e7323(0x53d,'\x34\x36\x4f\x47')]!==_0x4cd039||_0x3582a6[_0x45e37d]?.[_0x4e7323(0x2b2,'\x71\x70\x25\x76')+_0x4e7323(0x66a,'\x34\x36\x4f\x47')];if(!_0x48b4b1)continue;const _0x1bd9e1=_0x45e37d>-0x1*0x130+-0x2e*0x56+0x10a4&&_0x3582a6[_0x45e37d-(0x5c0*0x6+0x1a*0x6+-0x231b)]?.[_0x4e7323(0x46a,'\x47\x64\x37\x28')]===_0x4cd039&&_0x3582a6[_0x45e37d]?.[_0x4e7323(0x685,'\x42\x69\x23\x44')+_0x4e7323(0x326,'\x4b\x78\x45\x56')];let _0x4abc6a=![];for(let _0x33d137=_0x45e37d;_0x33d137<_0x5df868;_0x33d137+=0x1dec+-0xf63+0x2e8*-0x5){if(isFinitePredicateTerm(_0x3582a6[_0x33d137]?.[_0x4e7323(0x65f,'\x7a\x4e\x66\x66')]??''))_0x4abc6a=!![];}if(isConditionalMarkerUse(_0x3582a6,_0x45e37d))_0x59d368[_0x4e7323(0x1d3,'\x4b\x78\x45\x56')]({'\x73\x74\x61\x72\x74':conditionalScopeStart(_0x3582a6,_0x61b4f5[_0x45e37d]??-0x158e+0x3b*-0x76+0x5*0x9c0,_0x45e37d),'\x65\x6e\x64':_0x44be64[_0x45e37d]??_0x5df868});else{if(isClauseInitialEvidentialHedgeTerm(_0x1fd645))_0x59d368['\x70\x75\x73\x68']({'\x73\x74\x61\x72\x74':_0x45e37d,'\x65\x6e\x64':_0x44be64[_0x45e37d]??_0x5df868});else{if(_0x4abc6a)_0x59d368[_0x4e7323(0x533,'\x76\x43\x76\x33')]({'\x73\x74\x61\x72\x74':_0x45e37d,'\x65\x6e\x64':_0x5df868});else{for(let _0x581179=_0x45e37d;_0x581179<_0x5df868;_0x581179+=-0xf27*0x2+0x1ba1+0x7*0x62)_0x5abb79[_0x581179]=!![];}}}_0x1bd9e1&&(_0x15ece4[_0x45e37d]=!![],_0x15ece4[_0x5df868]=!![]),_0x45e37d=_0x5df868-(-0x255a+-0xd09+-0x3c*-0xd7);}}const _0x526529=Array[_0x4e7323(0x4f7,'\x4c\x56\x21\x6e')]({'\x6c\x65\x6e\x67\x74\x68':_0x3582a6[_0x4e7323(0x1a4,'\x43\x66\x46\x47')]},()=>![]);for(const _0x27bb10 of _0x59d368){for(let _0xe9723a=_0x27bb10[_0x4e7323(0x1e8,'\x4c\x56\x21\x6e')];_0xe9723a<_0x27bb10[_0x4e7323(0x707,'\x67\x5b\x49\x52')];_0xe9723a+=-0x1622+-0x7*0x574+0x3c4f)_0x526529[_0xe9723a]=!![];}for(let _0x3d7039=0x528+-0x525+0x1*-0x3;_0x3d7039<_0x3582a6[_0x4e7323(0x472,'\x5d\x77\x61\x46')];_0x3d7039+=-0x1001+-0x1677+0x2679){if(_0x5abb79[_0x3d7039]||!isConditionalMarkerUse(_0x3582a6,_0x3d7039))continue;const _0x47eaa0=_0x3582a6[_0x3d7039]['\x63\x6c\x61\x75\x73\x65'],_0x1875a7=conditionalScopeStart(_0x3582a6,_0x61b4f5[_0x3d7039]??-0x134*-0x1a+-0x11e2+-0xd66,_0x3d7039),_0x17940a=_0x44be64[_0x3d7039]??_0x3582a6[_0x4e7323(0x341,'\x43\x31\x24\x6b')];for(let _0x2f1b93=_0x1875a7;_0x2f1b93<_0x17940a;_0x2f1b93+=0x93*0x39+0x23b3*-0x1+0x1*0x2f9){const _0x566e37=_0x3582a6[_0x2f1b93];if(!_0x566e37||_0x566e37[_0x4e7323(0x21f,'\x63\x30\x44\x71')]!==_0x47eaa0)break;_0x526529[_0x2f1b93]=!![];}}for(let _0x19f178=-0x640*-0x2+0x22fa+0x17bd*-0x2;_0x19f178<_0x3582a6[_0x4e7323(0x81e,'\x5d\x29\x53\x66')];_0x19f178+=-0x38c*-0x3+-0xb9d+-0x1*-0xfa){const _0x5c17f5=_0x3582a6[_0x19f178];let _0x405cc4=_0x19f178===-0x33b*0xb+0x1ed3*0x1+0x3*0x192||_0x3582a6[_0x19f178-(-0x95*0x1d+-0x2b8+-0x1a*-0xc1)]?.[_0x4e7323(0x849,'\x79\x41\x65\x21')]!==_0x5c17f5?.[_0x4e7323(0x600,'\x50\x75\x76\x57')];if(!_0x405cc4&&_0x5c17f5?.['\x63\x6f\x6d\x6d\x61\x42\x65\x66'+_0x4e7323(0x251,'\x2a\x35\x33\x38')]){_0x405cc4=!![];for(let _0x33ebc0=_0x19f178-(-0x242e+-0x949+0x2d78);_0x33ebc0>=0x14db*0x1+0x1*-0x234b+-0x6*-0x268;_0x33ebc0-=0x10be+0x4b1+-0x156e){const _0x782c0e=_0x3582a6[_0x33ebc0];if(!_0x782c0e||_0x782c0e[_0x4e7323(0x476,'\x71\x70\x25\x76')]!==_0x5c17f5[_0x4e7323(0x284,'\x72\x67\x51\x66')])break;if(_0x5abb79[_0x33ebc0]||LEADING_CLAUSE_MODIFIER_TERMS[_0x4e7323(0x654,'\x5d\x55\x50\x70')](_0x782c0e[_0x4e7323(0x1ff,'\x4c\x56\x21\x6e')])||AFFIRMATIVE_PREDICATE_MODIFIER_TERMS[_0x4e7323(0x7c4,'\x72\x6c\x64\x52')](_0x782c0e[_0x4e7323(0x148,'\x50\x75\x76\x57')]))continue;_0x405cc4=![];break;}}if(!_0x5c17f5||!_0x405cc4||!INVERTED_CONDITIONAL_AUXILIARY_TERMS[_0x4e7323(0x452,'\x79\x6c\x5b\x4e')](_0x5c17f5[_0x4e7323(0x233,'\x5d\x77\x66\x70')]))continue;const _0x474d9d=_0x44be64[_0x19f178]??_0x3582a6['\x6c\x65\x6e\x67\x74\x68'];for(let _0x2ad05a=_0x19f178;_0x2ad05a<_0x474d9d;_0x2ad05a+=0x1462+-0x3f3+-0x106e){if(_0x3582a6[_0x2ad05a]?.[_0x4e7323(0x15a,'\x43\x31\x24\x6b')]!==_0x5c17f5[_0x4e7323(0x4bc,'\x4c\x4a\x73\x70')])break;_0x526529[_0x2ad05a]=!![];}}return{'\x74\x6f\x6b\x65\x6e\x73':_0x3582a6,'\x69\x67\x6e\x6f\x72\x65\x64':_0x5abb79,'\x74\x72\x61\x6e\x73\x70\x61\x72\x65\x6e\x74\x43\x6f\x6d\x6d\x61\x42\x65\x66\x6f\x72\x65':_0x15ece4,'\x63\x6f\x6e\x64\x69\x74\x69\x6f\x6e\x61\x6c':_0x526529};}function isIgnoredRequiredToken(_0x20e5f3,_0x1e3561){const _0xfe19a5=_0x52d82d;return _0x20e5f3[_0xfe19a5(0x451,'\x5d\x55\x50\x70')][_0x1e3561]===!![];}function hasEffectiveCommaBefore(_0x15d00e,_0x1d46f3){const _0x4d0253=_0x52d82d;return _0x15d00e[_0x4d0253(0x85e,'\x4b\x71\x4c\x6e')][_0x1d46f3]?.[_0x4d0253(0x57c,'\x54\x4e\x6b\x5d')+_0x4d0253(0x89f,'\x6e\x4f\x26\x45')]===!![]&&_0x15d00e[_0x4d0253(0x2e6,'\x54\x4e\x6b\x5d')+_0x4d0253(0x3db,'\x5a\x25\x5a\x6f')+_0x4d0253(0x793,'\x50\x75\x76\x57')][_0x1d46f3]!==!![];}function isNegativeRequiredToken(_0x2e7ea8,_0x4476bb){const _0x624ee3=_0x52d82d,_0x41dcf2=_0x2e7ea8[_0x624ee3(0x3b5,'\x5d\x55\x50\x70')][_0x4476bb],_0x4760e9=_0x41dcf2?.[_0x624ee3(0x5e3,'\x35\x25\x6c\x69')]==='\x6e\x6f'&&_0x41dcf2['\x63\x6f\x6d\x70\x6f\x75\x6e\x64']&&_0x2e7ea8[_0x624ee3(0x550,'\x58\x55\x4e\x39')][_0x4476bb+(-0xe63+0x1362+0x2*-0x27f)]?.[_0x624ee3(0x17f,'\x7a\x49\x51\x23')]===_0x624ee3(0x586,'\x42\x69\x23\x44')&&_0x2e7ea8[_0x624ee3(0x120,'\x4e\x45\x71\x42')][_0x4476bb+(0x7b*-0x33+0x248f*0x1+0x1*-0xc0d)]?.[_0x624ee3(0x246,'\x2a\x35\x33\x38')]===!![],_0x55c87e=_0x41dcf2?.[_0x624ee3(0x233,'\x5d\x77\x66\x70')]===_0x624ee3(0x35c,'\x5d\x29\x53\x66')&&isContextualZeroMetric(_0x2e7ea8,_0x4476bb,_0x2e7ea8[_0x624ee3(0x4d1,'\x4b\x61\x4b\x59')][_0x624ee3(0x227,'\x48\x49\x45\x24')])&&!(_0x2e7ea8[_0x624ee3(0x223,'\x7a\x49\x51\x23')][_0x4476bb+(-0x65*-0x35+0x193e+-0x432*0xb)]?.['\x76\x61\x6c\x75\x65']===_0x624ee3(0x694,'\x5d\x29\x53\x66')&&['\x63\x65\x6e\x74\x65\x72','\x63\x65\x6e\x74\x65\x72\x73'][_0x624ee3(0x60e,'\x63\x30\x44\x71')](_0x2e7ea8[_0x624ee3(0x37a,'\x4c\x56\x21\x6e')][_0x4476bb+(-0x84f+0x3fd+0x2*0x22a)]?.[_0x624ee3(0x416,'\x4b\x61\x4b\x59')]??''));return _0x41dcf2!==undefined&&(_0x4760e9||!_0x41dcf2[_0x624ee3(0x5ab,'\x58\x55\x4e\x39')]&&!_0x55c87e&&(NEGATIVE_EVIDENCE_PRONOUNS[_0x624ee3(0x70e,'\x50\x75\x76\x57')](_0x41dcf2[_0x624ee3(0x1a0,'\x57\x5a\x32\x5a')])||NEGATIVE_EVIDENCE_DETERMINERS['\x68\x61\x73'](_0x41dcf2[_0x624ee3(0xf6,'\x71\x70\x25\x76')])));}function isContextualZeroMetric(_0xd9a761,_0x15a0b9,_0x261bf6){const _0x7fcfcb=_0x52d82d;for(let _0x2826c5=_0x15a0b9+(-0x16d*-0x13+0x1*-0x96+-0x1a80);_0x2826c5<_0x261bf6;_0x2826c5+=0x2215+0x17a2+-0x39b6*0x1){if(_0x7fcfcb(0x683,'\x4b\x61\x4b\x59')!==_0x7fcfcb(0xba,'\x72\x6c\x64\x52')){if(isIgnoredRequiredToken(_0xd9a761,_0x2826c5))continue;return CONTEXTUAL_ZERO_METRIC_TERMS[_0x7fcfcb(0x56b,'\x72\x67\x51\x66')](_0xd9a761[_0x7fcfcb(0x85e,'\x4b\x71\x4c\x6e')][_0x2826c5]?.[_0x7fcfcb(0x1a6,'\x6e\x4f\x26\x45')]??'');}else{if(!_0x276367(_0x29847d,_0x92426b))return _0x17752f[_0x7fcfcb(0x395,'\x78\x62\x68\x4d')][_0x49a99c]?.[_0x7fcfcb(0x74e,'\x48\x49\x45\x24')];}}return![];}function leadingSubjectPolarity(_0x3d4308,_0x32b87b,_0x2b2036){const _0x5cf53e=_0x52d82d;for(let _0x183884=_0x32b87b;_0x183884<_0x2b2036;_0x183884+=0x137a+-0x1*0x21f1+0xe78){if(isIgnoredRequiredToken(_0x3d4308,_0x183884))continue;const _0x7cc499=_0x3d4308['\x74\x6f\x6b\x65\x6e\x73'][_0x183884]?.[_0x5cf53e(0x102,'\x45\x53\x66\x41')]??'';if(isNegativeRequiredToken(_0x3d4308,_0x183884))return _0x5cf53e(0x623,'\x4b\x71\x4c\x6e');if(SUBJECT_PRONOUN_TERMS['\x68\x61\x73'](_0x7cc499)||SUBJECT_ARTICLE_TERMS[_0x5cf53e(0x487,'\x47\x64\x37\x28')](_0x7cc499))return _0x5cf53e(0x384,'\x50\x75\x76\x57');if(NON_SUBJECT_PREFIX_TERMS[_0x5cf53e(0x7c4,'\x72\x6c\x64\x52')](_0x7cc499)||/ly$/u[_0x5cf53e(0x308,'\x50\x75\x76\x57')](_0x7cc499))continue;return _0x5cf53e(0x266,'\x4b\x71\x4c\x6e');}return'\x61\x62\x73\x65\x6e\x74';}function isFinitePredicateTerm(_0x2d8d05){const _0x28803c=_0x52d82d;return KNOWN_FINITE_PREDICATE_TERMS[_0x28803c(0x24f,'\x4c\x56\x21\x6e')](_0x2d8d05)||/(?:ed|n't)$/u[_0x28803c(0x511,'\x79\x6c\x5b\x4e')](_0x2d8d05);}function hasFinitePredicatePrefix(_0x50b598,_0x5166de,_0x2894a3){const _0x2987a7=_0x52d82d,_0x58651e=[];for(let _0xe9135a=_0x5166de;_0xe9135a<_0x2894a3;_0xe9135a+=0x2109+0x1*0x22e5+-0x1*0x43ed){if(!isIgnoredRequiredToken(_0x50b598,_0xe9135a))_0x58651e[_0x2987a7(0x689,'\x63\x59\x76\x79')](_0x50b598[_0x2987a7(0x611,'\x4b\x78\x45\x56')][_0xe9135a]?.[_0x2987a7(0x7dc,'\x4c\x4a\x73\x70')]??'');}while(_0x58651e['\x6c\x65\x6e\x67\x74\x68']>0x1*-0x2de+0x15c3+-0x1*0x12e5&&(/ly$/u[_0x2987a7(0x815,'\x4b\x71\x4c\x6e')](_0x58651e[0x6c6+0x2276+-0xcb*0x34]??'')||LEADING_CLAUSE_MODIFIER_TERMS[_0x2987a7(0x4da,'\x42\x69\x23\x44')](_0x58651e[-0xf9*-0xb+0x14f9+-0x1fac]??''))){if(_0x2987a7(0x1b9,'\x4f\x73\x42\x5a')!==_0x2987a7(0xf2,'\x4f\x73\x42\x5a'))_0x58651e[_0x2987a7(0x311,'\x45\x53\x66\x41')]();else{if(_0x4c9ca9[_0x2987a7(0x64d,'\x71\x70\x25\x76')](_0x2e664f))return!![];if(_0x144117[_0x2987a7(0x4ed,'\x6e\x4f\x26\x45')]>-0x22d4*-0x1+0x5b*0x9+-0x2603||_0x481a10['\x68\x61\x73'](_0x46b34a))return![];return/[bcdfghjklmnpqrstvwxyz][aeiou][bcdfghjklmnpqrstvz]$/u[_0x2987a7(0x42a,'\x6e\x33\x6b\x6e')](_0xe38c83);}}if(_0x58651e[_0x2987a7(0x5c0,'\x63\x30\x44\x71')]===0x1ba9*0x1+0x727+-0x22d0)return![];const _0x14aa39=_0x58651e[-0x6*0x20b+-0x1a0*0x5+0x1462*0x1]??'';if(SUBJECT_PRONOUN_TERMS[_0x2987a7(0x654,'\x5d\x55\x50\x70')](_0x14aa39)||NEGATIVE_EVIDENCE_PRONOUNS['\x68\x61\x73'](_0x14aa39)){if('\x4f\x59\x4e\x54\x67'===_0x2987a7(0x859,'\x6e\x33\x6b\x6e'))return _0x141083!==_0x258340&&_0x3c15aa[_0x2987a7(0x303,'\x43\x66\x46\x47')](_0x25d534);else _0x58651e[_0x2987a7(0x400,'\x5a\x25\x5a\x6f')]();}else{if(SUBJECT_ARTICLE_TERMS[_0x2987a7(0x650,'\x63\x30\x44\x71')](_0x14aa39)||NEGATIVE_EVIDENCE_DETERMINERS[_0x2987a7(0x201,'\x35\x25\x6c\x69')](_0x14aa39))_0x58651e[_0x2987a7(0x696,'\x6f\x6c\x73\x72')]();while(_0x58651e[_0x2987a7(0x1f2,'\x58\x55\x4e\x39')]>0x1601*0x1+-0x1*-0x10af+-0x26af&&isAttributiveTargetModifier(_0x58651e[0x14c0+0x1a*0xd0+-0xa*0x430]??''))_0x58651e['\x73\x68\x69\x66\x74']();if(_0x58651e[_0x2987a7(0x54f,'\x4b\x71\x4c\x6e')]>0x258f+0xdfc+-0x338b)_0x58651e[_0x2987a7(0x6a0,'\x43\x31\x24\x6b')]();}return _0x58651e['\x73\x6f\x6d\x65'](_0x243cc2=>isFinitePredicateTerm(_0x243cc2));}function hasNegativePredicateMarker(_0x216b2c,_0x280d3b,_0xc9e0dc){const _0x1e3a89=_0x52d82d;for(let _0x1d914f=_0x280d3b;_0x1d914f<_0xc9e0dc;_0x1d914f+=0x1*0x773+-0x1*0x1df3+0x1681){if(_0x1e3a89(0x31c,'\x47\x64\x37\x28')==='\x55\x6d\x64\x69\x77'){if(isIgnoredRequiredToken(_0x216b2c,_0x1d914f))continue;const _0xff3c7f=_0x216b2c[_0x1e3a89(0x542,'\x33\x73\x77\x6d')][_0x1d914f]?.[_0x1e3a89(0x851,'\x63\x59\x76\x79')]??'';if(_0xff3c7f===_0x1e3a89(0x535,'\x43\x31\x24\x6b')){let _0x282156=_0x1d914f+(-0x92f+-0x1*-0x359+0x5d7);while(_0x282156<_0xc9e0dc&&isIgnoredRequiredToken(_0x216b2c,_0x282156))_0x282156+=0xced+0x135+-0xe21;if(_0x216b2c[_0x1e3a89(0x611,'\x4b\x78\x45\x56')][_0x282156]?.[_0x1e3a89(0x5dc,'\x35\x31\x21\x71')]==='\x6f\x6e\x6c\x79')continue;}if(_0xff3c7f===_0x1e3a89(0x537,'\x5d\x77\x61\x46')||_0xff3c7f===_0x1e3a89(0x5b1,'\x45\x53\x66\x41')||_0xff3c7f===_0x1e3a89(0x296,'\x4b\x61\x4b\x59')||/n't$/u[_0x1e3a89(0x6a2,'\x7a\x4e\x66\x66')](_0xff3c7f))return!![];}else _0x245175=!![],_0x4166e9=![];}return![];}function hasFinitePredicateInSpan(_0x2bfa9d,_0x51bd93,_0x2ce880){const _0x327b45=_0x52d82d;for(let _0x11acd8=_0x51bd93;_0x11acd8<_0x2ce880;_0x11acd8+=-0x1ead+-0x2561+0x1*0x440f){if('\x63\x74\x6c\x63\x48'==='\x63\x74\x6c\x63\x48'){if(!isIgnoredRequiredToken(_0x2bfa9d,_0x11acd8)&&isFinitePredicateTerm(_0x2bfa9d[_0x327b45(0xed,'\x6e\x4f\x26\x45')][_0x11acd8]?.['\x76\x61\x6c\x75\x65']??''))return!![];}else return{'\x73\x74\x61\x72\x74':_0x257bc1+(-0x2f*0x92+0x270e+-0xc3f),'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':![]};}return![];}function relativeSafeFinitePredicateEnd(_0x58e0bf,_0x484967,_0x4e388e){const _0x16ec34=_0x52d82d;for(let _0x24e04a=_0x484967;_0x24e04a<_0x4e388e;_0x24e04a+=0x2c5*-0x9+0x1f02+-0x614){if(_0x16ec34(0x31d,'\x67\x5b\x49\x52')!==_0x16ec34(0x125,'\x4e\x45\x71\x42'))return _0x3c9425[_0x16ec34(0x639,'\x79\x41\x65\x21')][_0x50e517]===!![];else{if(isIgnoredRequiredToken(_0x58e0bf,_0x24e04a))continue;const _0x1509b5=RELATIVE_SAFE_FINITE_COMPLEMENTS[_0x16ec34(0x473,'\x35\x25\x6c\x69')](_0x58e0bf[_0x16ec34(0x495,'\x35\x31\x21\x71')][_0x24e04a]?.[_0x16ec34(0x5fc,'\x5a\x25\x5a\x6f')]??'');if(!_0x1509b5)return undefined;for(let _0x3a2779=_0x24e04a+(-0x754+0x24ce+0x3*-0x9d3);_0x3a2779<_0x4e388e;_0x3a2779+=0x6a+0x282+-0x2eb){if(isIgnoredRequiredToken(_0x58e0bf,_0x3a2779))continue;return _0x1509b5[_0x16ec34(0x582,'\x6f\x6c\x73\x72')](_0x58e0bf[_0x16ec34(0x191,'\x50\x75\x76\x57')][_0x3a2779]?.[_0x16ec34(0x5d7,'\x2a\x35\x33\x38')]??'')?_0x3a2779+(-0x119a+-0x9d*-0x35+0x773*-0x2):undefined;}return undefined;}}return undefined;}function relativePredicateStart(_0x1c2500,_0x35d016,_0x13785a){const _0x3adce5=_0x52d82d;let _0x95491c=_0x35d016;while(_0x95491c<_0x13785a){if('\x76\x70\x6e\x73\x6b'===_0x3adce5(0x509,'\x35\x31\x21\x71')){if(isIgnoredRequiredToken(_0x1c2500,_0x95491c)){_0x95491c+=0x986+-0x46a+0x51b*-0x1;continue;}const _0x3f7dec=_0x1c2500['\x74\x6f\x6b\x65\x6e\x73'][_0x95491c]?.[_0x3adce5(0x74e,'\x48\x49\x45\x24')]??'';if(/ly$/u[_0x3adce5(0x784,'\x7a\x49\x51\x23')](_0x3f7dec)||AFFIRMATIVE_PREDICATE_MODIFIER_TERMS[_0x3adce5(0x254,'\x78\x62\x68\x4d')](_0x3f7dec)){if(_0x3adce5(0x2b8,'\x54\x67\x4a\x35')===_0x3adce5(0x69a,'\x54\x4e\x6b\x5d')){_0x23e424[_0x3adce5(0x101,'\x4c\x56\x21\x6e')](_0x281c75+'\x64'),_0xeb009a['\x61\x64\x64'](_0x1f09ad[_0x3adce5(0x87b,'\x63\x30\x44\x71')](0x7*0x40f+-0x1563+-0x706*0x1,-(-0x109+-0xb34+0xc3f))+_0x3adce5(0x9d,'\x6e\x4f\x26\x45'));return;}else{_0x95491c+=-0x1c3f+-0x1557+-0x3197*-0x1;continue;}}break;}else return _0x4847f3[_0x3adce5(0x6be,'\x5d\x29\x53\x66')](_0x173fd1)?_0x3adce5(0x6e4,'\x57\x5a\x32\x5a'):_0x3adce5(0x5e0,'\x4a\x4b\x71\x47');}return _0x95491c;}function hasBoundedRegularRelativePredicate(_0x1852f7,_0x1a9d39,_0xecb202){const _0x3bc99e=_0x52d82d,_0x4b3cde=_0x1852f7[_0x3bc99e(0x7f0,'\x76\x43\x76\x33')][_0x1a9d39]?.[_0x3bc99e(0x74b,'\x67\x5b\x49\x52')]??'';if(KNOWN_FINITE_PREDICATE_TERMS[_0x3bc99e(0x6d0,'\x5d\x77\x61\x46')](_0x4b3cde)||/n't$/u[_0x3bc99e(0x24b,'\x46\x66\x49\x71')](_0x4b3cde))return!![];if(!_0x4b3cde[_0x3bc99e(0x2c5,'\x48\x49\x45\x24')]('\x65\x64'))return![];let _0x59c3ba=_0x1a9d39+(0x40*-0x7f+-0x2077*-0x1+-0xb6);while(_0x59c3ba<_0xecb202&&isIgnoredRequiredToken(_0x1852f7,_0x59c3ba))_0x59c3ba+=-0x19df+-0x22f*-0xd+0x283*-0x1;if(_0x59c3ba>=_0xecb202)return!![];const _0x1f6c8e=_0x1852f7[_0x3bc99e(0x491,'\x72\x67\x51\x66')][_0x59c3ba]?.[_0x3bc99e(0x566,'\x5d\x29\x53\x66')]??'';if(BROAD_EVIDENCE_LINK_TERMS[_0x3bc99e(0x776,'\x71\x67\x67\x65')](_0x1f6c8e)&&_0x1f6c8e!==_0x3bc99e(0xa9,'\x5d\x55\x50\x70'))return!![];return![];}function hasBoundedRelativeFinitePredicate(_0x1e691e,_0x57413e,_0x3488fc){const _0x33e226=_0x52d82d;if(hasFinitePredicatePrefix(_0x1e691e,_0x57413e,_0x3488fc))return!![];const _0x1d9c25=relativePredicateStart(_0x1e691e,_0x57413e,_0x3488fc);if(_0x1d9c25>=_0x3488fc)return![];const _0x1878fa=_0x1e691e[_0x33e226(0xe8,'\x35\x25\x6c\x69')][_0x1d9c25]?.['\x76\x61\x6c\x75\x65']??'';if(EMBEDDED_CLAIM_GOVERNOR_TERMS[_0x33e226(0x4a7,'\x33\x73\x77\x6d')](_0x1878fa))return![];if(isRequiredPassiveAuxiliary(_0x1878fa))return!![];return relativeSafeFinitePredicateEnd(_0x1e691e,_0x1d9c25,_0x3488fc)!==undefined||hasBoundedRegularRelativePredicate(_0x1e691e,_0x1d9c25,_0x3488fc);}function hasEmbeddedClaimGovernorInSpan(_0x2ad274,_0x4f6c32,_0x5ecb91){const _0x469ace=_0x52d82d;for(let _0xfd299=_0x4f6c32;_0xfd299<_0x5ecb91;_0xfd299+=-0x2db*0x2+0x202f+-0x38*0x79){if(!isIgnoredRequiredToken(_0x2ad274,_0xfd299)&&EMBEDDED_CLAIM_GOVERNOR_TERMS[_0x469ace(0x459,'\x57\x5a\x32\x5a')](_0x2ad274['\x74\x6f\x6b\x65\x6e\x73'][_0xfd299]?.[_0x469ace(0xe6,'\x4e\x45\x71\x42')]??''))return!![];}return![];}function isExplicitNoDoubtContext(_0x18e891,_0x473873,_0x35d13e){const _0x411249=_0x52d82d,_0xd3d24b=[];for(let _0x529603=_0x473873;_0x529603<_0x35d13e;_0x529603+=0xcf6+-0x65f+-0x696*0x1){if(!isIgnoredRequiredToken(_0x18e891,_0x529603))_0xd3d24b[_0x411249(0x321,'\x5d\x77\x66\x70')](_0x18e891['\x74\x6f\x6b\x65\x6e\x73'][_0x529603]?.[_0x411249(0x851,'\x63\x59\x76\x79')]??'');}if(_0xd3d24b['\x73\x68\x69\x66\x74']()!==_0x411249(0x54d,'\x48\x49\x45\x24')||!PASSIVE_BE_AUXILIARY_TERMS[_0x411249(0x7c4,'\x72\x6c\x64\x52')](_0xd3d24b[_0x411249(0x229,'\x4c\x56\x21\x6e')]()??''))return![];while(_0xd3d24b[_0x411249(0x4ee,'\x35\x25\x6c\x69')]>-0x2b*-0xe+-0x1b97*-0x1+-0x1df1&&/ly$/u[_0x411249(0x6dd,'\x63\x59\x76\x79')](_0xd3d24b[0x109*0x22+0x26fe+0x4a3*-0x10]??''))_0xd3d24b[_0x411249(0x7ef,'\x46\x66\x49\x71')]();return _0xd3d24b['\x6c\x65\x6e\x67\x74\x68']===-0x229+-0x158f*-0x1+-0x1364&&_0xd3d24b[-0x5e7*0x1+0x1122*-0x2+0x282b]==='\x6e\x6f'&&_0xd3d24b[0x205*-0x3+0x26f6+-0x20e6]===_0x411249(0x138,'\x42\x69\x23\x44');}function complementSubjectScope(_0x1e525d,_0x14c133,_0x355cb3){const _0x2b43c4=_0x52d82d;let _0xc4584=_0x14c133,_0x25bfe7=![];for(let _0x8857f2=_0xc4584;_0x8857f2<_0x355cb3;_0x8857f2+=-0x194*-0x6+-0xf4c+0x5d5*0x1){if(isIgnoredRequiredToken(_0x1e525d,_0x8857f2)||_0x1e525d[_0x2b43c4(0xa7,'\x54\x4e\x6b\x5d')][_0x8857f2]?.[_0x2b43c4(0x32e,'\x72\x67\x51\x66')]!==_0x2b43c4(0x703,'\x33\x73\x77\x6d'))continue;if(!hasFinitePredicatePrefix(_0x1e525d,_0xc4584,_0x8857f2)){if(_0x2b43c4(0x4f2,'\x71\x71\x66\x5e')!==_0x2b43c4(0x37c,'\x34\x36\x4f\x47')){if(!hasBoundedRelativeFinitePredicate(_0x1e525d,_0x8857f2+(0x3*-0x959+0x20d7*-0x1+0x3ce3),_0x355cb3))_0x25bfe7=!![];continue;}else _0x188bba=_0x2b43c4(0x4b8,'\x5d\x77\x66\x70'),_0x2a27e3=_0x2b43c4(0x655,'\x4b\x71\x4c\x6e');}if(!isExplicitNoDoubtContext(_0x1e525d,_0xc4584,_0x8857f2)||leadingSubjectPolarity(_0x1e525d,_0xc4584,_0x8857f2)===_0x2b43c4(0xe3,'\x6f\x6c\x73\x72')||hasNegativePredicateMarker(_0x1e525d,_0xc4584,_0x8857f2))_0x25bfe7=!![];_0xc4584=_0x8857f2+(0x4*-0x167+0x14d1*-0x1+0x1a6e);}return{'\x73\x74\x61\x72\x74':_0xc4584,'\x6e\x65\x67\x61\x74\x69\x76\x65\x47\x6f\x76\x65\x72\x6e\x6f\x72':_0x25bfe7};}function startsExplicitSubordinateClause(_0x18865c,_0x1e0ba4,_0x2bf0fd){const _0x52e37d=_0x52d82d;for(let _0xc950ad=_0x1e0ba4;_0xc950ad<_0x2bf0fd;_0xc950ad+=-0x132a+-0xa24*-0x1+0x907){if(isIgnoredRequiredToken(_0x18865c,_0xc950ad))continue;const _0x3eb445=_0x18865c[_0x52e37d(0x307,'\x71\x70\x25\x76')][_0xc950ad]?.[_0x52e37d(0x566,'\x5d\x29\x53\x66')]??'';if(SUBJECT_PRONOUN_TERMS[_0x52e37d(0x2e1,'\x46\x66\x49\x71')](_0x3eb445)||SUBJECT_ARTICLE_TERMS[_0x52e37d(0x4a7,'\x33\x73\x77\x6d')](_0x3eb445)||isNegativeRequiredToken(_0x18865c,_0xc950ad)||isRequiredPassiveAuxiliary(_0x3eb445)||INDEPENDENT_BROAD_FORM_TERMS[_0x52e37d(0x4f1,'\x58\x55\x4e\x39')](_0x3eb445))return!![];}return![];}function predicateBoundaryBefore(_0x526e4a,_0xe66131){const _0x44cdc5=_0x52d82d,_0x35113b=_0x526e4a[_0x44cdc5(0xed,'\x6e\x4f\x26\x45')][_0xe66131];if(!_0x35113b)return{'\x73\x74\x61\x72\x74':0x0,'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':![]};const _0x1ef400=Math[_0x44cdc5(0x3bc,'\x4c\x4a\x73\x70')](-0xcb*0xd+-0x169a+0x20e9,_0xe66131-MAX_REQUIRED_SUBJECT_LOOKBACK);for(let _0x1857f7=_0xe66131-(-0xb29*-0x3+0x1*0x151+-0x22cb);_0x1857f7>=_0x1ef400;_0x1857f7-=-0x1*0x801+-0x3*-0x151+-0x40f*-0x1){const _0x16f1b4=_0x526e4a['\x74\x6f\x6b\x65\x6e\x73'][_0x1857f7];if(!_0x16f1b4||_0x16f1b4[_0x44cdc5(0x4f4,'\x35\x31\x21\x71')]!==_0x35113b[_0x44cdc5(0x258,'\x57\x5a\x32\x5a')])return{'\x73\x74\x61\x72\x74':_0x1857f7+(-0x97*0x33+-0x1025+0x2e3b),'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':![]};if(isIgnoredRequiredToken(_0x526e4a,_0x1857f7))continue;if(hasEffectiveCommaBefore(_0x526e4a,_0x1857f7+(-0x1be4+0x987+0x125e))){if(_0x44cdc5(0x7fa,'\x4e\x45\x71\x42')!=='\x76\x6d\x52\x6d\x4b')_0x25f066+=0x14ee+0x24e5*0x1+-0x39d2,_0x43bd1a=!![],_0x508723=![];else return{'\x73\x74\x61\x72\x74':_0x1857f7+(0x1424+0x363+-0x1786),'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':![]};}if(PREDICATE_COORDINATOR_TERMS[_0x44cdc5(0x1f3,'\x5d\x29\x53\x66')](_0x16f1b4[_0x44cdc5(0x416,'\x4b\x61\x4b\x59')])){if(_0x44cdc5(0x3ca,'\x58\x55\x4e\x39')!=='\x51\x4f\x76\x72\x42')return{'\x73\x74\x61\x72\x74':_0x1857f7+(0x1bd3+0xfc1*0x2+-0x3b54),'\x69\x6e\x64\x65\x78':_0x1857f7,'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':!![]};else{const _0x2d2d0b=_0x98603a[_0x200f9a];if(!_0x2d2d0b||_0x2d2d0b[_0x44cdc5(0x17e,'\x4b\x78\x45\x56')]!==_0x5bd89e['\x63\x6c\x61\x75\x73\x65'])return _0x486d85;const _0x73ddc8=_0x2d2d0b[_0x44cdc5(0x81a,'\x54\x4e\x6b\x5d')];if(_0x2bed8a[_0x44cdc5(0x610,'\x21\x64\x5d\x35')](_0x73ddc8))return _0x49d5b8;if(_0x4722d0[_0x44cdc5(0x2e5,'\x54\x4e\x6b\x5d')](_0x73ddc8)||_0x1abbfd[_0x44cdc5(0x16c,'\x4a\x4b\x71\x47')](_0x73ddc8)||_0x1305fa[_0x44cdc5(0x610,'\x21\x64\x5d\x35')](_0x73ddc8)||_0x9e2a6d(_0x73ddc8))return _0x4ff44b;if(_0x24ce71[_0x4fd67a+(-0x1483+-0x15a1+0x1*0x2a25)]?.[_0x44cdc5(0xb2,'\x4c\x4a\x73\x70')+_0x44cdc5(0x2d6,'\x45\x53\x66\x41')])return _0x346063;}}if(_0x16f1b4[_0x44cdc5(0x118,'\x78\x62\x68\x4d')]===_0x44cdc5(0x766,'\x4b\x78\x45\x56')||_0x16f1b4[_0x44cdc5(0x17f,'\x7a\x49\x51\x23')]===_0x44cdc5(0x89a,'\x35\x31\x21\x71')){let _0x3b287e=_0x1857f7;while(_0x3b287e>_0x1ef400&&_0x526e4a['\x74\x6f\x6b\x65\x6e\x73'][_0x3b287e-(0x1947+-0x2700+-0xe*-0xfb)]?.[_0x44cdc5(0x86e,'\x48\x49\x45\x24')]===_0x16f1b4[_0x44cdc5(0x3f3,'\x76\x43\x76\x33')]&&!hasEffectiveCommaBefore(_0x526e4a,_0x3b287e))_0x3b287e-=0x2*-0x77c+-0x1*-0xb66+-0xb7*-0x5;if(hasFinitePredicatePrefix(_0x526e4a,_0x3b287e,_0x1857f7)&&startsExplicitSubordinateClause(_0x526e4a,_0x1857f7+(-0x5bf*0x1+-0x8e*-0x45+-0x2086),_0xe66131))return{'\x73\x74\x61\x72\x74':_0x1857f7+(0x1d5d*-0x1+-0x392*-0x1+-0x1*-0x19cc),'\x69\x6e\x64\x65\x78':_0x1857f7,'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':![]};}if(PREDICATE_SCOPE_RESET_TERMS[_0x44cdc5(0x452,'\x79\x6c\x5b\x4e')](_0x16f1b4[_0x44cdc5(0x651,'\x5d\x77\x61\x46')]))return{'\x73\x74\x61\x72\x74':_0x1857f7+(-0x130c+0x9ab+-0x4b1*-0x2),'\x69\x6e\x64\x65\x78':_0x1857f7,'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':![],'\x6e\x65\x67\x61\x74\x65\x73\x50\x72\x65\x64\x69\x63\x61\x74\x65':_0x16f1b4['\x76\x61\x6c\x75\x65']===_0x44cdc5(0x3e2,'\x71\x67\x67\x65')};}return{'\x73\x74\x61\x72\x74':_0x1ef400,'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':![]};}function predicateSubjectPolarity(_0x47efbb,_0x2a8637,_0x517c80){const _0x18f60e=_0x52d82d;let _0x441e5d=_0x2a8637,_0x41c1bb=_0x517c80;while(!![]){const _0x548bbb=complementSubjectScope(_0x47efbb,_0x441e5d[_0x18f60e(0x448,'\x54\x4e\x6b\x5d')],_0x41c1bb),_0x883c38=_0x548bbb[_0x18f60e(0x719,'\x4a\x4b\x71\x47')+_0x18f60e(0x1a5,'\x4a\x4b\x71\x47')]?_0x18f60e(0x3b1,'\x6e\x33\x6b\x6e'):leadingSubjectPolarity(_0x47efbb,_0x548bbb['\x73\x74\x61\x72\x74'],_0x41c1bb);if(_0x883c38!==_0x18f60e(0x632,'\x42\x69\x23\x44')||!_0x441e5d[_0x18f60e(0x228,'\x5d\x29\x53\x66')+_0x18f60e(0x269,'\x58\x55\x4e\x39')]||_0x441e5d[_0x18f60e(0x7e4,'\x5d\x55\x50\x70')]===undefined)return _0x883c38;_0x41c1bb=_0x441e5d[_0x18f60e(0x43a,'\x35\x25\x6c\x69')],_0x441e5d=predicateBoundaryBefore(_0x47efbb,_0x41c1bb);}}function predicateEndAfter(_0x3e6121,_0x379d32){const _0x3d3b02=_0x52d82d,_0x3fa09d=_0x3e6121[_0x3d3b02(0x307,'\x71\x70\x25\x76')][_0x379d32];if(!_0x3fa09d)return _0x379d32+(0xd*0x171+-0xb6b+-0x751);const _0x595cc1=Math['\x6d\x69\x6e'](_0x3e6121[_0x3d3b02(0x4d1,'\x4b\x61\x4b\x59')][_0x3d3b02(0x220,'\x34\x36\x4f\x47')],_0x379d32+MAX_REQUIRED_EVIDENCE_PAIR_DISTANCE+(-0x2*-0xda5+0x698+-0x21e1));for(let _0x1dc8bf=_0x379d32+(-0x1752+0x1*0x5e+-0x1*-0x16f5);_0x1dc8bf<_0x595cc1;_0x1dc8bf+=0x1*0x150f+-0x1559+0xf*0x5){if(_0x3d3b02(0x146,'\x35\x31\x21\x71')!==_0x3d3b02(0x61b,'\x78\x62\x68\x4d'))_0x280970=_0x3d3b02(0x44a,'\x54\x4e\x6b\x5d')+'\x69\x76\x65',_0x222c38=_0x3d3b02(0x7c,'\x35\x25\x6c\x69');else{const _0xd14c4e=_0x3e6121[_0x3d3b02(0x383,'\x5d\x77\x61\x46')][_0x1dc8bf];if(!_0xd14c4e||_0xd14c4e[_0x3d3b02(0x4f4,'\x35\x31\x21\x71')]!==_0x3fa09d[_0x3d3b02(0x15a,'\x43\x31\x24\x6b')]||hasEffectiveCommaBefore(_0x3e6121,_0x1dc8bf))return _0x1dc8bf;if(isIgnoredRequiredToken(_0x3e6121,_0x1dc8bf))continue;if(PREDICATE_COORDINATOR_TERMS[_0x3d3b02(0x4a7,'\x33\x73\x77\x6d')](_0xd14c4e[_0x3d3b02(0x28d,'\x71\x78\x4a\x71')])||PREDICATE_SCOPE_RESET_TERMS[_0x3d3b02(0x22e,'\x34\x36\x4f\x47')](_0xd14c4e[_0x3d3b02(0x318,'\x76\x43\x76\x33')]))return _0x1dc8bf;}}return _0x595cc1;}function predicateCandidates(_0x2d6d08,_0x49e154){const _0x3f2243=_0x52d82d,_0x8f0296=[],_0x140783=new Set();for(const _0x1f7e16 of _0x49e154){if(_0x3f2243(0x415,'\x5d\x77\x66\x70')!==_0x3f2243(0x5a6,'\x4b\x61\x4b\x59')){const _0x20cb2f=_0x533847[_0x3f2243(0xd9,'\x71\x78\x4a\x71')]('\x2c');if(_0x20cb2f>=0x1b8*0x1+-0x22ff+0x1*0x2147){const _0x32c014=_0x40f621(_0x1fdd0d[_0x3f2243(0x87b,'\x63\x30\x44\x71')](-0x1ba7+0x4eb+0x16bc,_0x20cb2f),_0x4fc733);if(_0x32c014===_0x3f2243(0x6f0,'\x4b\x61\x4b\x59'))return![];if(_0x32c014===_0x3f2243(0x56a,'\x7a\x49\x51\x23')+_0x3f2243(0x25f,'\x5a\x25\x5a\x6f'))return!![];}let _0x21ad54=_0x20cb2f>=0x1*0x822+0x16*-0x57+0x54*-0x2?_0x2d8c93[_0x3f2243(0x14e,'\x35\x31\x21\x71')](_0x20cb2f+(0x2348+0x1*0x1ad5+-0x9f*0x64)):_0x61ca1[_0x3f2243(0x7ae,'\x50\x75\x76\x57')](/^\s*that\b/iu,'\x20');const _0x1b39f8=_0x21ad54[_0x3f2243(0x8c,'\x6f\x6c\x73\x72')](/\b(?:after|assuming|because|before|if|once|supposing|that|unless|when|while)\b/iu);if(_0x1b39f8>=0xb48+-0x20d9*0x1+0x1591*0x1)_0x21ad54=_0x21ad54[_0x3f2243(0x474,'\x4e\x45\x71\x42')](0x1*-0x5de+-0x1*-0x1f3e+-0x7*0x3a0,_0x1b39f8);const _0x14a000=_0x21ad54[_0x3f2243(0x456,'\x4c\x72\x6f\x49')](/\b(?:and|but|or|then)\b/iu);return(_0x20cb2f>=-0x1142+-0x8*0x19b+0x1e1a?_0x14a000:_0x14a000[_0x3f2243(0x216,'\x4b\x61\x4b\x59')](0x2*0x7e7+-0x1d7b+0x185*0x9,-0x206b+-0x1*-0x995+-0x16d7*-0x1))[_0x3f2243(0x723,'\x48\x49\x45\x24')](_0x13e3b8=>_0x2ee686(_0x13e3b8,_0x4f87dd[_0x3f2243(0x348,'\x50\x75\x76\x57')+_0x3f2243(0x538,'\x72\x67\x51\x66')+'\x73']));}else{if(_0x8f0296[_0x3f2243(0x1a4,'\x43\x66\x46\x47')]>=MAX_REQUIRED_EVIDENCE_CANDIDATES)break;if(_0x140783[_0x3f2243(0x1f3,'\x5d\x29\x53\x66')](_0x1f7e16)||isIgnoredRequiredToken(_0x2d6d08,_0x1f7e16))continue;_0x140783[_0x3f2243(0x33c,'\x71\x70\x25\x76')](_0x1f7e16);const _0xdaa678=predicateBoundaryBefore(_0x2d6d08,_0x1f7e16),_0x308ceb=complementSubjectScope(_0x2d6d08,_0xdaa678[_0x3f2243(0x6c8,'\x4b\x71\x4c\x6e')],_0x1f7e16);_0x8f0296[_0x3f2243(0x745,'\x4b\x61\x4b\x59')]({'\x76\x65\x72\x62\x49\x6e\x64\x65\x78':_0x1f7e16,'\x6c\x6f\x63\x61\x6c\x53\x74\x61\x72\x74':_0x308ceb[_0x3f2243(0x7f6,'\x5d\x29\x53\x66')],'\x65\x6e\x64':predicateEndAfter(_0x2d6d08,_0x1f7e16),'\x73\x75\x62\x6a\x65\x63\x74\x4e\x65\x67\x61\x74\x69\x76\x65':predicateSubjectPolarity(_0x2d6d08,_0xdaa678,_0x1f7e16)===_0x3f2243(0x701,'\x34\x36\x4f\x47'),'\x63\x6f\x6e\x64\x69\x74\x69\x6f\x6e\x61\x6c':_0x2d6d08[_0x3f2243(0x762,'\x57\x5a\x32\x5a')+_0x3f2243(0x190,'\x71\x67\x67\x65')][_0x1f7e16]===!![],'\x62\x6f\x75\x6e\x64\x61\x72\x79\x4e\x65\x67\x61\x74\x65\x64':_0xdaa678[_0x3f2243(0x3f5,'\x71\x78\x4a\x71')+'\x72\x65\x64\x69\x63\x61\x74\x65']===!![]});}}return _0x8f0296;}function nextRequiredToken(_0x184360,_0x5856bc,_0x3412b8){const _0x3b3542=_0x52d82d;for(let _0xffa337=_0x5856bc+(-0x22*-0x20+0x2466+-0x28a5);_0xffa337<=_0x3412b8;_0xffa337+=-0x1e4a+0x19cd+0x47e){if(!isIgnoredRequiredToken(_0x184360,_0xffa337))return _0x184360[_0x3b3542(0x70f,'\x71\x71\x66\x5e')][_0xffa337]?.[_0x3b3542(0x6ca,'\x58\x55\x4e\x39')];}return undefined;}function isLocalPredicateNegated(_0x20d40e,_0x35868b,_0x44fc37){const _0x234902=_0x52d82d;if(_0x35868b[_0x234902(0x4fa,'\x50\x75\x76\x57')+_0x234902(0x25c,'\x4b\x71\x4c\x6e')])return!![];for(let _0x2ff5d5=_0x35868b[_0x234902(0x2b4,'\x72\x67\x51\x66')+'\x72\x74'];_0x2ff5d5<=_0x44fc37;_0x2ff5d5+=0x2db*0x7+0xba9*0x1+0x1*-0x1fa5){if(_0x234902(0x56e,'\x5d\x77\x61\x46')!==_0x234902(0x1d8,'\x63\x59\x76\x79')){if(isIgnoredRequiredToken(_0x20d40e,_0x2ff5d5))continue;const _0xa03d65=_0x20d40e[_0x234902(0x858,'\x67\x5b\x49\x52')][_0x2ff5d5]?.[_0x234902(0x2a1,'\x21\x64\x5d\x35')]??'';if(_0xa03d65===_0x234902(0x4d7,'\x2a\x35\x33\x38')&&nextRequiredToken(_0x20d40e,_0x2ff5d5,_0x44fc37)===_0x234902(0x508,'\x79\x6c\x5b\x4e'))continue;if(_0xa03d65===_0x234902(0x761,'\x63\x30\x44\x71')||_0xa03d65===_0x234902(0x6c2,'\x35\x25\x6c\x69')||_0xa03d65===_0x234902(0x1b2,'\x35\x31\x21\x71')||_0xa03d65===_0x234902(0x4a6,'\x21\x64\x5d\x35')||/n't$/u[_0x234902(0x122,'\x78\x62\x68\x4d')](_0xa03d65)){if(_0x234902(0x214,'\x21\x64\x5d\x35')===_0x234902(0x497,'\x4c\x4a\x73\x70')){const _0x2dde1a=_0x23e71c[_0x1d7254],_0x9b2f5d=_0x4880f1[_0x4216ee-(0x1e04+-0xa59+-0x13aa)];return _0x2dde1a!==_0x1faddc&&_0x9b2f5d?.[_0x234902(0xa8,'\x4c\x56\x21\x6e')]===_0x2dde1a['\x63\x6c\x61\x75\x73\x65']&&_0x59520e[_0x234902(0x582,'\x6f\x6c\x73\x72')](_0x9b2f5d[_0x234902(0x529,'\x33\x73\x77\x6d')]);}else return!![];}}else{for(let _0xc9d11b=_0x123749;_0xc9d11b<_0x1d68e5;_0xc9d11b+=0x19bd+-0x400*-0x3+-0x25bc){if(!_0x2e878(_0x5ded74,_0xc9d11b)&&_0x2cc622['\x68\x61\x73'](_0x3779f8[_0x234902(0x4d1,'\x4b\x61\x4b\x59')][_0xc9d11b]?.[_0x234902(0x41d,'\x5d\x55\x50\x70')]??''))return!![];}return![];}}return![];}function tokenMatchIndexes(_0x329f6f,_0x3b2c49,_0x1124a0){const _0x6c7f45=_0x52d82d,_0x320c85=targetTermForms(_0x3b2c49,_0x1124a0),_0x5c4074=[];for(let _0x428e3b=0x1c48+0x4c+-0x1c94;_0x428e3b<_0x329f6f[_0x6c7f45(0x13f,'\x63\x30\x44\x71')]['\x6c\x65\x6e\x67\x74\x68'];_0x428e3b+=-0x88*-0x34+0x4*0x49d+-0x2e13){if(isIgnoredRequiredToken(_0x329f6f,_0x428e3b))continue;if(_0x320c85[_0x6c7f45(0x2b9,'\x35\x31\x21\x71')](_0x329f6f[_0x6c7f45(0x223,'\x7a\x49\x51\x23')][_0x428e3b]?.[_0x6c7f45(0x233,'\x5d\x77\x66\x70')]??''))_0x5c4074[_0x6c7f45(0x5e1,'\x47\x64\x37\x28')](_0x428e3b);}return _0x5c4074;}function isAttributiveTargetModifier(_0xb210d7){const _0x1a2697=_0x52d82d;return BROAD_EVIDENCE_LINK_TERMS[_0x1a2697(0x147,'\x4f\x73\x42\x5a')](_0xb210d7)||TOTALITY_TARGET_MODIFIER_TERMS[_0x1a2697(0x650,'\x63\x30\x44\x71')](_0xb210d7)||_0xb210d7[_0x1a2697(0xf0,'\x54\x67\x4a\x35')]<=0x1320+-0xd77+-0x5a6&&/^[a-z]+$/u[_0x1a2697(0x6b7,'\x6e\x4f\x26\x45')](_0xb210d7)&&!KNOWN_EVIDENCE_ACTION_TERMS[_0x1a2697(0x650,'\x63\x30\x44\x71')](_0xb210d7)&&!PASSIVE_SUBJECT_POSTMODIFIER_TERMS[_0x1a2697(0x40d,'\x71\x71\x66\x5e')](_0xb210d7)&&!PREDICATE_COORDINATOR_TERMS[_0x1a2697(0x7c4,'\x72\x6c\x64\x52')](_0xb210d7)&&!PREDICATE_SCOPE_RESET_TERMS[_0x1a2697(0x16c,'\x4a\x4b\x71\x47')](_0xb210d7)&&!NEGATIVE_EVIDENCE_PRONOUNS[_0x1a2697(0x7c4,'\x72\x6c\x64\x52')](_0xb210d7)&&!NEGATIVE_EVIDENCE_DETERMINERS[_0x1a2697(0x303,'\x43\x66\x46\x47')](_0xb210d7)||/(?:ed|able|al|ary|ful|ible|ic|ive|less|ory|ous)$/u[_0x1a2697(0x6a2,'\x7a\x4e\x66\x66')](_0xb210d7);}function hasNegativePrenominalTarget(_0x2b3a5f,_0x19bafa,_0x1c65b1){const _0x44b075=_0x52d82d;let _0x1e0598=![];for(let _0x1d5f35=_0x19bafa-(0x623+-0x1127*-0x1+0x7c3*-0x3);_0x1d5f35>=_0x1c65b1;_0x1d5f35-=-0xfda+0x49*0xb+0xcb8){if(_0x44b075(0x590,'\x4b\x78\x45\x56')===_0x44b075(0x1a7,'\x71\x67\x67\x65')){if(isIgnoredRequiredToken(_0x2b3a5f,_0x1d5f35))continue;const _0x43fbfc=_0x2b3a5f[_0x44b075(0x7f7,'\x43\x66\x46\x47')][_0x1d5f35]?.[_0x44b075(0xe6,'\x4e\x45\x71\x42')]??'';if(hasEffectiveCommaBefore(_0x2b3a5f,_0x1d5f35+(0x343*-0x3+0x9b*0xd+0x1eb))||TARGET_SCOPE_RESET_TERMS_LOCAL[_0x44b075(0x16c,'\x4a\x4b\x71\x47')](_0x43fbfc))return![];if(isNegativeRequiredToken(_0x2b3a5f,_0x1d5f35))return _0x43fbfc!==_0x44b075(0xbe,'\x79\x6c\x5b\x4e')||!_0x1e0598;if(CONTEXTUAL_ZERO_METRIC_TERMS['\x68\x61\x73'](_0x43fbfc)){_0x1e0598=!![];continue;}if(_0x43fbfc==='\x6f\x66'||/ly$/u[_0x44b075(0x6a2,'\x7a\x4e\x66\x66')](_0x43fbfc)||isAttributiveTargetModifier(_0x43fbfc))continue;if(KNOWN_EVIDENCE_ACTION_TERMS[_0x44b075(0x4f1,'\x58\x55\x4e\x39')](_0x43fbfc)||_0x43fbfc[_0x44b075(0x15e,'\x35\x25\x6c\x69')](_0x44b075(0x11e,'\x4c\x72\x6f\x49')))return![];}else{if(_0x71b63d['\x74\x65\x73\x74'](_0x1f6d89))return _0x38d43d(_0x1a8092,_0x2be8cf,_0x5c83a0);return _0x195325(_0x59b9f8,_0x20cffe,_0x40896c)?_0x4ab8ea:_0x592714;}}return![];}function hasActiveTargetLinks(_0x576c66,_0x28841b,_0x3526ad){const _0x2c3c0e=_0x52d82d;for(let _0x1554c4=_0x28841b+(-0x1766+0x1*0x1c0f+-0x4a8);_0x1554c4<_0x3526ad;_0x1554c4+=-0x79*-0x13+0x4*-0x800+0x1706){if(isIgnoredRequiredToken(_0x576c66,_0x1554c4))continue;const _0x4d35e5=_0x576c66[_0x2c3c0e(0x491,'\x72\x67\x51\x66')][_0x1554c4]?.[_0x2c3c0e(0x41d,'\x5d\x55\x50\x70')]??'';if(hasEffectiveCommaBefore(_0x576c66,_0x1554c4)||PREDICATE_COORDINATOR_TERMS[_0x2c3c0e(0x627,'\x4c\x4a\x73\x70')](_0x4d35e5)||PREDICATE_SCOPE_RESET_TERMS['\x68\x61\x73'](_0x4d35e5)||EMBEDDED_CLAIM_GOVERNOR_TERMS[_0x2c3c0e(0x15b,'\x2a\x35\x33\x38')](_0x4d35e5)||!isAttributiveTargetModifier(_0x4d35e5))return![];if(_0x4d35e5===_0x2c3c0e(0x7b4,'\x50\x75\x76\x57')&&nextRequiredToken(_0x576c66,_0x1554c4,_0x3526ad)!==_0x2c3c0e(0x569,'\x5d\x77\x66\x70'))return![];}return!![];}function nearestPredicateChainTerm(_0x332634,_0x564d67,_0x50d0a2){const _0x56f053=_0x52d82d;for(let _0x58c707=_0x564d67['\x76\x65\x72\x62\x49\x6e\x64\x65'+'\x78']-(0x1302+-0x767+-0x3de*0x3);_0x58c707>=_0x564d67[_0x56f053(0x577,'\x4a\x4b\x71\x47')+'\x72\x74'];_0x58c707-=-0xed0+0x1888+-0x9b7){if(isIgnoredRequiredToken(_0x332634,_0x58c707))continue;const _0x2e2735=_0x332634[_0x56f053(0x5fe,'\x48\x49\x45\x24')][_0x58c707]?.[_0x56f053(0x14b,'\x4c\x72\x6f\x49')]??'';if(_0x2e2735===_0x56f053(0x33d,'\x5a\x25\x5a\x6f')){let _0x541af6=_0x58c707-(0x3*0x639+0x84+-0x132e*0x1);while(_0x541af6>=_0x564d67[_0x56f053(0x62c,'\x4c\x72\x6f\x49')+'\x72\x74']&&isIgnoredRequiredToken(_0x332634,_0x541af6))_0x541af6-=-0x1ad*0x7+-0x1*-0x242b+0x825*-0x3;if(_0x332634[_0x56f053(0xed,'\x6e\x4f\x26\x45')][_0x541af6]?.[_0x56f053(0x6da,'\x6f\x6c\x73\x72')]===_0x56f053(0x535,'\x43\x31\x24\x6b')){if('\x49\x59\x46\x64\x44'===_0x56f053(0x7ab,'\x42\x69\x23\x44'))return{'\x73\x74\x61\x72\x74':_0x4bcff0+(-0x1f48+-0x25*-0x10d+-0x51*0x18),'\x69\x6e\x64\x65\x78':_0x3e0b7b,'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':![]};else{_0x58c707=_0x541af6;continue;}}}if(AFFIRMATIVE_PREDICATE_MODIFIER_TERMS[_0x56f053(0x487,'\x47\x64\x37\x28')](_0x2e2735))continue;if(_0x50d0a2&&_0x2e2735==='\x74\x6f')continue;return _0x2e2735;}return undefined;}function hasBlockingRootPredicateModifier(_0x1970ea,_0x438683){const _0x4c9adf=_0x52d82d;for(let _0x3f6f77=_0x438683[_0x4c9adf(0x106,'\x7a\x4e\x66\x66')+'\x72\x74'];_0x3f6f77<_0x438683[_0x4c9adf(0x1d0,'\x35\x25\x6c\x69')+'\x78'];_0x3f6f77+=-0x219f+0x1a39+0x5*0x17b){if(isIgnoredRequiredToken(_0x1970ea,_0x3f6f77))continue;const _0x2e1bcf=_0x1970ea[_0x4c9adf(0x307,'\x71\x70\x25\x76')][_0x3f6f77]?.[_0x4c9adf(0x260,'\x47\x64\x37\x28')]??'';if(isBlockingRootPredicateModifierTerm(_0x2e1bcf)&&!isSubjectParticipleAdverb(_0x1970ea,_0x438683,_0x3f6f77))return!![];}return![];}function hasExplicitEmbeddedSubjectAfter(_0x45cc39,_0xc48eca,_0x20907f){const _0x42cfdd=_0x52d82d;for(let _0x1ce65b=_0xc48eca;_0x1ce65b<_0x20907f;_0x1ce65b+=-0xc7c+-0x9b+0xd18){if(_0x42cfdd(0x203,'\x6e\x4f\x26\x45')!==_0x42cfdd(0x478,'\x6e\x4f\x26\x45')){if(isIgnoredRequiredToken(_0x45cc39,_0x1ce65b))continue;const _0x59dd91=_0x45cc39[_0x42cfdd(0x2f6,'\x46\x66\x49\x71')][_0x1ce65b]?.[_0x42cfdd(0x1ae,'\x4b\x71\x4c\x6e')]??'';if(SUBJECT_PRONOUN_TERMS[_0x42cfdd(0x654,'\x5d\x55\x50\x70')](_0x59dd91)||SUBJECT_ARTICLE_TERMS[_0x42cfdd(0x2e5,'\x54\x4e\x6b\x5d')](_0x59dd91)||isNegativeRequiredToken(_0x45cc39,_0x1ce65b))return!![];}else{if(_0x500a6e[_0x42cfdd(0x320,'\x71\x70\x25\x76')+'\x78']===_0x37c19d[_0x42cfdd(0x265,'\x47\x64\x37\x28')+'\x72\x74'])return!![];const _0xc9ba00=_0x295887(_0x54dcfb,_0x8bd45a,![]);return _0xc9ba00!==_0x16d8a7&&(_0x3539aa[_0x42cfdd(0x4e7,'\x5d\x77\x66\x70')](_0xc9ba00)||_0x41d31a[_0x42cfdd(0x257,'\x45\x53\x66\x41')](_0xc9ba00)||_0x1c3b9f[_0x42cfdd(0x30c,'\x43\x31\x24\x6b')](_0xc9ba00));}}return![];}function isCompletedRelativePredicate(_0x2bf16f,_0x489dae,_0x403ef9){const _0xb81903=_0x52d82d;for(let _0x589111=_0x403ef9-(0x1240+-0x699+-0xba6);_0x589111>=_0x489dae[_0xb81903(0x4bb,'\x21\x64\x5d\x35')+'\x72\x74'];_0x589111-=0xef0*-0x2+0x1517+0xa*0xe1){if(isIgnoredRequiredToken(_0x2bf16f,_0x589111)||_0x2bf16f[_0xb81903(0x242,'\x4c\x4a\x73\x70')][_0x589111]?.[_0xb81903(0x4e5,'\x71\x71\x66\x5e')]!==_0xb81903(0x6a3,'\x63\x30\x44\x71'))continue;return!hasFinitePredicatePrefix(_0x2bf16f,_0x489dae[_0xb81903(0xe7,'\x71\x71\x66\x5e')+'\x72\x74'],_0x589111);}return![];}function isParticipialSubjectModifier(_0x20097a,_0x1a4131,_0x19b2b5){const _0x32f935=_0x52d82d;for(let _0x1f1b40=_0x1a4131[_0x32f935(0x5a1,'\x71\x78\x4a\x71')+'\x72\x74'];_0x1f1b40<_0x19b2b5;_0x1f1b40+=-0xd5a+0xb51+0x20a){if('\x4b\x6b\x6b\x52\x4d'!=='\x4b\x6b\x6b\x52\x4d'){const _0x549a79=new _0x18f023([_0x3252f2]),_0x4a6ae5=_0x31d2bc(_0x5ac2ec);if(!_0x4a6ae5)return _0x549a79;if(_0x3c931f===_0x32f935(0x3f8,'\x58\x55\x4e\x39')&&_0x6d519e[_0x32f935(0x747,'\x4b\x71\x4c\x6e')]('\x69\x6e\x67')&&_0x13f76a[_0x32f935(0x144,'\x4b\x78\x45\x56')](_0x4a6ae5))return _0x549a79;const _0x38f5df=_0x4b8fc6[_0x32f935(0x10c,'\x4b\x78\x45\x56')](_0x4a6ae5);if(_0x38f5df){for(const _0x190b6d of _0x38f5df)_0x549a79[_0x32f935(0x3a8,'\x2a\x35\x33\x38')](_0x190b6d);}else _0x147daf(_0x4a6ae5,_0x549a79);return _0x549a79;}else{if(isIgnoredRequiredToken(_0x20097a,_0x1f1b40))continue;const _0x2aa141=_0x20097a[_0x32f935(0x858,'\x67\x5b\x49\x52')][_0x1f1b40]?.[_0x32f935(0x690,'\x54\x67\x4a\x35')]??'',_0x19c6c1=BROAD_EVIDENCE_LINK_TERMS[_0x32f935(0x64d,'\x71\x70\x25\x76')](_0x2aa141)&&_0x2aa141!==_0x32f935(0x4b2,'\x4f\x73\x42\x5a')&&_0x2aa141!=='\x6f\x6e\x6c\x79';if(_0x19c6c1||/ly$/u[_0x32f935(0xf7,'\x4b\x61\x4b\x59')](_0x2aa141)||/(?:ed|ing)$/u[_0x32f935(0xf7,'\x4b\x61\x4b\x59')](_0x2aa141)||isAttributiveTargetModifier(_0x2aa141))continue;return![];}}let _0x4effa4=![];for(let _0x258b76=_0x19b2b5+(-0x2e0+-0x2166+0x2447);_0x258b76<_0x1a4131[_0x32f935(0x4ce,'\x67\x5b\x49\x52')+'\x78'];_0x258b76+=0xa72*0x3+-0x1a*0x1f+-0x5a3*0x5){if(_0x32f935(0x135,'\x5a\x25\x5a\x6f')===_0x32f935(0x838,'\x45\x53\x66\x41')){const _0x40f678=[..._0x5b8efe[_0x32f935(0x64a,'\x50\x75\x76\x57')](_0x2e39d8)];return _0x40f678[_0x32f935(0x4c9,'\x2a\x35\x33\x38')]((_0x94fcb7,_0x562a5e)=>{const _0x52fa5e=_0x32f935,_0x2512c9=_0x94fcb7[_0x52fa5e(0x1f9,'\x43\x31\x24\x6b')],_0x2be6b6=_0x40f678[_0x562a5e+(0x6ca*-0x1+-0x9ba+0x1085)]?.[_0x52fa5e(0x1f9,'\x43\x31\x24\x6b')]??_0x4e1b64[_0x52fa5e(0x4ee,'\x35\x25\x6c\x69')],_0x310442=_0x2c2135[_0x52fa5e(0x192,'\x6e\x4f\x26\x45')](_0x2512c9,_0x2be6b6),_0x7e257c=_0x310442['\x6d\x61\x74\x63\x68'](/\b(?:and|but|however|although|though)\s*$/i),_0x27d279=_0x2512c9+(_0x7e257c?.['\x69\x6e\x64\x65\x78']??_0x310442[_0x52fa5e(0x124,'\x45\x53\x66\x41')]),_0x2ac38f=_0x113936[_0x52fa5e(0x77c,'\x43\x31\x24\x6b')](_0x2512c9,_0x27d279)[_0x52fa5e(0x700,'\x67\x5b\x49\x52')](/\s*$/)?.[-0x5dd*0x5+0x1f*-0xf1+0x3a80][_0x52fa5e(0x2ef,'\x33\x73\x77\x6d')]??0xb8d*0x2+-0x9f8+-0xd22*0x1,_0x4a398b=_0x27d279-_0x2ac38f;if(_0x4a398b<=_0x2512c9)return[];return[{'\x6b\x69\x6e\x64':_0x2db76b(_0x94fcb7[0x1f72+-0xca*0x17+-0xd4c]),'\x74\x65\x78\x74':_0x30d7f6['\x73\x6c\x69\x63\x65'](_0x2512c9,_0x4a398b),'\x73\x74\x61\x72\x74':_0x2512c9,'\x65\x6e\x64':_0x4a398b}];});}else{if(isIgnoredRequiredToken(_0x20097a,_0x258b76))continue;const _0x234033=_0x20097a[_0x32f935(0x2b5,'\x21\x64\x5d\x35')][_0x258b76]?.[_0x32f935(0x81a,'\x54\x4e\x6b\x5d')]??'';if(hasEffectiveCommaBefore(_0x20097a,_0x258b76)||PREDICATE_COORDINATOR_TERMS[_0x32f935(0xe4,'\x7a\x4e\x66\x66')](_0x234033)||PREDICATE_SCOPE_RESET_TERMS[_0x32f935(0x2cf,'\x76\x43\x76\x33')](_0x234033)||BROAD_EVIDENCE_LINK_TERMS[_0x32f935(0x650,'\x63\x30\x44\x71')](_0x234033)||SUBJECT_PRONOUN_TERMS[_0x32f935(0x51c,'\x4c\x72\x6f\x49')](_0x234033)||_0x234033===_0x32f935(0x313,'\x71\x67\x67\x65')||_0x234033==='\x74\x6f')return![];if(isRequiredPassiveAuxiliary(_0x234033)){if(!_0x4effa4)return![];continue;}if(KNOWN_EVIDENCE_ACTION_TERMS[_0x32f935(0x288,'\x6e\x33\x6b\x6e')](_0x234033)){const _0x1545a2=!_0x4effa4&&(IRREGULAR_VERB_FORMS['\x68\x61\x73'](_0x234033)||GENERIC_ACTION_TERMS[_0x32f935(0x6b6,'\x6e\x4f\x26\x45')](_0x234033))&&!EXACT_ONLY_PROGRESSIVE_LEMMAS[_0x32f935(0x22e,'\x34\x36\x4f\x47')](_0x234033);if(!_0x1545a2)return![];_0x4effa4=!![];continue;}if(/ly$/u['\x74\x65\x73\x74'](_0x234033))continue;if(/(?:ed|ing)$/u['\x74\x65\x73\x74'](_0x234033)){if(_0x32f935(0x2ee,'\x71\x67\x67\x65')===_0x32f935(0x59f,'\x35\x25\x6c\x69')){if(_0x4effa4)return![];continue;}else{let _0x14d465=_0x30f1c9;while(_0x14d465>_0x279a53&&_0xaa13f7[_0x32f935(0x611,'\x4b\x78\x45\x56')][_0x14d465-(-0x1ede+-0x2058+0x3f37)]?.[_0x32f935(0x7f,'\x5d\x77\x61\x46')]===_0x3f1372[_0x32f935(0x476,'\x71\x70\x25\x76')]&&!_0x5ea2bb(_0x3cd284,_0x14d465))_0x14d465-=-0x3*-0x5d4+-0xf0f+-0x26c;if(_0x31fdea(_0x53c719,_0x14d465,_0x17dfe8)&&_0x40f58b(_0x342729,_0x1d2f7e+(-0x302+-0x1709+0x1a0c),_0x3f358a))return{'\x73\x74\x61\x72\x74':_0x2449a9+(-0xbde*-0x2+0x3ef+0x1*-0x1baa),'\x69\x6e\x64\x65\x78':_0x10d91c,'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':![]};}}_0x4effa4=!![];}}return _0x4effa4;}function isRelativeNominalClaimHead(_0x18edef,_0x7cc943,_0x255f39){const _0x4d9e6e=_0x52d82d;if(!NOMINAL_CLAIM_HEAD_TERMS[_0x4d9e6e(0x147,'\x4f\x73\x42\x5a')](_0x18edef[_0x4d9e6e(0xe8,'\x35\x25\x6c\x69')][_0x255f39]?.[_0x4d9e6e(0x7dc,'\x4c\x4a\x73\x70')]??''))return![];for(let _0x32ecdb=_0x7cc943['\x6c\x6f\x63\x61\x6c\x53\x74\x61'+'\x72\x74'];_0x32ecdb<_0x255f39;_0x32ecdb+=0x40e+0x5d8+-0x9e5){if(isIgnoredRequiredToken(_0x18edef,_0x32ecdb))continue;const _0x472cfe=_0x18edef[_0x4d9e6e(0x2cc,'\x47\x64\x37\x28')][_0x32ecdb]?.[_0x4d9e6e(0xe6,'\x4e\x45\x71\x42')]??'',_0x3ab578=BROAD_EVIDENCE_LINK_TERMS[_0x4d9e6e(0x201,'\x35\x25\x6c\x69')](_0x472cfe)&&_0x472cfe!==_0x4d9e6e(0x52e,'\x4b\x71\x4c\x6e')&&_0x472cfe!==_0x4d9e6e(0x408,'\x71\x70\x25\x76');if(_0x3ab578||isNegativeRequiredToken(_0x18edef,_0x32ecdb)||/ly$/u[_0x4d9e6e(0x866,'\x4b\x78\x45\x56')](_0x472cfe)||isAttributiveTargetModifier(_0x472cfe))continue;return![];}let _0x31375d=_0x255f39+(0x1*0xd3c+-0x11*0x1d9+0x122e);while(_0x31375d<_0x7cc943[_0x4d9e6e(0x7f5,'\x79\x41\x65\x21')+'\x78']&&isIgnoredRequiredToken(_0x18edef,_0x31375d)){if('\x7a\x62\x6f\x4e\x47'==='\x7a\x62\x6f\x4e\x47')_0x31375d+=-0x180a+0x11*0x73+0x1068;else{let _0x4ad0e6=_0x20ec2c[_0x4d9e6e(0x2af,'\x4e\x45\x71\x42')](_0x4cfd5c,'\x20');_0x4ad0e6=_0x4ad0e6[_0x4d9e6e(0x3d0,'\x2a\x35\x33\x38')](_0x5009e6,(_0x49fcc0,_0x32161d,_0x2ee3ce)=>{const _0x3dc885=_0x4d9e6e,_0x2e29d4=_0x4ad0e6['\x73\x6c\x69\x63\x65'](0x4bc*-0x6+-0x1be9*0x1+0x3851,_0x2ee3ce),_0x396df5=_0x4ad0e6[_0x3dc885(0x402,'\x71\x70\x25\x76')](_0x2ee3ce+_0x49fcc0[_0x3dc885(0x834,'\x54\x4e\x6b\x5d')]);return _0x470ed4(_0x2e29d4)&&_0x45abdf(_0x396df5,_0x3b9168[_0x3dc885(0x5b7,'\x79\x41\x65\x21')+_0x3dc885(0x84a,'\x42\x69\x23\x44')],!![])?_0x32161d+'\x20':_0x49fcc0;});const _0x1ad0b4=_0x4a17b7[_0x4d9e6e(0x3c5,'\x4a\x4b\x71\x47')](_0x4ad0e6);if(!_0x1ad0b4)return _0x4ad0e6;const _0x1e9d55=_0x4ad0e6[_0x4d9e6e(0x5b0,'\x4c\x4a\x73\x70')](_0x1ad0b4[0x6*0x625+-0x2c2*0x8+0xa*-0x17b][_0x4d9e6e(0x5f8,'\x4b\x78\x45\x56')]);return _0x669c26(_0x1e9d55,_0x4e512d['\x61\x63\x74\x69\x6f\x6e\x46\x6f'+_0x4d9e6e(0x6ee,'\x71\x78\x4a\x71')])||_0x5aaf3d(_0x1e9d55,_0xcf0a94)?_0x1e9d55:_0x4ad0e6;}}if(_0x18edef[_0x4d9e6e(0x1d2,'\x6e\x33\x6b\x6e')][_0x31375d]?.[_0x4d9e6e(0x83d,'\x63\x30\x44\x71')]!==_0x4d9e6e(0x6a3,'\x63\x30\x44\x71'))return![];const _0x4214aa=relativePredicateStart(_0x18edef,_0x31375d+(0x1d*-0x2b+-0x1*-0x36e+0x172),_0x7cc943[_0x4d9e6e(0x245,'\x63\x59\x76\x79')+'\x78']);if(_0x4214aa>=_0x7cc943['\x76\x65\x72\x62\x49\x6e\x64\x65'+'\x78'])return![];const _0x33d6f8=_0x18edef[_0x4d9e6e(0x223,'\x7a\x49\x51\x23')][_0x4214aa]?.[_0x4d9e6e(0x3bd,'\x46\x66\x49\x71')]??'';if(EMBEDDED_CLAIM_GOVERNOR_TERMS[_0x4d9e6e(0x487,'\x47\x64\x37\x28')](_0x33d6f8))return![];const _0x1e2c03=isRequiredPassiveAuxiliary(_0x33d6f8);if(!_0x1e2c03){const _0x340198=relativeSafeFinitePredicateEnd(_0x18edef,_0x4214aa,_0x7cc943[_0x4d9e6e(0x449,'\x79\x6c\x5b\x4e')+'\x78']);if(_0x340198!==undefined)return!hasEmbeddedClaimGovernorInSpan(_0x18edef,_0x340198,_0x7cc943[_0x4d9e6e(0x4d5,'\x54\x4e\x6b\x5d')+'\x78']);return hasBoundedRegularRelativePredicate(_0x18edef,_0x4214aa,_0x7cc943[_0x4d9e6e(0x3b6,'\x6e\x33\x6b\x6e')+'\x78']);}for(let _0x458379=_0x4214aa;_0x458379<_0x7cc943[_0x4d9e6e(0x502,'\x63\x30\x44\x71')+'\x78'];_0x458379+=0x2526+0x123f*-0x1+0x973*-0x2){if(isIgnoredRequiredToken(_0x18edef,_0x458379))continue;const _0x347cf2=_0x18edef['\x74\x6f\x6b\x65\x6e\x73'][_0x458379]?.['\x76\x61\x6c\x75\x65']??'';if(isRequiredPassiveAuxiliary(_0x347cf2)||AFFIRMATIVE_PREDICATE_MODIFIER_TERMS[_0x4d9e6e(0x201,'\x35\x25\x6c\x69')](_0x347cf2)||_0x347cf2===_0x4d9e6e(0x86c,'\x54\x67\x4a\x35')||_0x347cf2==='\x6e\x65\x76\x65\x72')continue;if(EMBEDDED_CLAIM_GOVERNOR_TERMS[_0x4d9e6e(0x654,'\x5d\x55\x50\x70')](_0x347cf2))return![];return!![];}return![];}function isSubjectParticipleAdverb(_0xd4c0a8,_0x5ea86c,_0x143937){const _0x2f76f4=_0x52d82d;let _0x37c464=_0x143937+(0x1608+-0xecb*0x1+-0x73c*0x1);while(_0x37c464<_0x5ea86c[_0x2f76f4(0x587,'\x33\x73\x77\x6d')+'\x78']&&isIgnoredRequiredToken(_0xd4c0a8,_0x37c464)){_0x37c464+=-0x12f4+-0xa5d+0x1d52;}return/(?:ed|ing)$/u['\x74\x65\x73\x74'](_0xd4c0a8[_0x2f76f4(0x495,'\x35\x31\x21\x71')][_0x37c464]?.[_0x2f76f4(0x4df,'\x4a\x4b\x71\x47')]??'')&&isParticipialSubjectModifier(_0xd4c0a8,_0x5ea86c,_0x37c464);}function hasEmbeddedClaimGovernor(_0x4c07c8,_0x5f3e9c){const _0x2c5771=_0x52d82d;for(let _0x4ea94f=_0x5f3e9c[_0x2c5771(0x7ce,'\x5a\x25\x5a\x6f')+'\x72\x74'];_0x4ea94f<_0x5f3e9c[_0x2c5771(0x34d,'\x34\x36\x4f\x47')+'\x78'];_0x4ea94f+=-0x1*-0x679+-0x1991+-0x1319*-0x1){if(_0x2c5771(0x1e2,'\x43\x66\x46\x47')!==_0x2c5771(0x36c,'\x67\x5b\x49\x52'))return _0xcbd30f(_0x379aea,_0xd052f5,_0x367c80);else{if(isIgnoredRequiredToken(_0x4c07c8,_0x4ea94f))continue;const _0x24d4c2=_0x4c07c8['\x74\x6f\x6b\x65\x6e\x73'][_0x4ea94f]?.[_0x2c5771(0x651,'\x5d\x77\x61\x46')]??'';if(!EMBEDDED_CLAIM_GOVERNOR_TERMS[_0x2c5771(0x24f,'\x4c\x56\x21\x6e')](_0x24d4c2))continue;if(isRelativeNominalClaimHead(_0x4c07c8,_0x5f3e9c,_0x4ea94f))continue;if(/(?:ed|ing)$/u[_0x2c5771(0x555,'\x72\x6c\x64\x52')](_0x24d4c2)&&isParticipialSubjectModifier(_0x4c07c8,_0x5f3e9c,_0x4ea94f))continue;if(hasExplicitEmbeddedSubjectAfter(_0x4c07c8,_0x4ea94f+(-0x1*-0x1d81+0xa95+-0x2815),_0x5f3e9c[_0x2c5771(0x3c3,'\x4e\x45\x71\x42')+'\x78'])||hasFinitePredicateInSpan(_0x4c07c8,_0x4ea94f+(-0x1e1d*-0x1+0x9fc+-0x2818),_0x5f3e9c[_0x2c5771(0x750,'\x4b\x61\x4b\x59')+'\x78']))return!![];}}return![];}function hasPriorNonAuxiliaryGovernor(_0x3d7b8a,_0x54e7e0){const _0x1248fc=_0x52d82d;if(hasEmbeddedClaimGovernor(_0x3d7b8a,_0x54e7e0))return!![];for(let _0x527595=_0x54e7e0[_0x1248fc(0x5d2,'\x4c\x4a\x73\x70')+'\x72\x74'];_0x527595<_0x54e7e0[_0x1248fc(0x245,'\x63\x59\x76\x79')+'\x78'];_0x527595+=0xb*0x323+0x41*0x6f+-0x1*0x3eaf){if(isIgnoredRequiredToken(_0x3d7b8a,_0x527595))continue;const _0x34d437=_0x3d7b8a[_0x1248fc(0x877,'\x71\x78\x4a\x71')][_0x527595]?.[_0x1248fc(0x81a,'\x54\x4e\x6b\x5d')]??'';if(isRequiredPassiveAuxiliary(_0x34d437)||AFFIRMATIVE_PREDICATE_MODIFIER_TERMS[_0x1248fc(0x51c,'\x4c\x72\x6f\x49')](_0x34d437)||NON_SUBJECT_PREFIX_TERMS[_0x1248fc(0x592,'\x7a\x49\x51\x23')](_0x34d437))continue;if(isRelativeNominalClaimHead(_0x3d7b8a,_0x54e7e0,_0x527595))continue;if(UNAMBIGUOUS_EMBEDDED_CLAIM_GOVERNOR_TERMS[_0x1248fc(0x592,'\x7a\x49\x51\x23')](_0x34d437))return!![];if(/(?:ed|ing)$/u[_0x1248fc(0x41e,'\x54\x4e\x6b\x5d')](_0x34d437)){if(isParticipialSubjectModifier(_0x3d7b8a,_0x54e7e0,_0x527595))continue;if(isCompletedRelativePredicate(_0x3d7b8a,_0x54e7e0,_0x527595))continue;return!![];}if(_0x34d437[_0x1248fc(0x652,'\x57\x5a\x32\x5a')]>-0xcb2+-0x236b+-0x9a0*-0x5&&_0x34d437['\x65\x6e\x64\x73\x57\x69\x74\x68']('\x73')&&hasExplicitEmbeddedSubjectAfter(_0x3d7b8a,_0x527595+(0x6a9*0x5+0x1*0x2417+0x23d*-0x1f),_0x54e7e0[_0x1248fc(0x27b,'\x50\x75\x76\x57')+'\x78']))return!![];}return![];}function hasFiniteActivePredicate(_0x51a314,_0x5af844){const _0x1f6516=_0x52d82d,_0x2d682e=_0x51a314[_0x1f6516(0x4a9,'\x45\x53\x66\x41')][_0x5af844[_0x1f6516(0x502,'\x63\x30\x44\x71')+'\x78']]?.[_0x1f6516(0x260,'\x47\x64\x37\x28')]??'';if(hasBlockingRootPredicateModifier(_0x51a314,_0x5af844)||hasPriorNonAuxiliaryGovernor(_0x51a314,_0x5af844))return![];if(INDEPENDENT_BROAD_FORM_TERMS[_0x1f6516(0x201,'\x35\x25\x6c\x69')](_0x2d682e))return!![];if(_0x2d682e[_0x1f6516(0x886,'\x67\x5b\x49\x52')](_0x1f6516(0x91,'\x5d\x77\x66\x70'))){if(_0x1f6516(0x3bb,'\x7a\x4e\x66\x66')!==_0x1f6516(0x687,'\x47\x64\x37\x28')){if(_0x5af844[_0x1f6516(0x320,'\x71\x70\x25\x76')+'\x78']===_0x5af844['\x6c\x6f\x63\x61\x6c\x53\x74\x61'+'\x72\x74'])return!![];const _0x52acfe=nearestPredicateChainTerm(_0x51a314,_0x5af844,![]);return _0x52acfe!==undefined&&(PASSIVE_BE_AUXILIARY_TERMS[_0x1f6516(0x592,'\x7a\x49\x51\x23')](_0x52acfe)||MODAL_AUXILIARY_TERMS['\x68\x61\x73'](_0x52acfe)||SEMI_MODAL_AUXILIARY_TERMS[_0x1f6516(0x56b,'\x72\x67\x51\x66')](_0x52acfe));}else{const _0x27acfb=_0x50e5e9[_0x54eef9]?.[_0x1f6516(0x64f,'\x72\x6c\x64\x52')]??'';if(_0x25870d[_0x1f6516(0x4a7,'\x33\x73\x77\x6d')](_0x27acfb)||_0x40cdf5(_0x27acfb)||_0x292183[_0x1f6516(0x69d,'\x48\x49\x45\x24')](_0x27acfb))return![];}}const _0xd8c2ee=nearestPredicateChainTerm(_0x51a314,_0x5af844,!![]);if(PERFECT_BROAD_FORM_TERMS[_0x1f6516(0x6d0,'\x5d\x77\x61\x46')](_0x2d682e))return _0xd8c2ee!==undefined&&PERFECT_AUXILIARY_TERMS[_0x1f6516(0x7c4,'\x72\x6c\x64\x52')](_0xd8c2ee);return _0xd8c2ee!==undefined&&(MODAL_AUXILIARY_TERMS[_0x1f6516(0x7c4,'\x72\x6c\x64\x52')](_0xd8c2ee)||SEMI_MODAL_AUXILIARY_TERMS[_0x1f6516(0x452,'\x79\x6c\x5b\x4e')](_0xd8c2ee));}function isRequiredPassiveAuxiliary(_0x1341ea){const _0x29a690=_0x52d82d;return PASSIVE_AUXILIARY_TERMS[_0x29a690(0xc4,'\x63\x59\x76\x79')](_0x1341ea)||MODAL_AUXILIARY_TERMS[_0x29a690(0x748,'\x4b\x71\x4c\x6e')](_0x1341ea)||SEMI_MODAL_AUXILIARY_TERMS['\x68\x61\x73'](_0x1341ea);}function _0x1b9c(_0x572a30,_0x167ba8){_0x572a30=_0x572a30-(0x16b5+0x269a+-0x3cd3);const _0x26c8b9=_0xb41a();let _0x344cb4=_0x26c8b9[_0x572a30];if(_0x1b9c['\x6e\x44\x6d\x6a\x61\x42']===undefined){var _0x4d797e=function(_0x4150e7){const _0x21c904='\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f\x70\x71\x72\x73\x74\x75\x76\x77\x78\x79\x7a\x41\x42\x43\x44\x45\x46\x47\x48\x49\x4a\x4b\x4c\x4d\x4e\x4f\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x30\x31\x32\x33\x34\x35\x36\x37\x38\x39\x2b\x2f\x3d';let _0x17753e='',_0x463e84='';for(let _0x47ee47=0x1*0x1a8f+0x1d44*0x1+-0x37d3,_0x3b0a6c,_0x56e96d,_0x24bbf1=0x1*-0x1e2f+-0x229f+0x40ce;_0x56e96d=_0x4150e7['\x63\x68\x61\x72\x41\x74'](_0x24bbf1++);~_0x56e96d&&(_0x3b0a6c=_0x47ee47%(0x6dc+0x112a+0x36e*-0x7)?_0x3b0a6c*(-0x2709+-0x22fc+0x1*0x4a45)+_0x56e96d:_0x56e96d,_0x47ee47++%(-0x41*0x2f+0x17f6+-0x267*0x5))?_0x17753e+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0x1d*0xdd+0x62+0x2*-0xc36&_0x3b0a6c>>(-(-0xd9b+0x2587+-0xbf5*0x2)*_0x47ee47&-0xad0+0x216*0x1+0x8c0)):0x12a0+-0x1*-0x21a5+-0x3445){_0x56e96d=_0x21c904['\x69\x6e\x64\x65\x78\x4f\x66'](_0x56e96d);}for(let _0x38f968=-0x17a3+-0x235f+0x3b02,_0x32392a=_0x17753e['\x6c\x65\x6e\x67\x74\x68'];_0x38f968<_0x32392a;_0x38f968++){_0x463e84+='\x25'+('\x30\x30'+_0x17753e['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x38f968)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](0x35*-0x57+-0x2613+-0x1*-0x3826))['\x73\x6c\x69\x63\x65'](-(0x7*-0x3e5+-0x1f9b+-0x2*-0x1d70));}return decodeURIComponent(_0x463e84);};const _0x17f01e=function(_0x305766,_0x122979){let _0x3d72bd=[],_0x57137a=0x2d*-0x8e+0x17*-0x12+0x1a94,_0x53f019,_0x36eb16='';_0x305766=_0x4d797e(_0x305766);let _0x3744c5;for(_0x3744c5=0x1*-0x11de+0x12c1*-0x1+0x249f;_0x3744c5<0x6a5+-0xcbc+0x717;_0x3744c5++){_0x3d72bd[_0x3744c5]=_0x3744c5;}for(_0x3744c5=0xb53+0x2459*0x1+-0x2fac;_0x3744c5<0x5ae+-0x1*0x115f+0xcb1;_0x3744c5++){_0x57137a=(_0x57137a+_0x3d72bd[_0x3744c5]+_0x122979['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x3744c5%_0x122979['\x6c\x65\x6e\x67\x74\x68']))%(0x1*-0x23e2+0x24b6*0x1+0x2c),_0x53f019=_0x3d72bd[_0x3744c5],_0x3d72bd[_0x3744c5]=_0x3d72bd[_0x57137a],_0x3d72bd[_0x57137a]=_0x53f019;}_0x3744c5=-0x88b+-0x16f*-0xa+-0x5cb,_0x57137a=-0x13*-0x1fa+-0x19e1*0x1+0x1*-0xbad;for(let _0x51d458=0xb1d+0x1747*0x1+-0x4*0x899;_0x51d458<_0x305766['\x6c\x65\x6e\x67\x74\x68'];_0x51d458++){_0x3744c5=(_0x3744c5+(0x1f*0x4a+-0x22cd+0x19d8))%(-0x51b*0x2+0x26ef+-0x1bb9),_0x57137a=(_0x57137a+_0x3d72bd[_0x3744c5])%(0x5*-0x199+-0x5*-0x349+0x8*-0xee),_0x53f019=_0x3d72bd[_0x3744c5],_0x3d72bd[_0x3744c5]=_0x3d72bd[_0x57137a],_0x3d72bd[_0x57137a]=_0x53f019,_0x36eb16+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x305766['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x51d458)^_0x3d72bd[(_0x3d72bd[_0x3744c5]+_0x3d72bd[_0x57137a])%(0x9b6+-0x91*-0x5+-0xb8b)]);}return _0x36eb16;};_0x1b9c['\x5a\x51\x6b\x49\x52\x76']=_0x17f01e,_0x1b9c['\x42\x4d\x55\x4b\x50\x6d']={},_0x1b9c['\x6e\x44\x6d\x6a\x61\x42']=!![];}const _0x4ea7ce=_0x26c8b9[-0x865*-0x3+-0x61b+-0x1314],_0x2168d5=_0x572a30+_0x4ea7ce,_0x20ec43=_0x1b9c['\x42\x4d\x55\x4b\x50\x6d'][_0x2168d5];return!_0x20ec43?(_0x1b9c['\x7a\x72\x59\x72\x49\x4f']===undefined&&(_0x1b9c['\x7a\x72\x59\x72\x49\x4f']=!![]),_0x344cb4=_0x1b9c['\x5a\x51\x6b\x49\x52\x76'](_0x344cb4,_0x167ba8),_0x1b9c['\x42\x4d\x55\x4b\x50\x6d'][_0x2168d5]=_0x344cb4):_0x344cb4=_0x20ec43,_0x344cb4;}function hasPassiveTargetLinks(_0x5da6a3,_0x491fc6,_0x54845b){const _0x34e794=_0x52d82d,_0x2d4127=[];for(let _0x4a9cbe=_0x491fc6+(-0x1202+-0x17*-0x17b+0x100a*-0x1);_0x4a9cbe<_0x54845b;_0x4a9cbe+=-0x50a+-0x10a3+-0x22b*-0xa){if(isIgnoredRequiredToken(_0x5da6a3,_0x4a9cbe))continue;const _0x163942=_0x5da6a3[_0x34e794(0x405,'\x2a\x35\x33\x38')][_0x4a9cbe]?.[_0x34e794(0x4df,'\x4a\x4b\x71\x47')]??'';if(hasEffectiveCommaBefore(_0x5da6a3,_0x4a9cbe)||PREDICATE_COORDINATOR_TERMS['\x68\x61\x73'](_0x163942)||PREDICATE_SCOPE_RESET_TERMS['\x68\x61\x73'](_0x163942))return![];_0x2d4127['\x70\x75\x73\x68'](_0x163942);}const _0x4e8049=_0x2d4127[_0x34e794(0x132,'\x46\x66\x49\x71')+'\x78'](_0x29751b=>isRequiredPassiveAuxiliary(_0x29751b));if(_0x4e8049<-0x557*-0x1+-0x1*-0x259f+-0x2af6)return![];const _0x22769b=_0x2d4127[_0x34e794(0x2be,'\x58\x55\x4e\x39')](-0x222+0x3*0x21+0x1bf*0x1,_0x4e8049);if(_0x22769b[_0x34e794(0x1f2,'\x58\x55\x4e\x39')]>0xbcd+0x19ae+-0x13*0x1f9&&!PASSIVE_SUBJECT_POSTMODIFIER_TERMS[_0x34e794(0x4a7,'\x33\x73\x77\x6d')](_0x22769b[0x150b+-0x9ed+-0xb1e]??''))return![];if(_0x22769b['\x73\x6f\x6d\x65'](_0x111e31=>NEGATIVE_EVIDENCE_PRONOUNS[_0x34e794(0x254,'\x78\x62\x68\x4d')](_0x111e31)||NEGATIVE_EVIDENCE_DETERMINERS[_0x34e794(0x2cf,'\x76\x43\x76\x33')](_0x111e31)))return![];const _0xb1cfb0=_0x2d4127[_0x34e794(0x143,'\x33\x73\x77\x6d')](_0x4e8049);if(!_0xb1cfb0[_0x34e794(0x773,'\x6e\x4f\x26\x45')](_0x1a2b09=>PASSIVE_BE_AUXILIARY_TERMS[_0x34e794(0x6d0,'\x5d\x77\x61\x46')](_0x1a2b09)))return![];return _0xb1cfb0[_0x34e794(0x1b7,'\x6e\x4f\x26\x45')]((_0x1c4d94,_0x188d3f)=>(_0x1c4d94!==_0x34e794(0x4b2,'\x4f\x73\x42\x5a')||_0xb1cfb0[_0x188d3f+(-0xe4b*-0x1+-0x757*0x3+0x7bb)]===_0x34e794(0x33d,'\x5a\x25\x5a\x6f'))&&(isRequiredPassiveAuxiliary(_0x1c4d94)||_0x1c4d94==='\x74\x6f'||BROAD_EVIDENCE_LINK_TERMS[_0x34e794(0x40d,'\x71\x71\x66\x5e')](_0x1c4d94)||AFFIRMATIVE_PREDICATE_MODIFIER_TERMS[_0x34e794(0x748,'\x4b\x71\x4c\x6e')](_0x1c4d94)));}function nearestTargetAfter(_0x48657b,_0x12cf76){const _0x4ca428=_0x52d82d;return _0x12cf76[_0x4ca428(0x204,'\x48\x49\x45\x24')](_0xfea779=>_0xfea779>_0x48657b[_0x4ca428(0x6c6,'\x54\x67\x4a\x35')+'\x78']&&_0xfea779<_0x48657b[_0x4ca428(0x3e0,'\x7a\x49\x51\x23')]&&_0xfea779-_0x48657b[_0x4ca428(0x245,'\x63\x59\x76\x79')+'\x78']<=MAX_REQUIRED_EVIDENCE_PAIR_DISTANCE);}function nearestTargetBefore(_0x42cf97,_0x53c27e){const _0x52802f=_0x52d82d;for(let _0x354cc5=_0x53c27e['\x6c\x65\x6e\x67\x74\x68']-(-0x1570+0x1653*-0x1+0x2bc4*0x1);_0x354cc5>=-0x10b*0x1+0x93a+-0x82f;_0x354cc5-=0x1*-0xb03+0x19bb*0x1+0xeb7*-0x1){const _0x596761=_0x53c27e[_0x354cc5];if(_0x596761<_0x42cf97[_0x52802f(0x86a,'\x42\x69\x23\x44')+'\x72\x74'])return undefined;if(_0x596761<_0x42cf97[_0x52802f(0x811,'\x42\x69\x23\x44')+'\x78']&&_0x42cf97[_0x52802f(0x5e8,'\x48\x49\x45\x24')+'\x78']-_0x596761<=MAX_REQUIRED_EVIDENCE_PAIR_DISTANCE)return _0x596761;}return undefined;}function hasNegativePredicateTail(_0x30cdfa,_0x2ef39c,_0xa36748){const _0x21ad41=_0x52d82d;for(let _0x21961e=_0x2ef39c;_0x21961e<_0xa36748;_0x21961e+=0x1ded+0x247a+-0x4266){if(_0x21ad41(0x61f,'\x43\x66\x46\x47')!==_0x21ad41(0x435,'\x5a\x25\x5a\x6f')){if(isIgnoredRequiredToken(_0x30cdfa,_0x21961e))continue;const _0x1ddb8c=_0x30cdfa[_0x21ad41(0x75f,'\x6f\x6c\x73\x72')][_0x21961e]?.[_0x21ad41(0x529,'\x33\x73\x77\x6d')]??'';if(isNegativeRequiredToken(_0x30cdfa,_0x21961e))return!![];if(_0x1ddb8c==='\x6e\x6f\x74'&&nextRequiredToken(_0x30cdfa,_0x21961e,_0xa36748-(-0x4*0x443+-0x1991+-0x5*-0x886))===_0x21ad41(0xcd,'\x78\x62\x68\x4d'))continue;if(_0x1ddb8c===_0x21ad41(0x667,'\x4b\x78\x45\x56')||_0x1ddb8c===_0x21ad41(0x684,'\x72\x6c\x64\x52')||_0x1ddb8c===_0x21ad41(0x496,'\x79\x41\x65\x21')||/n't$/u[_0x21ad41(0xd1,'\x63\x30\x44\x71')](_0x1ddb8c))return!![];}else _0x187d40=_0x35007d+(0x20da+0x2685+-0x475e);}return![];}function hasLaterFinitePredicate(_0x52c6ee,_0x25971f,_0x5c913c){return hasFinitePredicateInSpan(_0x52c6ee,_0x25971f,_0x5c913c['\x65\x6e\x64']);}function hasNonIgnoredHardClauseTail(_0x15396a,_0x3554f6,_0x5dbb49){const _0x2e8d9b=_0x52d82d;for(let _0x329b35=_0x3554f6;_0x329b35<_0x15396a[_0x2e8d9b(0x395,'\x78\x62\x68\x4d')]['\x6c\x65\x6e\x67\x74\x68'];_0x329b35+=0x1bd4+-0xe10+0x10f*-0xd){const _0x235cbd=_0x15396a['\x74\x6f\x6b\x65\x6e\x73'][_0x329b35];if(!_0x235cbd||_0x235cbd[_0x2e8d9b(0xa8,'\x4c\x56\x21\x6e')]!==_0x5dbb49)break;if(!isIgnoredRequiredToken(_0x15396a,_0x329b35))return!![];}return![];}function standaloneGerundTailStart(_0x470a45,_0x48ea18){const _0x49a7be=_0x52d82d;let _0x8b5c06=_0x48ea18[_0x49a7be(0xd8,'\x7a\x4e\x66\x66')+'\x78']+(-0x9fa+-0x2479*0x1+0x2e74*0x1);while(_0x8b5c06<_0x470a45['\x74\x6f\x6b\x65\x6e\x73'][_0x49a7be(0x3ac,'\x79\x41\x65\x21')]&&isIgnoredRequiredToken(_0x470a45,_0x8b5c06))_0x8b5c06+=0x1319+-0x5be+0x1*-0xd5a;if(_0x470a45[_0x49a7be(0x37a,'\x4c\x56\x21\x6e')][_0x8b5c06]?.['\x76\x61\x6c\x75\x65']==='\x69\x74')_0x8b5c06+=0x132*0x20+-0x252c+-0x113;return _0x8b5c06;}function isPassiveTargetOwnedByPriorNominal(_0x553834,_0xc2e6a8,_0x39dfce){const _0x5c7f5e=_0x52d82d;let _0x78c940=_0xc2e6a8-(-0xe6*-0x29+0x2630+-0x17*0x343);while(_0x78c940>=_0x39dfce){if(isIgnoredRequiredToken(_0x553834,_0x78c940)){_0x78c940-=-0x91f+0x4*0x384+-0x4f0;continue;}const _0x501cbc=_0x553834[_0x5c7f5e(0x7d8,'\x79\x41\x65\x21')][_0x78c940]?.['\x76\x61\x6c\x75\x65']??'';if(isAttributiveTargetModifier(_0x501cbc)||/ly$/u[_0x5c7f5e(0x6b7,'\x6e\x4f\x26\x45')](_0x501cbc)){_0x78c940-=-0x9*-0x1d3+-0xe7c*0x1+0x1a*-0x13;continue;}const _0x1b6883=CONTEXTUAL_ZERO_METRIC_TERMS[_0x5c7f5e(0x6d0,'\x5d\x77\x61\x46')](_0x501cbc);for(let _0x44b4e6=_0x78c940-(0x813+-0x1c53+0x1441);_0x44b4e6>=_0x39dfce;_0x44b4e6-=0x5ed+0x2e8+-0x8d4){if(_0x5c7f5e(0x53e,'\x4c\x72\x6f\x49')!=='\x79\x55\x43\x56\x4e')return{'\x73\x74\x61\x72\x74':_0x28cb9+(0x489+-0x15cc+-0x1144*-0x1),'\x69\x6e\x64\x65\x78':_0x3fefa4,'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':![],'\x6e\x65\x67\x61\x74\x65\x73\x50\x72\x65\x64\x69\x63\x61\x74\x65':_0x53ecf2[_0x5c7f5e(0x233,'\x5d\x77\x66\x70')]==='\x77\x69\x74\x68\x6f\x75\x74'};else{if(isIgnoredRequiredToken(_0x553834,_0x44b4e6))continue;const _0x52f760=_0x553834[_0x5c7f5e(0x52f,'\x4c\x72\x6f\x49')][_0x44b4e6]?.[_0x5c7f5e(0x81a,'\x54\x4e\x6b\x5d')]??'';if(_0x1b6883&&_0x52f760===_0x5c7f5e(0x524,'\x72\x67\x51\x66'))return![];if(SUBJECT_ARTICLE_TERMS['\x68\x61\x73'](_0x52f760)||isNegativeRequiredToken(_0x553834,_0x44b4e6)||isAttributiveTargetModifier(_0x52f760)||/ly$/u['\x74\x65\x73\x74'](_0x52f760))continue;return!![];}}return![];}return![];}function hasContextualZeroMetricTarget(_0x407e98,_0x3822d7,_0x17b9ea){const _0x34e801=_0x52d82d;for(let _0xc40e8c=_0x3822d7-(-0x6fb*0x1+0x245d+-0x1d61);_0xc40e8c>=_0x17b9ea;_0xc40e8c-=0x1cee+-0x1692+0x1*-0x65b){if(isIgnoredRequiredToken(_0x407e98,_0xc40e8c))continue;const _0xea9d0b=_0x407e98[_0x34e801(0x492,'\x63\x59\x76\x79')][_0xc40e8c]?.[_0x34e801(0x7c6,'\x42\x69\x23\x44')]??'';if(hasEffectiveCommaBefore(_0x407e98,_0xc40e8c+(0x1d*-0xed+0xd*0x2f0+-0x1*0xb56))||TARGET_SCOPE_RESET_TERMS_LOCAL[_0x34e801(0x4f1,'\x58\x55\x4e\x39')](_0xea9d0b))return![];if(_0xea9d0b===_0x34e801(0x47e,'\x34\x36\x4f\x47')&&isNegativeRequiredToken(_0x407e98,_0xc40e8c))return isContextualZeroMetric(_0x407e98,_0xc40e8c,_0x3822d7);}return![];}function provesStandaloneBroadEvidence(_0x36e174,_0x309f17){const _0x8c6ddd=_0x52d82d,_0x52c0d8=_0x36e174[_0x8c6ddd(0x492,'\x63\x59\x76\x79')][_0x309f17[_0x8c6ddd(0x796,'\x6f\x6c\x73\x72')+'\x78']]?.[_0x8c6ddd(0x74b,'\x67\x5b\x49\x52')]??'',_0xd34db1=_0x52c0d8['\x65\x6e\x64\x73\x57\x69\x74\x68'](_0x8c6ddd(0x4c4,'\x57\x5a\x32\x5a'))&&_0x309f17[_0x8c6ddd(0x502,'\x63\x30\x44\x71')+'\x78']===_0x309f17[_0x8c6ddd(0x4ac,'\x5d\x29\x53\x66')+'\x72\x74'],_0x4c187d=_0xd34db1?hasNonIgnoredHardClauseTail(_0x36e174,standaloneGerundTailStart(_0x36e174,_0x309f17),_0x36e174[_0x8c6ddd(0x323,'\x57\x5a\x32\x5a')][_0x309f17[_0x8c6ddd(0x186,'\x71\x71\x66\x5e')+'\x78']]?.[_0x8c6ddd(0x258,'\x57\x5a\x32\x5a')]??-(-0xe17*0x2+0x13*0x63+-0x6f2*-0x3)):hasLaterFinitePredicate(_0x36e174,_0x309f17['\x76\x65\x72\x62\x49\x6e\x64\x65'+'\x78']+(0x13d4+-0x7e8+-0xbeb),_0x309f17);return!_0x309f17[_0x8c6ddd(0x5b6,'\x47\x64\x37\x28')+_0x8c6ddd(0x73a,'\x47\x64\x37\x28')]&&!_0x309f17[_0x8c6ddd(0x7e8,'\x43\x31\x24\x6b')+_0x8c6ddd(0x2f0,'\x46\x66\x49\x71')]&&hasFiniteActivePredicate(_0x36e174,_0x309f17)&&!isLocalPredicateNegated(_0x36e174,_0x309f17,_0x309f17[_0x8c6ddd(0x479,'\x5d\x77\x66\x70')+'\x78'])&&!_0x4c187d&&!hasNegativePredicateTail(_0x36e174,_0x309f17[_0x8c6ddd(0x274,'\x47\x64\x37\x28')+'\x78']+(-0x6fc+-0x14a8+0x1*0x1ba5),_0x309f17['\x65\x6e\x64']);}function provesRoleAwareBroadEvidence(_0x386259,_0xf33d70,_0x1085a6,_0x492414){const _0x10a3b4=_0x52d82d;let _0x320537=-0xaf9+-0x1*-0x10b9+-0x5c0;for(const _0x592a13 of predicateCandidates(_0x386259,_0x1085a6)){if(_0x10a3b4(0x55a,'\x46\x66\x49\x71')!==_0x10a3b4(0x875,'\x5d\x77\x61\x46'))_0x1a736e=_0x5520bc[_0x10a3b4(0x396,'\x35\x25\x6c\x69')+_0x10a3b4(0x8a,'\x43\x66\x46\x47')],_0x18861f=_0xa4d444[_0x10a3b4(0x6ad,'\x54\x4e\x6b\x5d')+_0x10a3b4(0x2a8,'\x43\x66\x46\x47')];else{if(_0x592a13[_0x10a3b4(0x297,'\x4a\x4b\x71\x47')+_0x10a3b4(0x104,'\x4b\x61\x4b\x59')])continue;for(const _0x4703db of _0x492414){if(_0x10a3b4(0x88b,'\x58\x55\x4e\x39')===_0x10a3b4(0x3cd,'\x35\x31\x21\x71')){if(_0x320537>=MAX_REQUIRED_EVIDENCE_CANDIDATES)return![];_0x320537+=0x20b*-0x11+0x1b65+0x757;const _0x44f318=nearestTargetAfter(_0x592a13,_0x4703db),_0x23a767=_0x386259[_0x10a3b4(0x383,'\x5d\x77\x61\x46')][_0x592a13[_0x10a3b4(0x449,'\x79\x6c\x5b\x4e')+'\x78']]?.[_0x10a3b4(0x6da,'\x6f\x6c\x73\x72')]??'',_0x438ed8=_0x23a767[_0x10a3b4(0x2c5,'\x48\x49\x45\x24')](_0x10a3b4(0x173,'\x4b\x61\x4b\x59'))&&_0x592a13[_0x10a3b4(0x320,'\x71\x70\x25\x76')+'\x78']===_0x592a13['\x6c\x6f\x63\x61\x6c\x53\x74\x61'+'\x72\x74'];if(_0x44f318!==undefined&&!_0x592a13[_0x10a3b4(0x749,'\x48\x49\x45\x24')+_0x10a3b4(0x4bd,'\x43\x66\x46\x47')]&&hasFiniteActivePredicate(_0x386259,_0x592a13)&&!isLocalPredicateNegated(_0x386259,_0x592a13,_0x44f318)&&!hasNegativePrenominalTarget(_0x386259,_0x44f318,_0x592a13[_0x10a3b4(0x3dc,'\x4c\x56\x21\x6e')+'\x78']+(-0x1f1a+-0x2*-0x5ad+0xd*0x185))&&hasActiveTargetLinks(_0x386259,_0x592a13[_0x10a3b4(0x811,'\x42\x69\x23\x44')+'\x78'],_0x44f318)&&!(_0x438ed8&&hasNonIgnoredHardClauseTail(_0x386259,_0x44f318+(0x4f*-0x29+-0xa61*-0x2+-0x3d*0x22),_0x386259[_0x10a3b4(0x4a9,'\x45\x53\x66\x41')][_0x592a13[_0x10a3b4(0x839,'\x4b\x71\x4c\x6e')+'\x78']]?.[_0x10a3b4(0x849,'\x79\x41\x65\x21')]??-(-0x1e59+0x142b+0xa2f)))&&!(!_0x438ed8&&_0x23a767[_0x10a3b4(0x686,'\x63\x59\x76\x79')]('\x69\x6e\x67')&&hasLaterFinitePredicate(_0x386259,_0x44f318+(0x26b3+0x186+-0x2838),_0x592a13))&&!hasNegativePredicateTail(_0x386259,_0x44f318+(-0xbd7*-0x3+-0x133*-0x15+-0x3cb3),_0x592a13['\x65\x6e\x64']))return!![];if(_0xf33d70!=='\x64\x6f'||_0x386259['\x74\x6f\x6b\x65\x6e\x73'][_0x592a13['\x76\x65\x72\x62\x49\x6e\x64\x65'+'\x78']]?.[_0x10a3b4(0x83d,'\x63\x30\x44\x71')]!==_0x10a3b4(0x82b,'\x4b\x78\x45\x56'))continue;const _0x1c72ef=nearestTargetBefore(_0x592a13,_0x4703db);if(_0x1c72ef!==undefined&&(!_0x592a13[_0x10a3b4(0x1c1,'\x79\x6c\x5b\x4e')+_0x10a3b4(0x3f1,'\x72\x67\x51\x66')]||hasContextualZeroMetricTarget(_0x386259,_0x1c72ef,_0x592a13[_0x10a3b4(0xe7,'\x71\x71\x66\x5e')+'\x72\x74']))&&!hasEmbeddedClaimGovernor(_0x386259,_0x592a13)&&!isLocalPredicateNegated(_0x386259,_0x592a13,_0x592a13[_0x10a3b4(0x50e,'\x4c\x72\x6f\x49')+'\x78'])&&!hasNegativePrenominalTarget(_0x386259,_0x1c72ef,_0x592a13[_0x10a3b4(0x44c,'\x43\x66\x46\x47')+'\x72\x74'])&&!isPassiveTargetOwnedByPriorNominal(_0x386259,_0x1c72ef,_0x592a13[_0x10a3b4(0x2b4,'\x72\x67\x51\x66')+'\x72\x74'])&&!hasNegativePredicateTail(_0x386259,_0x592a13[_0x10a3b4(0x63a,'\x4b\x78\x45\x56')+'\x78']+(-0x1*-0x1bdf+-0x1f6b+0x9*0x65),_0x592a13[_0x10a3b4(0x760,'\x72\x67\x51\x66')])&&hasPassiveTargetLinks(_0x386259,_0x1c72ef,_0x592a13[_0x10a3b4(0x645,'\x7a\x49\x51\x23')+'\x78']))return!![];}else return _0x4d416c[_0x10a3b4(0x79c,'\x35\x31\x21\x71')](_0xd7b3ae,_0x4ed4da=>{const _0x25a414=_0x10a3b4,_0x3fd33e=_0x4ed4da[_0x25a414(0x2fd,'\x54\x67\x4a\x35')](/^\s*without\b/i,'')[_0x25a414(0x514,'\x4c\x4a\x73\x70')](/,\s*$/u,'')[_0x25a414(0x75c,'\x2a\x35\x33\x38')](/\band\b/i)[_0x25a414(0x239,'\x48\x49\x45\x24')](-0x1998+0x14*0x18a+-0x52f),_0x966c7a=_0x3fd33e[_0x25a414(0x1ee,'\x4a\x4b\x71\x47')](_0x44e045=>_0x4fd36d(_0x44e045,_0x3c7c39)||_0x3f9685(_0x44e045,_0x3d5ef6));return _0x966c7a?_0x4ed4da:'\x20';});}}}return![];}function mustMatchedTerms(_0x3bc204,_0x48a164){const _0x2dd576=_0x52d82d,_0xd0d55b=_0x48a164[_0x2dd576(0x644,'\x47\x64\x37\x28')](_0x6d80f3=>({'\x74\x65\x72\x6d':_0x6d80f3,'\x69\x6e\x64\x65\x78\x65\x73':tokenMatchIndexes(_0x3bc204,_0x6d80f3,_0x2dd576(0x166,'\x71\x78\x4a\x71'))})),_0x523896=new Set(_0xd0d55b[_0x2dd576(0x423,'\x46\x66\x49\x71')](_0x1bfdf9=>!isBroadProgressiveAuxiliary(_0x1bfdf9[_0x2dd576(0x780,'\x71\x67\x67\x65')])&&_0x1bfdf9[_0x2dd576(0x612,'\x71\x78\x4a\x71')][_0x2dd576(0x1cd,'\x5d\x55\x50\x70')]>-0x378*0xa+-0x11b5+0x3465)[_0x2dd576(0x1fa,'\x33\x73\x77\x6d')](_0x422684=>_0x422684[_0x2dd576(0x2ae,'\x57\x5a\x32\x5a')][_0x2dd576(0x26e,'\x76\x43\x76\x33')]));for(const _0x5ed813 of _0xd0d55b){if(!isBroadProgressiveAuxiliary(_0x5ed813[_0x2dd576(0x109,'\x54\x4e\x6b\x5d')])||_0x5ed813[_0x2dd576(0x532,'\x4c\x4a\x73\x70')][_0x2dd576(0x4e9,'\x21\x64\x5d\x35')]===0x5*0x463+-0x2282+0xc93)continue;if(_0x48a164[_0x2dd576(0x769,'\x71\x67\x67\x65')]===0x1aac+-0x1166*0x1+-0x945){const _0x54203a=_0x5ed813[_0x2dd576(0x489,'\x71\x67\x67\x65')][_0x2dd576(0x7e7,'\x63\x30\x44\x71')](_0x31bdbb=>_0x3bc204[_0x2dd576(0x83,'\x5d\x29\x53\x66')][_0x31bdbb]?.[_0x2dd576(0x5dc,'\x35\x31\x21\x71')]===_0x5ed813[_0x2dd576(0x46e,'\x4b\x61\x4b\x59')]['\x74\x65\x78\x74']);if(predicateCandidates(_0x3bc204,_0x54203a)[_0x2dd576(0x18f,'\x57\x5a\x32\x5a')](_0x317ace=>provesStandaloneBroadEvidence(_0x3bc204,_0x317ace)))_0x523896[_0x2dd576(0xc2,'\x43\x66\x46\x47')](_0x5ed813[_0x2dd576(0x4f8,'\x4c\x56\x21\x6e')][_0x2dd576(0x736,'\x33\x73\x77\x6d')]);continue;}const _0x5b20a9=verbLemma(_0x5ed813[_0x2dd576(0x823,'\x4a\x4b\x71\x47')][_0x2dd576(0x883,'\x71\x71\x66\x5e')]);if(_0x5b20a9&&provesRoleAwareBroadEvidence(_0x3bc204,_0x5b20a9,_0x5ed813[_0x2dd576(0x681,'\x46\x66\x49\x71')],_0xd0d55b['\x66\x69\x6c\x74\x65\x72'](_0x2066c5=>_0x2066c5!==_0x5ed813)[_0x2dd576(0x620,'\x35\x25\x6c\x69')](_0xafac9e=>_0xafac9e['\x69\x6e\x64\x65\x78\x65\x73'])))_0x523896[_0x2dd576(0x24d,'\x50\x75\x76\x57')](_0x5ed813[_0x2dd576(0x1be,'\x6e\x33\x6b\x6e')][_0x2dd576(0x789,'\x4b\x71\x4c\x6e')]);}return _0x48a164[_0x2dd576(0x423,'\x46\x66\x49\x71')](_0x1821fc=>_0x523896[_0x2dd576(0x51c,'\x4c\x72\x6f\x49')](_0x1821fc[_0x2dd576(0x6bf,'\x4c\x72\x6f\x49')]))[_0x2dd576(0x5f3,'\x6f\x6c\x73\x72')](_0x35bb3e=>_0x35bb3e[_0x2dd576(0x34c,'\x54\x4e\x6b\x5d')]);}export function detectConstraintViolations(_0xec6247,_0x2882b7){const _0x12ed1b=_0x52d82d,_0x5ad5ea=redactConstraintText(_0xec6247),_0x34508d=sha256(_0x5ad5ea),_0xbd8e46=new Set(sensitiveClassesForValue(_0xec6247)),_0x1a4164=[];let _0x573571;for(const _0x3bf0ba of _0x2882b7){if(_0x12ed1b(0x5c6,'\x33\x73\x77\x6d')!=='\x6a\x55\x44\x68\x6e'){const _0x401910={'\x61\x63\x74\x69\x6f\x6e\x46\x6f\x72\x6d\x73':_0x4c9b57,'\x74\x61\x72\x67\x65\x74\x41\x63\x74\x69\x6f\x6e\x46\x6f\x72\x6d\x73':_0x45bcdd,'\x74\x65\x72\x6d\x73':_0x3892bf};if(!_0x45dab8(_0x1085c7,_0x401910))return![];const _0x4fc42a=_0x291a51['\x73\x65\x61\x72\x63\x68'](_0x2a09b7)>=0x2*-0x33f+-0xf58+-0x1ae*-0xd,_0x274b08=_0x59af61(_0x409aa6,_0x401910);return _0x5e8769(_0x274b08,_0x4fc42a,_0x401910);}else{const _0x3c1a7d=targetTerms(_0x3bf0ba['\x72\x65\x64\x61\x63\x74\x65\x64'+_0x12ed1b(0x879,'\x5a\x25\x5a\x6f')],_0x3bf0ba[_0x12ed1b(0x394,'\x58\x55\x4e\x39')]),_0x2cd153=_0x3bf0ba[_0x12ed1b(0x534,'\x7a\x4e\x66\x66')]===_0x12ed1b(0x6c5,'\x4f\x73\x42\x5a')&&_0x3bf0ba[_0x12ed1b(0x5fb,'\x57\x5a\x32\x5a')+_0x12ed1b(0x1e5,'\x5d\x55\x50\x70')][_0x12ed1b(0x647,'\x47\x64\x37\x28')](_0x4d1cb9=>_0xbd8e46['\x68\x61\x73'](_0x4d1cb9));if(_0x3c1a7d['\x6c\x65\x6e\x67\x74\x68']===0x15ce+0x1*-0x1fc1+0x9f3*0x1&&!_0x2cd153)continue;const _0x543a06=_0x3bf0ba[_0x12ed1b(0xfa,'\x4f\x73\x42\x5a')]===_0x12ed1b(0x217,'\x5d\x29\x53\x66')?mustNotMatchedTerms(_0x5ad5ea,_0x3c1a7d):mustMatchedTerms(_0x573571??=lexRequiredEvidence(_0x5ad5ea),_0x3c1a7d);if(!_0x2cd153&&!isViolated(_0x3bf0ba[_0x12ed1b(0x294,'\x21\x64\x5d\x35')],_0x3c1a7d,_0x543a06,isContrastiveConstraint(_0x3bf0ba[_0x12ed1b(0x1df,'\x45\x53\x66\x41')+_0x12ed1b(0x92,'\x42\x69\x23\x44')])))continue;_0x1a4164[_0x12ed1b(0x47d,'\x2a\x35\x33\x38')]({'\x63\x6f\x6e\x73\x74\x72\x61\x69\x6e\x74\x49\x64':_0x3bf0ba['\x69\x64'],'\x6b\x69\x6e\x64':_0x3bf0ba[_0x12ed1b(0x480,'\x4c\x4a\x73\x70')],'\x73\x65\x76\x65\x72\x69\x74\x79':severityFor(_0x3bf0ba['\x6b\x69\x6e\x64']),'\x65\x76\x69\x64\x65\x6e\x63\x65\x48\x61\x73\x68':_0x34508d,'\x6d\x61\x74\x63\x68\x65\x64\x54\x65\x72\x6d\x73':_0x2cd153&&_0x543a06['\x6c\x65\x6e\x67\x74\x68']===-0x4*0x5ff+0xab7+-0x1*-0xd45?[_0x12ed1b(0x2ad,'\x72\x67\x51\x66')+_0x12ed1b(0x73f,'\x57\x5a\x32\x5a')]:_0x543a06});}}return _0x1a4164;}export function computeConstraintAblationScore(_0x49c825){const _0xdfe34=_0x52d82d,_0x5416e5=Math[_0xdfe34(0x358,'\x76\x43\x76\x33')](-0x1c20+-0xf*0xf5+-0x2a7b*-0x1,_0x49c825[_0xdfe34(0xdc,'\x7a\x49\x51\x23')+_0xdfe34(0x276,'\x57\x5a\x32\x5a')]),_0x43e867=_0x49c825[_0xdfe34(0x386,'\x34\x36\x4f\x47')+_0xdfe34(0x95,'\x4b\x71\x4c\x6e')+'\x6e\x73'][_0xdfe34(0x5c0,'\x63\x30\x44\x71')],_0x82c0aa=_0x49c825[_0xdfe34(0x5c3,'\x79\x6c\x5b\x4e')+_0xdfe34(0x298,'\x4b\x78\x45\x56')+'\x73'][_0xdfe34(0x85f,'\x76\x43\x76\x33')],_0x3e63b6=new Set(_0x49c825[_0xdfe34(0x337,'\x72\x67\x51\x66')+_0xdfe34(0xa0,'\x4b\x61\x4b\x59')+_0xdfe34(0x362,'\x4a\x4b\x71\x47')]),_0x4b587a=_0x49c825[_0xdfe34(0xe2,'\x5d\x55\x50\x70')+_0xdfe34(0x65b,'\x4c\x4a\x73\x70')+'\x6e\x73'][_0xdfe34(0x5a2,'\x7a\x49\x51\x23')](_0xd3f50c=>_0x3e63b6[_0xdfe34(0x22e,'\x34\x36\x4f\x47')](_0xd3f50c[_0xdfe34(0x878,'\x54\x4e\x6b\x5d')+'\x6e\x74\x49\x64'])),_0x4c564d=_0x49c825[_0xdfe34(0x649,'\x47\x64\x37\x28')+_0xdfe34(0x1d4,'\x5d\x77\x66\x70')+'\x73'][_0xdfe34(0x31a,'\x63\x59\x76\x79')](_0x5a2b13=>_0x3e63b6[_0xdfe34(0x64d,'\x71\x70\x25\x76')](_0x5a2b13[_0xdfe34(0x82,'\x35\x31\x21\x71')+_0xdfe34(0x6c1,'\x78\x62\x68\x4d')])),_0x2a65e3=Math['\x6d\x61\x78'](-0xeed*0x2+0x26fd+-0x922,_0x3e63b6[_0xdfe34(0x3ad,'\x57\x5a\x32\x5a')]),_0x18b6f4=Math['\x6d\x61\x78'](0x1*0x1df9+0x92*0x2b+-0x7*0x7c9,Math[_0xdfe34(0x5f4,'\x72\x67\x51\x66')](0x26c9*-0x1+-0xef9*-0x1+0x17d1,(_0x4c564d[_0xdfe34(0x39f,'\x67\x5b\x49\x52')]-_0x4b587a[_0xdfe34(0x5ee,'\x72\x6c\x64\x52')])/_0x2a65e3)),_0x5746f8=_0x49c825[_0xdfe34(0x75a,'\x76\x43\x76\x33')+_0xdfe34(0x74f,'\x71\x71\x66\x5e')+_0xdfe34(0x114,'\x71\x78\x4a\x71')]??0x9d6+0xa32+-0x1408+0.5,_0x89d3=_0x18b6f4>=_0x5746f8;return{'\x73\x6f\x75\x72\x63\x65':_0xdfe34(0x81,'\x6f\x6c\x73\x72')+_0xdfe34(0x39c,'\x35\x31\x21\x71')+_0xdfe34(0x5cb,'\x5d\x77\x61\x46')+'\x61\x79','\x73\x65\x6e\x73\x69\x74\x69\x76\x69\x74\x79':_0x18b6f4,'\x61\x62\x6c\x61\x74\x69\x6f\x6e\x43\x6f\x75\x6e\x74':_0x5416e5,'\x62\x61\x73\x65\x6c\x69\x6e\x65\x56\x69\x6f\x6c\x61\x74\x69\x6f\x6e\x43\x6f\x75\x6e\x74':_0x43e867,'\x61\x62\x6c\x61\x74\x65\x64\x56\x69\x6f\x6c\x61\x74\x69\x6f\x6e\x43\x6f\x75\x6e\x74':_0x82c0aa,'\x6d\x75\x73\x74\x56\x69\x6f\x6c\x61\x74\x69\x6f\x6e\x43\x6f\x75\x6e\x74':_0x4c564d[_0xdfe34(0x388,'\x4f\x73\x42\x5a')](_0xcdce73=>_0xcdce73[_0xdfe34(0x744,'\x48\x49\x45\x24')]===_0xdfe34(0x4d3,'\x33\x73\x77\x6d'))[_0xdfe34(0x83a,'\x71\x71\x66\x5e')],'\x6d\x75\x73\x74\x4e\x6f\x74\x56\x69\x6f\x6c\x61\x74\x69\x6f\x6e\x43\x6f\x75\x6e\x74':_0x4c564d[_0xdfe34(0x45c,'\x6f\x6c\x73\x72')](_0x5ec428=>_0x5ec428[_0xdfe34(0x357,'\x5d\x29\x53\x66')]===_0xdfe34(0x11a,'\x4c\x4a\x73\x70'))[_0xdfe34(0x1cd,'\x5d\x55\x50\x70')],'\x74\x61\x73\x6b\x53\x75\x63\x63\x65\x73\x73':_0x49c825[_0xdfe34(0x4af,'\x72\x67\x51\x66')+_0xdfe34(0x88f,'\x63\x30\x44\x71')],'\x63\x6f\x6d\x70\x61\x72\x69\x73\x6f\x6e':compareSensitivityWithSuccess(_0x49c825[_0xdfe34(0x370,'\x54\x4e\x6b\x5d')+_0xdfe34(0x5c4,'\x5a\x25\x5a\x6f')][_0xdfe34(0x27d,'\x63\x59\x76\x79')],_0x89d3)};}function compareSensitivityWithSuccess(_0x2c3dcf,_0x44c35d){const _0x17871a=_0x52d82d;if(_0x2c3dcf===_0x17871a(0x110,'\x54\x4e\x6b\x5d'))return'\x75\x6e\x6b\x6e\x6f\x77\x6e\x5f'+'\x73\x75\x63\x63\x65\x73\x73';if(_0x2c3dcf===_0x17871a(0x5fa,'\x6e\x4f\x26\x45'))return _0x44c35d?_0x17871a(0x304,'\x78\x62\x68\x4d')+_0x17871a(0x6bc,'\x71\x70\x25\x76')+_0x17871a(0x740,'\x47\x64\x37\x28')+_0x17871a(0x6c3,'\x71\x78\x4a\x71'):_0x17871a(0x46d,'\x71\x71\x66\x5e')+_0x17871a(0x513,'\x43\x31\x24\x6b')+_0x17871a(0x8f,'\x5d\x77\x61\x46')+_0x17871a(0x2d9,'\x58\x55\x4e\x39');return _0x44c35d?_0x17871a(0x4d6,'\x71\x78\x4a\x71')+_0x17871a(0x3e1,'\x71\x67\x67\x65')+_0x17871a(0x1ca,'\x54\x67\x4a\x35')+'\x74\x69\x76\x65':_0x17871a(0x372,'\x43\x31\x24\x6b')+_0x17871a(0x340,'\x35\x25\x6c\x69')+_0x17871a(0x5a8,'\x7a\x49\x51\x23')+_0x17871a(0x401,'\x4b\x71\x4c\x6e');}