@evomap/evolver-core 2.0.0 → 2.0.2
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.
- package/dist/algo/antiDistill.js +1 -167
- package/dist/algo/bans.js +1 -33
- package/dist/algo/candidateAssembly.js +1 -273
- package/dist/algo/capabilityCandidates.js +1 -146
- package/dist/algo/confidence.js +1 -196
- package/dist/algo/conversationSniffer.js +1 -149
- package/dist/algo/cycleEngine.js +1 -625
- package/dist/algo/cycleFailureClassifier.js +1 -112
- package/dist/algo/epigenetics.js +1 -41
- package/dist/algo/evolutionEvent.js +1 -24
- package/dist/algo/exploration.js +1 -68
- package/dist/algo/geneHealth.js +1 -17
- package/dist/algo/geneIntake.js +1 -128
- package/dist/algo/genePromotion.js +1 -53
- package/dist/algo/geneSelection.js +1 -546
- package/dist/algo/index.js +1 -22
- package/dist/algo/memoryGraph.js +1 -86
- package/dist/algo/mutation.js +1 -22
- package/dist/algo/orchestrator.js +1 -87
- package/dist/algo/publishEligibility.js +1 -52
- package/dist/algo/solidify.js +1 -63
- package/dist/algo/strategyPresets.js +1 -61
- package/dist/algo/ucb1.js +1 -156
- package/dist/benchmark/antiGeneBenchmark.js +1 -252
- package/dist/benchmark/antiGeneImpact.js +1 -34
- package/dist/benchmark/antiGeneRollout.js +1 -269
- package/dist/benchmark/benchmark.js +1 -26
- package/dist/benchmark/evolutionThesisSolver.js +1 -41
- package/dist/benchmark/index.js +1 -7
- package/dist/benchmark/selectionFlatAbstention.js +1 -481
- package/dist/benchmark/thesis.js +1 -150
- package/dist/benchmark/triggerShift.js +1 -106
- package/dist/cycle/cycleTimeline.js +1 -74
- package/dist/cycle/index.js +1 -2
- package/dist/cycle/stateMachine.js +1 -25
- package/dist/hub/agentDirectory.js +1 -104
- package/dist/hub/assetCallLog.js +1 -195
- package/dist/hub/bindings.js +1 -121
- package/dist/hub/capability.js +1 -1
- package/dist/hub/conversationDistiller.js +1 -264
- package/dist/hub/fake.js +1 -70
- package/dist/hub/hubReview.js +1 -106
- package/dist/hub/index.js +1 -11
- package/dist/hub/ingest.js +1 -15
- package/dist/hub/questionGenerator.js +1 -408
- package/dist/hub/reuseDecision.js +1 -127
- package/dist/hub/sanitize.js +1 -322
- package/dist/material/boundary.js +1 -14
- package/dist/material/consumer.js +1 -55
- package/dist/material/emit.js +1 -52
- package/dist/material/factory.js +1 -25
- package/dist/material/index.js +1 -9
- package/dist/material/materialArchive.js +1 -466
- package/dist/material/materialStore.js +1 -69
- package/dist/material/sampling.js +1 -39
- package/dist/material/sources.js +1 -33
- package/dist/material/watermark.js +1 -76
- package/dist/personality/drift.js +1 -106
- package/dist/personality/events.js +1 -37
- package/dist/personality/evolveOps.js +1 -93
- package/dist/personality/index.js +1 -11
- package/dist/personality/mutate.js +1 -39
- package/dist/personality/pivot.js +1 -22
- package/dist/personality/prompt.js +1 -62
- package/dist/personality/riskGate.js +1 -80
- package/dist/personality/schema.js +1 -119
- package/dist/personality/select.js +1 -71
- package/dist/personality/stats.js +1 -82
- package/dist/personality/store.js +1 -92
- package/dist/schema/common.js +1 -17
- package/dist/schema/evolutionGraph.js +1 -187
- package/dist/schema/index.js +1 -6
- package/dist/schema/material.js +1 -50
- package/dist/schema/problem.js +1 -45
- package/dist/schema/proofOfWork.js +1 -9
- package/dist/schema/signal.js +1 -19
- package/dist/signals/curriculum.js +1 -202
- package/dist/signals/cycleHistoryFromEvents.js +1 -105
- package/dist/signals/expand.js +1 -293
- package/dist/signals/extractor.js +1 -82
- package/dist/signals/index.js +1 -8
- package/dist/signals/metaSignals.js +1 -200
- package/dist/signals/signalGate.js +1 -40
- package/dist/signals/taskDomain.js +1 -43
- package/dist/signals/traceSignals.js +1 -123
- package/dist/strategy/constraintAblation.js +1 -2820
- package/dist/strategy/constraintAblationPredicates.js +1 -339
- package/dist/strategy/experiment.js +1 -63
- package/dist/strategy/index.js +1 -3
- package/dist/strategy/strategyPoint.js +1 -23
- 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 _0x4925e0=_0x543b;(function(_0x5221d4,_0x27ecd4){const _0x3e5f3e=_0x543b,_0x2da837=_0x5221d4();while(!![]){try{const _0x1d3543=parseInt(_0x3e5f3e(0x431,'\x70\x21\x57\x49'))/(-0x1097+-0x1*-0x20ef+-0x1057)+-parseInt(_0x3e5f3e(0x915,'\x2a\x32\x6e\x49'))/(-0x23d5+-0x11*-0x185+-0xe*-0xb7)+parseInt(_0x3e5f3e(0x7c9,'\x5d\x4e\x40\x5d'))/(0x58c+0xa7f*0x1+-0x1c8*0x9)+-parseInt(_0x3e5f3e(0x8ba,'\x4d\x59\x69\x5b'))/(-0x1*0x1caa+0x3*-0x4cf+0x2b1b)+parseInt(_0x3e5f3e(0x6b5,'\x73\x69\x7a\x6a'))/(-0x1021+-0x17fb*0x1+0x2821)+-parseInt(_0x3e5f3e(0x230,'\x25\x71\x43\x21'))/(0x860+0x179b*-0x1+0xf41)+-parseInt(_0x3e5f3e(0x505,'\x59\x73\x61\x39'))/(-0x7d6+0x7*0x4ff+-0x1b1c);if(_0x1d3543===_0x27ecd4)break;else _0x2da837['push'](_0x2da837['shift']());}catch(_0x14efe2){_0x2da837['push'](_0x2da837['shift']());}}}(_0x12d2,-0x5*0x23dc2+-0x14b2*-0x9+0x1418d2));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',_0x4925e0(0x1e2,'\x35\x25\x37\x72'),'\x63\x69',_0x4925e0(0x20c,'\x6c\x40\x4e\x40'),_0x4925e0(0x6e9,'\x41\x26\x59\x4b'),'\x74\x65\x73\x74',_0x4925e0(0x71c,'\x5e\x42\x72\x54'),_0x4925e0(0x76f,'\x6e\x38\x46\x4f'),_0x4925e0(0x2cc,'\x5d\x6b\x6e\x5d')+'\x6e',_0x4925e0(0x6fc,'\x4a\x78\x36\x59'),'\x73\x65\x63\x72\x65\x74\x73','\x74\x6f\x6b\x65\x6e',_0x4925e0(0x774,'\x2a\x32\x6e\x49')]);function sha256(_0x5d1c1d){const _0x35e40d=_0x4925e0;return _0x35e40d(0x55c,'\x5d\x4e\x40\x5d')+createHash(_0x35e40d(0x435,'\x79\x53\x55\x43'))['\x75\x70\x64\x61\x74\x65'](_0x5d1c1d)[_0x35e40d(0x551,'\x4e\x72\x30\x56')](_0x35e40d(0x6fd,'\x45\x76\x38\x71'));}function normalize(_0x60f0b7){const _0x4d6149=_0x4925e0;return _0x60f0b7[_0x4d6149(0x852,'\x41\x4c\x5b\x2a')+'\x61\x73\x65']()['\x72\x65\x70\x6c\x61\x63\x65'](/[\u201C\u201D]/g,'\x22')['\x72\x65\x70\x6c\x61\x63\x65'](/[\u2018\u2019]/g,'\x27')[_0x4d6149(0x229,'\x35\x25\x37\x72')](/[`*_#>()[\].,;:!?]/g,'\x20')['\x72\x65\x70\x6c\x61\x63\x65'](/\s+/g,'\x20')[_0x4d6149(0x5ac,'\x6c\x40\x4e\x40')]();}export function redactConstraintText(_0x6c54b2){const _0xbc72af=_0x4925e0;return redactString(_0x6c54b2[_0xbc72af(0x3f2,'\x30\x30\x5b\x66')](OPENAI_SECRET_RE,'\x5b\x52\x45\x44\x41\x43\x54\x45'+_0xbc72af(0x86e,'\x36\x34\x30\x2a')+'\x5d')[_0xbc72af(0x96c,'\x41\x4c\x5b\x2a')](KEY_VALUE_SECRET_RE,_0xbc72af(0x3c7,'\x25\x64\x24\x23')+_0xbc72af(0x6d7,'\x36\x4e\x6f\x4e')+'\x5d')[_0xbc72af(0x1af,'\x4d\x59\x69\x5b')](EMAIL_RE,'\x5b\x52\x45\x44\x41\x43\x54\x45'+_0xbc72af(0x1a2,'\x75\x4b\x32\x42'))['\x72\x65\x70\x6c\x61\x63\x65'](PHONE_RE,'\x5b\x52\x45\x44\x41\x43\x54\x45'+_0xbc72af(0x7d6,'\x4d\x66\x4f\x41')));}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=[_0x4925e0(0x16f,'\x41\x26\x59\x4b'),_0x4925e0(0x60c,'\x55\x24\x47\x68'),_0x4925e0(0x898,'\x38\x63\x21\x6a'),_0x4925e0(0x724,'\x68\x4e\x37\x78'),'\x65\x6d\x69\x74',_0x4925e0(0x3b0,'\x23\x51\x25\x30'),_0x4925e0(0x7e7,'\x5e\x42\x72\x54'),_0x4925e0(0x223,'\x78\x62\x5e\x21'),_0x4925e0(0x4d4,'\x6e\x38\x46\x4f'),_0x4925e0(0x1df,'\x41\x26\x59\x4b'),_0x4925e0(0x527,'\x25\x71\x43\x21'),_0x4925e0(0x8ef,'\x2a\x32\x6e\x49'),_0x4925e0(0x969,'\x30\x76\x32\x4f'),_0x4925e0(0x664,'\x54\x5d\x24\x4b'),_0x4925e0(0x15f,'\x54\x4d\x6f\x47'),_0x4925e0(0x3d3,'\x25\x5b\x5d\x6e'),_0x4925e0(0x1be,'\x2a\x32\x6e\x49'),_0x4925e0(0x2ba,'\x59\x73\x61\x39'),'\x73\x65\x6e\x64',_0x4925e0(0x7eb,'\x32\x72\x33\x34'),_0x4925e0(0x733,'\x25\x64\x24\x23'),_0x4925e0(0x737,'\x2a\x32\x6e\x49'),_0x4925e0(0x577,'\x59\x73\x61\x39'),_0x4925e0(0x248,'\x57\x52\x43\x4b'),_0x4925e0(0x967,'\x62\x64\x63\x6a'),_0x4925e0(0x77c,'\x4a\x25\x55\x5d')],INDEPENDENT_AFFIRMATIVE_AUXILIARIES=new Set(['\x61\x6d',_0x4925e0(0x6d6,'\x59\x73\x61\x39'),'\x62\x65',_0x4925e0(0x781,'\x41\x26\x59\x4b'),_0x4925e0(0x384,'\x42\x34\x77\x53'),_0x4925e0(0x656,'\x71\x6d\x78\x6d'),_0x4925e0(0x328,'\x5d\x4e\x40\x5d'),'\x64\x69\x64','\x64\x6f',_0x4925e0(0x736,'\x41\x26\x59\x4b'),_0x4925e0(0x35a,'\x25\x71\x43\x21'),_0x4925e0(0x76e,'\x25\x64\x24\x23'),_0x4925e0(0x5dc,'\x5e\x42\x72\x54'),'\x69\x73',_0x4925e0(0x85e,'\x73\x69\x7a\x6a'),'\x6d\x69\x67\x68\x74',_0x4925e0(0x25a,'\x78\x62\x5e\x21'),_0x4925e0(0x77e,'\x5e\x42\x72\x54'),_0x4925e0(0x4b2,'\x25\x71\x43\x21'),_0x4925e0(0x685,'\x7a\x33\x4e\x69'),_0x4925e0(0x457,'\x4d\x59\x69\x5b'),_0x4925e0(0x8f1,'\x7a\x33\x4e\x69'),_0x4925e0(0x902,'\x70\x21\x57\x49')]),CREDENTIAL_LEAK_TYPES=new Set([_0x4925e0(0x648,'\x30\x30\x5b\x66'),_0x4925e0(0x522,'\x2a\x32\x6e\x49')+_0x4925e0(0x4bc,'\x73\x25\x78\x66')+_0x4925e0(0x340,'\x62\x64\x63\x6a'),_0x4925e0(0x28e,'\x35\x25\x37\x72')+_0x4925e0(0x1da,'\x4a\x25\x55\x5d')+_0x4925e0(0x1a4,'\x2a\x32\x6e\x49')+'\x79',_0x4925e0(0x394,'\x40\x5b\x7a\x34')+'\x79',_0x4925e0(0x17d,'\x62\x64\x63\x6a')+'\x74\x68',_0x4925e0(0x90f,'\x6e\x38\x46\x4f')+'\x6f\x6b\x65\x6e',_0x4925e0(0x305,'\x30\x76\x32\x4f'),_0x4925e0(0x880,'\x50\x40\x21\x41')+_0x4925e0(0x4ae,'\x23\x51\x25\x30'),_0x4925e0(0x67e,'\x55\x24\x47\x68')+_0x4925e0(0x61b,'\x23\x51\x25\x30'),'\x67\x69\x74\x68\x75\x62\x5f\x74'+_0x4925e0(0x33f,'\x30\x30\x5b\x66'),_0x4925e0(0x619,'\x36\x4e\x6f\x4e'),_0x4925e0(0x644,'\x57\x52\x43\x4b')+'\x6e','\x70\x61\x73\x73\x77\x6f\x72\x64','\x70\x72\x69\x76\x61\x74\x65\x5f'+_0x4925e0(0x49c,'\x4a\x25\x55\x5d'),_0x4925e0(0x6d1,'\x45\x76\x38\x71')+_0x4925e0(0x408,'\x73\x25\x78\x66'),_0x4925e0(0x3f0,'\x45\x76\x38\x71'),_0x4925e0(0x386,'\x30\x76\x32\x4f')+_0x4925e0(0x83f,'\x4a\x25\x55\x5d')]);function splitConstraintCandidates(_0x120b23){const _0x122d2a=_0x4925e0,_0x23fa4a=[],_0x3152e4=/\r?\n|(?<=[.!?])\s+/g;let _0x4a6e22=-0x77f*-0x3+0x25*-0xfb+0xdca;const _0x354c0a=_0x210c44=>{const _0x311499=_0x543b;if(_0x311499(0x819,'\x4a\x6a\x79\x67')!==_0x311499(0x4cf,'\x4a\x25\x55\x5d')){let _0x420962=_0x35ad87+(-0x1d32*0x1+0x1326+-0x53*-0x1f);while(_0x420962<_0x2edff8[_0x311499(0x376,'\x30\x30\x5b\x66')+'\x78']&&_0x49746c(_0x3d3376,_0x420962)){_0x420962+=0x1e7*0x13+-0x424+-0x40*0x80;}return/(?:ed|ing)$/u[_0x311499(0x216,'\x25\x5b\x5d\x6e')](_0x1fa8b3[_0x311499(0x6df,'\x30\x30\x5b\x66')][_0x420962]?.[_0x311499(0x57c,'\x6e\x38\x46\x4f')]??'')&&_0x905401(_0xa26cfd,_0x2fc9ce,_0x420962);}else{const _0x40f064=_0x120b23[_0x311499(0x84a,'\x73\x25\x78\x66')](_0x4a6e22,_0x210c44),_0x5d36c9=_0x40f064[_0x311499(0x5d0,'\x5d\x6b\x6e\x5d')](/^\s*/)?.[0x1e3d*0x1+0x22da+-0x4117][_0x311499(0x568,'\x25\x64\x24\x23')]??-0x409*0x5+0x10*0x1fa+-0xb73;let _0x31c4cf=_0x4a6e22+_0x5d36c9;const _0x4b0f3a=_0x120b23[_0x311499(0x4d3,'\x6c\x40\x4e\x40')](_0x31c4cf,_0x210c44)[_0x311499(0x835,'\x78\x62\x5e\x21')](/^(?:[-*]\s+|\d+[.)]\s+|\[[ xX]\]\s*)/);if(_0x4b0f3a)_0x31c4cf+=_0x4b0f3a[-0x35b*0x5+0x5*0x54f+-0x9c4][_0x311499(0x311,'\x55\x24\x47\x68')];const _0x485305=_0x120b23[_0x311499(0x7bc,'\x71\x6d\x78\x6d')](_0x31c4cf,_0x210c44)[_0x311499(0x4b1,'\x4d\x66\x4f\x41')](/\s*$/)?.[-0x7*0x4a5+-0x40*-0x1+-0xac1*-0x3][_0x311499(0x86a,'\x2a\x32\x6e\x49')]??0x238d*-0x1+0x12b3*-0x2+0x48f3,_0x31b9cb=_0x210c44-_0x485305,_0x388d56=_0x120b23[_0x311499(0x7bc,'\x71\x6d\x78\x6d')](_0x31c4cf,_0x31b9cb);if(_0x388d56)_0x23fa4a['\x70\x75\x73\x68']({'\x74\x65\x78\x74':_0x388d56,'\x73\x74\x61\x72\x74':_0x4a6e22,'\x65\x6e\x64':_0x210c44,'\x74\x65\x78\x74\x53\x74\x61\x72\x74':_0x31c4cf});}};for(const _0x2c86ab of _0x120b23[_0x122d2a(0x610,'\x40\x5b\x7a\x34')](_0x3152e4)){const _0x487430=_0x2c86ab[_0x122d2a(0x855,'\x51\x66\x35\x74')];if(!_0x2c86ab[0x3*-0xc5+0x1417+-0x11c8][_0x122d2a(0x3a6,'\x59\x73\x61\x39')]('\x0a')){if(_0x122d2a(0x651,'\x25\x5b\x5d\x6e')===_0x122d2a(0x2d7,'\x40\x5b\x7a\x34'))return{'\x73\x74\x61\x72\x74':_0x32903c+(0x11e8*-0x2+0x13f6+-0x171*-0xb),'\x69\x6e\x64\x65\x78':_0x396325,'\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':_0x5f290c[_0x122d2a(0x537,'\x78\x62\x5e\x21')]===_0x122d2a(0x8dc,'\x75\x4b\x32\x42')};else{const _0x145bd0=_0x487430-(0xf0c+0x605*0x4+-0x271f),_0x4ad03c=_0x120b23[_0x122d2a(0x585,'\x78\x62\x5e\x21')](_0x4a6e22,_0x145bd0+(0x1f*-0xdc+-0x1*0x83f+0x22e4));if(/^\s*\d+[.)]$/['\x74\x65\x73\x74'](_0x4ad03c))continue;}}_0x354c0a(_0x487430),_0x4a6e22=_0x487430+_0x2c86ab[-0x1e93+0x2d7*0xb+-0xaa][_0x122d2a(0x50f,'\x45\x76\x38\x71')];}return _0x354c0a(_0x120b23[_0x122d2a(0x26a,'\x4a\x78\x36\x59')]),_0x23fa4a;}function kindForMarker(_0x47c33d){const _0xf012ed=_0x4925e0;return NEGATIVE_CONSTRAINT_MARKER_RE[_0xf012ed(0x26e,'\x2a\x32\x6e\x49')](_0x47c33d)?_0xf012ed(0x5e6,'\x7a\x33\x4e\x69'):_0xf012ed(0x767,'\x25\x5b\x5d\x6e');}function splitConstraintClauses(_0x5788b3){const _0x41ea10=_0x4925e0,_0xb6facb=[..._0x5788b3[_0x41ea10(0x24e,'\x2a\x32\x6e\x49')](CLAUSE_MARKER_RE)];return _0xb6facb[_0x41ea10(0x523,'\x5d\x6b\x6e\x5d')]((_0x49e129,_0x3be379)=>{const _0x39c17e=_0x41ea10,_0x586eb5=_0x49e129[_0x39c17e(0x540,'\x5d\x4e\x40\x5d')],_0x3c82a5=_0xb6facb[_0x3be379+(0x159c+0xb*-0x269+0x4e8)]?.[_0x39c17e(0x641,'\x68\x4e\x37\x78')]??_0x5788b3[_0x39c17e(0x645,'\x73\x69\x7a\x6a')],_0x9d659e=_0x5788b3[_0x39c17e(0x747,'\x73\x69\x7a\x6a')](_0x586eb5,_0x3c82a5),_0x4eca8e=_0x9d659e[_0x39c17e(0x66f,'\x70\x21\x57\x49')](/\b(?:and|but|however|although|though)\s*$/i),_0x1488c3=_0x586eb5+(_0x4eca8e?.['\x69\x6e\x64\x65\x78']??_0x9d659e[_0x39c17e(0x26a,'\x4a\x78\x36\x59')]),_0x20cb33=_0x5788b3[_0x39c17e(0x69f,'\x6a\x5e\x33\x41')](_0x586eb5,_0x1488c3)[_0x39c17e(0x1e6,'\x62\x64\x63\x6a')](/\s*$/)?.[-0x1*0x19ed+-0x12d6+0x7*0x665][_0x39c17e(0x26a,'\x4a\x78\x36\x59')]??-0x2*0xb96+0x2065+-0x939,_0x11b3e1=_0x1488c3-_0x20cb33;if(_0x11b3e1<=_0x586eb5)return[];return[{'\x6b\x69\x6e\x64':kindForMarker(_0x49e129[0x4e0+-0x1*0x1ba6+0x48e*0x5]),'\x74\x65\x78\x74':_0x5788b3[_0x39c17e(0x1f7,'\x5e\x42\x72\x54')](_0x586eb5,_0x11b3e1),'\x73\x74\x61\x72\x74':_0x586eb5,'\x65\x6e\x64':_0x11b3e1}];});}function safeSource(_0x45fbc1){const _0x105564=_0x4925e0;return _0x45fbc1===_0x105564(0x335,'\x68\x4e\x37\x78')||_0x45fbc1===_0x105564(0x3e4,'\x25\x64\x24\x23')||_0x45fbc1==='\x74\x72\x61\x63\x65'?_0x45fbc1:_0x105564(0x922,'\x25\x71\x43\x21');}function safeTraceId(_0x176fa5){const _0x28f4b9=_0x4925e0;if(typeof _0x176fa5!==_0x28f4b9(0x19d,'\x62\x64\x63\x6a')||_0x176fa5[_0x28f4b9(0x214,'\x70\x21\x57\x49')]===0x6b9+-0x1a7f*0x1+0x9e3*0x2)return undefined;return'\x74\x72\x61\x63\x65\x3a'+sha256(_0x176fa5)[_0x28f4b9(0x1a8,'\x70\x21\x57\x49')](_0x28f4b9(0x43d,'\x73\x25\x78\x66')[_0x28f4b9(0x420,'\x36\x4e\x6f\x4e')],_0x28f4b9(0x6d3,'\x4d\x59\x69\x5b')[_0x28f4b9(0x939,'\x41\x26\x59\x4b')]+(-0xbf1+0xf2*-0x1+-0x11*-0xc3));}function sensitiveClassesForConstraint(_0x2a4d4e){const _0x2aca58=_0x4925e0,_0x335f32=normalize(_0x2a4d4e),_0x49754a=new Set();if(/\b(?:secrets?|tokens?|api[_ -]?keys?|credentials?|passwords?|bearer|private[_ -]?keys?)\b/[_0x2aca58(0x4ff,'\x54\x4d\x6f\x47')](_0x335f32)){if('\x51\x69\x68\x41\x48'!==_0x2aca58(0x924,'\x4a\x78\x36\x59'))return _0x40e4e9;else _0x49754a[_0x2aca58(0x201,'\x34\x34\x6f\x72')](_0x2aca58(0x723,'\x6a\x5e\x33\x41')+'\x61\x6c');}if(/\b(?:email|e-mail|mail)\b/[_0x2aca58(0x26e,'\x2a\x32\x6e\x49')](_0x335f32))_0x49754a[_0x2aca58(0x152,'\x35\x25\x37\x72')]('\x65\x6d\x61\x69\x6c');return/\b(?:paths?|directories?|filesystem|home\s+directory|user\s+profile)\b/[_0x2aca58(0x382,'\x4a\x6a\x79\x67')](_0x335f32)&&(_0x2aca58(0x5a7,'\x4a\x78\x36\x59')!==_0x2aca58(0x6c4,'\x6b\x23\x44\x4e')?_0xce047b[_0x2aca58(0x572,'\x5d\x6b\x6e\x5d')](_0x2aca58(0x1f4,'\x7a\x33\x4e\x69')+_0x2aca58(0x8e7,'\x50\x40\x21\x41')):_0x49754a[_0x2aca58(0x166,'\x5d\x4e\x40\x5d')]('\x66\x69\x6c\x65\x73\x79\x73\x74'+_0x2aca58(0x799,'\x5d\x6b\x6e\x5d'))),[..._0x49754a];}const TARGET_STOPWORDS=new Set(['\x61',_0x4925e0(0x3b8,'\x7a\x33\x4e\x69'),_0x4925e0(0x268,'\x73\x25\x78\x66'),'\x61\x6e',_0x4925e0(0x2fc,'\x4a\x25\x55\x5d'),_0x4925e0(0x3c9,'\x71\x6d\x78\x6d'),'\x61\x73','\x61\x74','\x62\x65',_0x4925e0(0x56e,'\x41\x26\x59\x4b'),'\x62\x79',_0x4925e0(0x7fd,'\x5e\x42\x72\x54'),_0x4925e0(0x7f4,'\x4a\x78\x36\x59'),_0x4925e0(0x15d,'\x54\x5d\x24\x4b'),'\x69\x6e',_0x4925e0(0x2dc,'\x68\x4e\x37\x78'),'\x69\x73','\x6f\x66','\x6f\x6e',_0x4925e0(0x688,'\x38\x63\x21\x6a'),'\x6f\x72','\x72\x65\x64\x61\x63\x74\x65\x64',_0x4925e0(0x7b7,'\x59\x73\x61\x39'),_0x4925e0(0x6e7,'\x4d\x66\x4f\x41'),_0x4925e0(0x2bf,'\x40\x5b\x7a\x34'),_0x4925e0(0x21a,'\x54\x4d\x6f\x47'),'\x74\x6f',_0x4925e0(0x25f,'\x6c\x40\x4e\x40'),_0x4925e0(0x6dc,'\x54\x4d\x6f\x47'),_0x4925e0(0x173,'\x71\x6d\x78\x6d'),_0x4925e0(0x3e3,'\x35\x25\x37\x72')]),GENERIC_ACTION_TERMS=new Set([_0x4925e0(0x5d1,'\x4d\x66\x4f\x41'),_0x4925e0(0x36c,'\x7a\x33\x4e\x69'),_0x4925e0(0x4c7,'\x68\x4e\x37\x78'),_0x4925e0(0x894,'\x68\x4e\x37\x78'),_0x4925e0(0x6e2,'\x25\x64\x24\x23')]),AMBIGUOUS_DEFERRED_VERB_TERMS=new Set(['\x6c\x69\x76\x65']);function targetTerms(_0xa4854b,_0x54d4ec){const _0x270575=_0x4925e0,_0x1d1ea9=normalize(_0xa4854b[_0x270575(0x347,'\x4a\x6a\x79\x67')](REDACTION_MARKER_RE,'\x20')['\x72\x65\x70\x6c\x61\x63\x65'](CLAUSE_MARKER_RE,'\x20'))[_0x270575(0x229,'\x35\x25\x37\x72')](/\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')[_0x270575(0x8b2,'\x4a\x25\x55\x5d')](/\s+/g,'\x20')['\x74\x72\x69\x6d'](),_0x9ac717=new Set(),_0x749d46=[];let _0x444a8e=!![],_0x4e0c71=![];const _0x22798e=isContrastiveConstraint(_0xa4854b);let _0xad9221=-0xa25*0x1+0x2ea*0x3+0x1*0x167;const _0x4851f8=new Map(),_0x174163=_0x54d4ec===_0x270575(0x1bb,'\x6e\x38\x46\x4f')?-0xa85+-0x6fe+0x1189:-0x1*-0x21e9+0x1c5e+0x7*-0x8e5;for(const _0xb9f9be of _0x1d1ea9['\x73\x70\x6c\x69\x74']('\x20')){if(_0x270575(0x777,'\x23\x51\x25\x30')!==_0x270575(0x777,'\x23\x51\x25\x30')){const _0xfaa856=_0xfa4009(_0x1d1ab4,_0x26f3dd);if(!_0xfaa856||_0x59f47e[_0x270575(0x2d3,'\x30\x76\x32\x4f')](_0xfaa856))return;_0x29d4cf[_0x270575(0x42b,'\x32\x72\x33\x34')](_0xfaa856);if(_0x56ed47){const _0x312125=_0x516f71??_0x6febd5,_0x1b8066=_0x107bb0(_0xd54aef[_0x270575(0x310,'\x42\x34\x77\x53')](_0x209a5a[_0x270575(0x19b,'\x4a\x6a\x79\x67')](0x1c45*-0x1+-0xf*0x5d+0x21b8,_0x312125-_0x3b7d01),_0x312125)),_0x628768=_0x16289c&&_0x4ccd0f(_0xfaa856);if(!_0xe9be30(_0x1b8066)||!_0x5191fe(_0xfaa856)&&!_0x628768)return;}_0x54c896[_0x270575(0x35c,'\x25\x5b\x5d\x6e')](_0xfaa856);}else{if(!_0xb9f9be)continue;if(TARGET_STOPWORDS[_0x270575(0x3f5,'\x35\x25\x37\x72')](_0xb9f9be)){if(_0x22798e&&_0xb9f9be==='\x61\x6c\x73\x6f')_0xad9221+=-0x26d*-0x6+0x3*0x705+-0x239c,_0x444a8e=!![],_0x4e0c71=![];else(_0xb9f9be===_0x270575(0x23b,'\x70\x21\x57\x49')||_0xb9f9be==='\x6f\x72')&&('\x6c\x64\x4f\x48\x61'!==_0x270575(0x80c,'\x41\x26\x59\x4b')?_0x322282['\x70\x75\x73\x68']({'\x73\x74\x61\x72\x74':_0x42dd41(_0x13e74a,_0x17bbb9[_0x49894f]??0x105f+-0x34f+-0x58*0x26,_0x364e99),'\x65\x6e\x64':_0x4d998e[_0x46ce0d]??_0xc9f91b}):(_0x444a8e=!![],_0x4e0c71=![]));continue;}const _0x3d8bf8=_0x444a8e,_0x30c682=_0xad9221+'\x3a'+_0xb9f9be;if(GENERIC_ACTION_TERMS[_0x270575(0x76e,'\x25\x64\x24\x23')](_0xb9f9be)||_0xb9f9be['\x6c\x65\x6e\x67\x74\x68']<0x2425*-0x1+-0x2079+-0x23*-0x1f6&&!IMPORTANT_TERMS[_0x270575(0x578,'\x59\x73\x61\x39')](_0xb9f9be)||_0x9ac717[_0x270575(0x6b8,'\x5d\x4e\x40\x5d')](_0x30c682)||(_0x4851f8[_0x270575(0x2c6,'\x25\x71\x43\x21')](_0xad9221)??-0x210e*-0x1+-0x1ff8+-0x116)>=_0x174163){if(_0x444a8e)_0x4e0c71=!![];continue;}_0x444a8e=![],_0x9ac717[_0x270575(0x6ff,'\x79\x53\x55\x43')](_0x30c682),_0x4851f8[_0x270575(0x48c,'\x7a\x33\x4e\x69')](_0xad9221,(_0x4851f8[_0x270575(0x326,'\x41\x26\x59\x4b')](_0xad9221)??0x1*0x7af+0x25ab+-0x2d5a)+(0x26bc+0x335*0x4+-0x338f)),_0x749d46[_0x270575(0x86c,'\x70\x21\x57\x49')]({'\x74\x65\x78\x74':_0xb9f9be,'\x76\x65\x72\x62':_0x3d8bf8,'\x76\x65\x72\x62\x41\x66\x74\x65\x72\x53\x6b\x69\x70\x70\x65\x64\x54\x65\x72\x6d':_0x3d8bf8&&_0x4e0c71,'\x67\x72\x6f\x75\x70':_0xad9221}),_0x4e0c71=![];}}return _0x749d46;}const IRREGULAR_VERB_FORMS=new Map([['\x62\x65',['\x62\x65','\x61\x6d','\x69\x73',_0x4925e0(0x65f,'\x75\x4b\x32\x42'),_0x4925e0(0x885,'\x25\x5b\x5d\x6e'),_0x4925e0(0x968,'\x36\x4e\x6f\x4e'),_0x4925e0(0x4ca,'\x35\x25\x37\x72'),_0x4925e0(0x34d,'\x78\x62\x5e\x21')]],[_0x4925e0(0x50a,'\x38\x63\x21\x6a'),[_0x4925e0(0x207,'\x59\x73\x61\x39'),'\x62\x65\x67\x69\x6e\x73',_0x4925e0(0x74f,'\x54\x4d\x6f\x47'),_0x4925e0(0x87e,'\x2a\x32\x6e\x49'),_0x4925e0(0x3de,'\x40\x5b\x7a\x34')+'\x67']],[_0x4925e0(0x6c3,'\x36\x4e\x6f\x4e'),[_0x4925e0(0x588,'\x30\x76\x32\x4f'),'\x62\x6c\x65\x65\x64\x73',_0x4925e0(0x479,'\x54\x4d\x6f\x47'),_0x4925e0(0x6fa,'\x50\x40\x21\x41')]],['\x62\x72\x65\x61\x6b',[_0x4925e0(0x8e5,'\x68\x4e\x37\x78'),_0x4925e0(0x470,'\x51\x66\x35\x74'),_0x4925e0(0x81b,'\x4d\x59\x69\x5b'),_0x4925e0(0x240,'\x7a\x33\x4e\x69'),_0x4925e0(0x643,'\x6c\x40\x4e\x40')]],[_0x4925e0(0x391,'\x41\x26\x59\x4b'),[_0x4925e0(0x754,'\x35\x25\x37\x72'),'\x62\x72\x65\x65\x64\x73',_0x4925e0(0x545,'\x5e\x42\x72\x54'),_0x4925e0(0x68f,'\x4a\x78\x36\x59')]],[_0x4925e0(0x5e3,'\x5d\x6b\x6e\x5d'),['\x62\x72\x69\x6e\x67',_0x4925e0(0x953,'\x75\x4b\x32\x42'),_0x4925e0(0x2a2,'\x75\x4b\x32\x42'),_0x4925e0(0x91d,'\x79\x53\x55\x43')]],['\x62\x75\x69\x6c\x64',[_0x4925e0(0x721,'\x40\x5b\x7a\x34'),_0x4925e0(0x16c,'\x71\x6d\x78\x6d'),_0x4925e0(0x6f9,'\x23\x51\x25\x30'),_0x4925e0(0x914,'\x54\x4d\x6f\x47')]],[_0x4925e0(0x518,'\x79\x53\x55\x43'),[_0x4925e0(0x6ea,'\x57\x52\x43\x4b'),'\x62\x75\x79\x73',_0x4925e0(0x92e,'\x5d\x6b\x6e\x5d'),_0x4925e0(0x80a,'\x54\x4d\x6f\x47')]],[_0x4925e0(0x27f,'\x71\x6d\x78\x6d'),[_0x4925e0(0x5ab,'\x73\x25\x78\x66'),_0x4925e0(0x8ae,'\x59\x73\x61\x39'),_0x4925e0(0x407,'\x2a\x32\x6e\x49'),_0x4925e0(0x63f,'\x36\x4e\x6f\x4e')]],[_0x4925e0(0x327,'\x57\x52\x43\x4b'),[_0x4925e0(0x5bd,'\x21\x56\x4c\x4c'),_0x4925e0(0x460,'\x73\x25\x78\x66'),_0x4925e0(0x73f,'\x6e\x38\x46\x4f'),_0x4925e0(0x4b5,'\x62\x64\x63\x6a'),_0x4925e0(0x76a,'\x6a\x5e\x33\x41')]],['\x64\x6f',['\x64\x6f','\x64\x6f\x65\x73',_0x4925e0(0x3d2,'\x7a\x33\x4e\x69'),_0x4925e0(0x2d8,'\x4d\x66\x4f\x41'),_0x4925e0(0x5a6,'\x6c\x40\x4e\x40')]],[_0x4925e0(0x209,'\x7a\x33\x4e\x69'),[_0x4925e0(0x1d6,'\x41\x26\x59\x4b'),_0x4925e0(0x916,'\x25\x71\x43\x21'),'\x66\x65\x64',_0x4925e0(0x596,'\x6c\x40\x4e\x40')]],[_0x4925e0(0x51e,'\x6a\x5e\x33\x41'),[_0x4925e0(0x273,'\x25\x64\x24\x23'),_0x4925e0(0x705,'\x4a\x25\x55\x5d'),_0x4925e0(0x285,'\x35\x25\x37\x72'),_0x4925e0(0x498,'\x55\x24\x47\x68')]],[_0x4925e0(0x6ec,'\x73\x25\x78\x66'),['\x67\x65\x74',_0x4925e0(0x1ee,'\x38\x63\x21\x6a'),_0x4925e0(0x299,'\x5d\x6b\x6e\x5d'),_0x4925e0(0x82e,'\x23\x51\x25\x30'),_0x4925e0(0x3f9,'\x4d\x66\x4f\x41')]],[_0x4925e0(0x250,'\x6e\x38\x46\x4f'),['\x67\x69\x76\x65',_0x4925e0(0x2b6,'\x42\x34\x77\x53'),_0x4925e0(0x6d2,'\x36\x34\x30\x2a'),_0x4925e0(0x4fc,'\x25\x64\x24\x23'),_0x4925e0(0x887,'\x70\x21\x57\x49')]],['\x67\x6f',['\x67\x6f','\x67\x6f\x65\x73',_0x4925e0(0x772,'\x75\x4b\x32\x42'),_0x4925e0(0x7dc,'\x40\x5b\x7a\x34'),'\x67\x6f\x69\x6e\x67']],[_0x4925e0(0x753,'\x71\x6d\x78\x6d'),[_0x4925e0(0x1b2,'\x4a\x78\x36\x59'),_0x4925e0(0x65b,'\x6c\x40\x4e\x40'),_0x4925e0(0x1e9,'\x5d\x4e\x40\x5d'),_0x4925e0(0x8b1,'\x41\x26\x59\x4b')]],[_0x4925e0(0x845,'\x73\x69\x7a\x6a'),[_0x4925e0(0x409,'\x73\x25\x78\x66'),_0x4925e0(0x88e,'\x38\x63\x21\x6a'),_0x4925e0(0x473,'\x78\x62\x5e\x21'),'\x6c\x65\x61\x76\x69\x6e\x67']],[_0x4925e0(0x809,'\x4a\x25\x55\x5d'),[_0x4925e0(0x474,'\x40\x5b\x7a\x34'),_0x4925e0(0x48e,'\x54\x5d\x24\x4b'),'\x6d\x61\x64\x65',_0x4925e0(0x1b5,'\x54\x4d\x6f\x47')]],['\x72\x65\x61\x64',[_0x4925e0(0x571,'\x32\x72\x33\x34'),_0x4925e0(0x7fe,'\x32\x72\x33\x34'),_0x4925e0(0x3f3,'\x30\x76\x32\x4f')]],['\x72\x69\x6e\x67',[_0x4925e0(0x92a,'\x59\x73\x61\x39'),_0x4925e0(0x7f1,'\x59\x73\x61\x39'),_0x4925e0(0x829,'\x40\x5b\x7a\x34'),_0x4925e0(0x8ca,'\x4a\x78\x36\x59'),_0x4925e0(0x360,'\x25\x71\x43\x21')]],[_0x4925e0(0x8bd,'\x23\x51\x25\x30'),['\x72\x75\x6e','\x72\x75\x6e\x73',_0x4925e0(0x461,'\x6b\x23\x44\x4e'),_0x4925e0(0x54a,'\x71\x6d\x78\x6d')]],[_0x4925e0(0x5e7,'\x4a\x6a\x79\x67'),[_0x4925e0(0x3c4,'\x23\x51\x25\x30'),'\x73\x65\x6e\x64\x73',_0x4925e0(0x624,'\x4a\x6a\x79\x67'),'\x73\x65\x6e\x64\x69\x6e\x67']],[_0x4925e0(0x4bf,'\x71\x6d\x78\x6d'),[_0x4925e0(0x4ed,'\x79\x53\x55\x43'),_0x4925e0(0x5bb,'\x36\x34\x30\x2a'),_0x4925e0(0x3fd,'\x36\x4e\x6f\x4e'),_0x4925e0(0x933,'\x54\x5d\x24\x4b'),_0x4925e0(0x8a1,'\x50\x40\x21\x41')]],[_0x4925e0(0x21e,'\x70\x21\x57\x49'),['\x73\x69\x6e\x67','\x73\x69\x6e\x67\x73',_0x4925e0(0x154,'\x4a\x78\x36\x59'),_0x4925e0(0x17f,'\x78\x62\x5e\x21'),_0x4925e0(0x8a2,'\x4d\x59\x69\x5b')]],['\x73\x70\x65\x65\x64',['\x73\x70\x65\x65\x64',_0x4925e0(0x85d,'\x45\x76\x38\x71'),_0x4925e0(0x60d,'\x4a\x6a\x79\x67'),_0x4925e0(0x59b,'\x25\x64\x24\x23'),_0x4925e0(0x1ca,'\x4d\x66\x4f\x41')]],[_0x4925e0(0x590,'\x30\x76\x32\x4f'),[_0x4925e0(0x75f,'\x36\x4e\x6f\x4e'),_0x4925e0(0x186,'\x45\x73\x6d\x61'),_0x4925e0(0x3e5,'\x45\x73\x6d\x61'),_0x4925e0(0x8ad,'\x68\x4e\x37\x78'),_0x4925e0(0x286,'\x36\x4e\x6f\x4e')]],[_0x4925e0(0x45b,'\x35\x25\x37\x72'),[_0x4925e0(0x284,'\x7a\x33\x4e\x69'),_0x4925e0(0x4be,'\x54\x4d\x6f\x47'),_0x4925e0(0x4b9,'\x36\x34\x30\x2a'),_0x4925e0(0x269,'\x42\x34\x77\x53')]],[_0x4925e0(0x521,'\x6a\x5e\x33\x41'),[_0x4925e0(0x1e7,'\x68\x4e\x37\x78'),_0x4925e0(0x65c,'\x30\x76\x32\x4f'),'\x74\x6f\x6c\x64',_0x4925e0(0x8f3,'\x73\x25\x78\x66')]],[_0x4925e0(0x227,'\x51\x66\x35\x74'),[_0x4925e0(0x3cc,'\x4d\x59\x69\x5b'),'\x74\x68\x69\x6e\x6b\x73',_0x4925e0(0x7d3,'\x54\x4d\x6f\x47'),_0x4925e0(0x663,'\x6a\x5e\x33\x41')]],[_0x4925e0(0x464,'\x54\x4d\x6f\x47'),[_0x4925e0(0x77c,'\x4a\x25\x55\x5d'),_0x4925e0(0x3b3,'\x41\x26\x59\x4b'),_0x4925e0(0x919,'\x2a\x32\x6e\x49'),_0x4925e0(0x7f6,'\x7a\x33\x4e\x69'),'\x77\x72\x69\x74\x69\x6e\x67']]]),IRREGULAR_SIMPLE_PAST_FORMS=new Set([_0x4925e0(0x5f2,'\x4e\x72\x30\x56'),_0x4925e0(0x4e6,'\x4a\x6a\x79\x67'),_0x4925e0(0x457,'\x4d\x59\x69\x5b'),...[...IRREGULAR_VERB_FORMS[_0x4925e0(0x95d,'\x68\x4e\x37\x78')]()][_0x4925e0(0x261,'\x30\x30\x5b\x66')](([_0x26396a])=>_0x26396a!=='\x62\x65'&&_0x26396a!==_0x4925e0(0x560,'\x41\x4c\x5b\x2a'))[_0x4925e0(0x76d,'\x45\x73\x6d\x61')](([,_0x40abd9])=>_0x40abd9[-0x1*0x2016+-0x3f*0x1b+-0xd3*-0x2f])][_0x4925e0(0x7c2,'\x71\x6d\x78\x6d')](_0x3dd27b=>_0x3dd27b!==undefined&&!_0x3dd27b[_0x4925e0(0x83c,'\x38\x63\x21\x6a')](_0x4925e0(0x89a,'\x75\x4b\x32\x42')))),IRREGULAR_PAST_PARTICIPLE_FORMS=new Set([_0x4925e0(0x525,'\x4e\x72\x30\x56'),'\x72\x65\x61\x64','\x73\x68\x6f\x77\x65\x64',_0x4925e0(0x7ed,'\x79\x53\x55\x43'),...[...IRREGULAR_VERB_FORMS[_0x4925e0(0x47d,'\x4d\x59\x69\x5b')]()][_0x4925e0(0x198,'\x34\x34\x6f\x72')](([_0x47987d])=>_0x47987d!=='\x62\x65'&&_0x47987d!==_0x4925e0(0x196,'\x41\x26\x59\x4b'))[_0x4925e0(0x6a7,'\x32\x72\x33\x34')](([,_0x5e1740])=>_0x5e1740['\x61\x74'](-(0x1*-0x296+-0x1ea+-0x1*-0x482)))[_0x4925e0(0x812,'\x55\x24\x47\x68')](_0x9e34cd=>_0x9e34cd!==undefined&&!_0x9e34cd[_0x4925e0(0x510,'\x25\x5b\x5d\x6e')](_0x4925e0(0x570,'\x59\x73\x61\x39')))]),IRREGULAR_PROGRESSIVE_VERB_LEMMAS=new Map([...IRREGULAR_VERB_FORMS][_0x4925e0(0x8c8,'\x73\x69\x7a\x6a')](([_0xcad9d,_0x24f7e1])=>_0x24f7e1['\x66\x69\x6c\x74\x65\x72'](_0x808e83=>_0x808e83[_0x4925e0(0x352,'\x62\x64\x63\x6a')](_0x4925e0(0x2b0,'\x34\x34\x6f\x72')))[_0x4925e0(0x511,'\x73\x25\x78\x66')](_0x37a3d6=>[_0x37a3d6,_0xcad9d]))),IRREGULAR_NOUN_PLURALS=new Map([[_0x4925e0(0x859,'\x30\x76\x32\x4f'),'\x61\x6e\x61\x6c\x79\x73\x65\x73'],[_0x4925e0(0x893,'\x5e\x42\x72\x54'),_0x4925e0(0x7c7,'\x42\x34\x77\x53')],[_0x4925e0(0x3da,'\x6e\x38\x46\x4f'),_0x4925e0(0x48b,'\x25\x71\x43\x21')],[_0x4925e0(0x179,'\x4a\x78\x36\x59'),_0x4925e0(0x17c,'\x6b\x23\x44\x4e')],[_0x4925e0(0x7e8,'\x41\x4c\x5b\x2a'),_0x4925e0(0x404,'\x41\x4c\x5b\x2a')],[_0x4925e0(0x1aa,'\x36\x34\x30\x2a'),'\x6c\x69\x76\x65\x73'],['\x73\x74\x61\x74\x75\x73',_0x4925e0(0x4da,'\x38\x63\x21\x6a')]]),UNAMBIGUOUS_PLURAL_SINGULARS=new Map([[_0x4925e0(0x367,'\x35\x25\x37\x72'),_0x4925e0(0x580,'\x45\x73\x6d\x61')],['\x62\x75\x73\x65\x73',_0x4925e0(0x7e5,'\x4d\x66\x4f\x41')],[_0x4925e0(0x270,'\x4a\x25\x55\x5d'),_0x4925e0(0x3c3,'\x23\x51\x25\x30')],[_0x4925e0(0x649,'\x4e\x72\x30\x56'),'\x73\x74\x61\x74\x75\x73']]),DOUBLED_INFLECTION_BASES=new Set([_0x4925e0(0x7c0,'\x78\x62\x5e\x21'),'\x63\x6f\x6d\x6d\x69\x74',_0x4925e0(0x5db,'\x38\x63\x21\x6a'),_0x4925e0(0x2bb,'\x35\x25\x37\x72'),_0x4925e0(0x2b5,'\x78\x62\x5e\x21'),_0x4925e0(0x51b,'\x40\x5b\x7a\x34'),_0x4925e0(0x3ae,'\x25\x64\x24\x23'),'\x6f\x63\x63\x75\x72','\x70\x65\x72\x6d\x69\x74',_0x4925e0(0x3b5,'\x4d\x59\x69\x5b'),_0x4925e0(0x6b6,'\x4d\x59\x69\x5b'),_0x4925e0(0x27d,'\x2a\x32\x6e\x49'),_0x4925e0(0x2e1,'\x40\x5b\x7a\x34'),'\x74\x72\x61\x6e\x73\x6d\x69\x74']),NON_DOUBLED_SHORT_CVC_BASES=new Set(['\x65\x64\x69\x74',_0x4925e0(0x1b9,'\x41\x26\x59\x4b')]),ED_SUFFIX_BASE_VERBS=new Set([_0x4925e0(0x1bd,'\x21\x56\x4c\x4c'),_0x4925e0(0x309,'\x5d\x4e\x40\x5d'),_0x4925e0(0x356,'\x42\x34\x77\x53'),'\x70\x72\x6f\x63\x65\x65\x64',_0x4925e0(0x56a,'\x30\x76\x32\x4f'),_0x4925e0(0x538,'\x6a\x5e\x33\x41')]),EXACT_ONLY_PROGRESSIVE_LEMMAS=new Set(['\x62\x65','\x64\x6f','\x67\x6f']),SHORT_INFLECTED_VERB_LEMMAS=new Map([[_0x4925e0(0x53f,'\x32\x72\x33\x34'),'\x64\x69\x65'],[_0x4925e0(0x5fd,'\x36\x4e\x6f\x4e'),_0x4925e0(0x276,'\x21\x56\x4c\x4c')],[_0x4925e0(0x1c0,'\x25\x71\x43\x21'),_0x4925e0(0x322,'\x4d\x66\x4f\x41')],[_0x4925e0(0x847,'\x40\x5b\x7a\x34'),_0x4925e0(0x14b,'\x38\x63\x21\x6a')],[_0x4925e0(0x655,'\x5e\x42\x72\x54'),_0x4925e0(0x2ae,'\x25\x71\x43\x21')],[_0x4925e0(0x477,'\x6a\x5e\x33\x41'),_0x4925e0(0x29f,'\x5d\x6b\x6e\x5d')],[_0x4925e0(0x1f5,'\x4e\x72\x30\x56'),_0x4925e0(0x66e,'\x30\x76\x32\x4f')],[_0x4925e0(0x388,'\x6b\x23\x44\x4e'),_0x4925e0(0x876,'\x21\x56\x4c\x4c')],[_0x4925e0(0x64d,'\x6c\x40\x4e\x40'),_0x4925e0(0x667,'\x50\x40\x21\x41')],[_0x4925e0(0x4fb,'\x6b\x23\x44\x4e'),'\x76\x69\x65'],['\x76\x79\x69\x6e\x67',_0x4925e0(0x489,'\x4d\x66\x4f\x41')]]),SILENT_E_VERB_LEMMAS=new Map([['\x61\x63',_0x4925e0(0x542,'\x6b\x23\x44\x4e')],['\x61\x67',_0x4925e0(0x48f,'\x6c\x40\x4e\x40')],['\x61\x70',_0x4925e0(0x25b,'\x30\x76\x32\x4f')],['\x63\x72\x65\x61\x74',_0x4925e0(0x64f,'\x54\x5d\x24\x4b')],[_0x4925e0(0x410,'\x25\x5b\x5d\x6e'),_0x4925e0(0x3f4,'\x42\x34\x77\x53')],[_0x4925e0(0x472,'\x41\x4c\x5b\x2a'),_0x4925e0(0x751,'\x73\x69\x7a\x6a')],[_0x4925e0(0x290,'\x73\x69\x7a\x6a'),_0x4925e0(0x225,'\x45\x73\x6d\x61')],[_0x4925e0(0x348,'\x45\x73\x6d\x61'),_0x4925e0(0x846,'\x4d\x66\x4f\x41')],['\x69\x63','\x69\x63\x65'],[_0x4925e0(0x234,'\x32\x72\x33\x34'),'\x6c\x65\x61\x76\x65'],[_0x4925e0(0x212,'\x41\x26\x59\x4b'),_0x4925e0(0x2f6,'\x54\x5d\x24\x4b')],[_0x4925e0(0x17a,'\x35\x25\x37\x72'),_0x4925e0(0x71a,'\x6b\x23\x44\x4e')],[_0x4925e0(0x28b,'\x73\x69\x7a\x6a'),_0x4925e0(0x2df,'\x78\x62\x5e\x21')],['\x6f\x77',_0x4925e0(0x536,'\x5e\x42\x72\x54')],[_0x4925e0(0x603,'\x34\x34\x6f\x72'),'\x70\x72\x65\x73\x65\x72\x76\x65'],[_0x4925e0(0x5d3,'\x45\x73\x6d\x61'),_0x4925e0(0x561,'\x2a\x32\x6e\x49')],[_0x4925e0(0x8eb,'\x6a\x5e\x33\x41'),_0x4925e0(0x690,'\x6a\x5e\x33\x41')],[_0x4925e0(0x251,'\x2a\x32\x6e\x49'),_0x4925e0(0x1b3,'\x32\x72\x33\x34')],[_0x4925e0(0x389,'\x6a\x5e\x33\x41'),_0x4925e0(0x2c8,'\x5d\x6b\x6e\x5d')],['\x73\x74\x6f\x72',_0x4925e0(0x4aa,'\x6a\x5e\x33\x41')],['\x73\x75','\x73\x75\x65'],[_0x4925e0(0x564,'\x25\x71\x43\x21'),_0x4925e0(0x892,'\x55\x24\x47\x68')],['\x75\x73',_0x4925e0(0x422,'\x5e\x42\x72\x54')],[_0x4925e0(0x24d,'\x75\x4b\x32\x42'),_0x4925e0(0x77d,'\x68\x4e\x37\x78')],[_0x4925e0(0x59e,'\x68\x4e\x37\x78'),'\x77\x72\x69\x74\x65']]);function addPluralForm(_0x38d064,_0x10ae89){const _0x38dc81=_0x4925e0,_0xadf8e9=IRREGULAR_NOUN_PLURALS[_0x38dc81(0x5d5,'\x6a\x5e\x33\x41')](_0x38d064);if(_0xadf8e9)_0x10ae89[_0x38dc81(0x42b,'\x32\x72\x33\x34')](_0xadf8e9);else{if(/[^aeiou]y$/u[_0x38dc81(0x1f9,'\x32\x72\x33\x34')](_0x38d064))_0x10ae89[_0x38dc81(0x8a0,'\x45\x73\x6d\x61')](_0x38d064[_0x38dc81(0x206,'\x4d\x66\x4f\x41')](-0x1*0x21f4+-0x12c1*0x1+-0x1*-0x34b5,-(-0x4b*0x2e+-0x2572+-0x32ed*-0x1))+_0x38dc81(0x4a2,'\x32\x72\x33\x34'));else{if(/(?:s|x|z|ch|sh)$/u[_0x38dc81(0x254,'\x5d\x4e\x40\x5d')](_0x38d064))_0x10ae89[_0x38dc81(0x6ff,'\x79\x53\x55\x43')](_0x38d064+'\x65\x73');else _0x10ae89[_0x38dc81(0x166,'\x5d\x4e\x40\x5d')](_0x38d064+'\x73');}}}function addSingularCandidates(_0x32c84a,_0x2f89fe){const _0x17592d=_0x4925e0,_0x33fe40=UNAMBIGUOUS_PLURAL_SINGULARS[_0x17592d(0x79f,'\x51\x66\x35\x74')](_0x32c84a);if(_0x33fe40){if(_0x17592d(0x532,'\x75\x4b\x32\x42')!==_0x17592d(0x1d2,'\x7a\x33\x4e\x69')){if(/\b(?:(?:had|has|have)\s+(?:not|never)|hadn't|hasn't|haven't)\b/i[_0x17592d(0x682,'\x5e\x42\x72\x54')](_0x1f12d4))return _0x17592d(0x168,'\x54\x4d\x6f\x47');if(/\b(?:did\s+(?:not|never)|didn't)\b/i[_0x17592d(0x6f1,'\x6b\x23\x44\x4e')](_0xaf1a29))return _0x17592d(0x2a5,'\x42\x34\x77\x53')+'\x65';const _0x5520ba=/\b(?:(?:am|are|is|was|were)\s+(?:not|never)|aren't|isn't|wasn't|weren't)\b/i[_0x17592d(0x657,'\x62\x64\x63\x6a')](_0x18601c);if(_0x5520ba){const _0x586d57=_0x4c2300['\x73\x6c\x69\x63\x65'](_0x5520ba[_0x17592d(0x6bf,'\x4e\x72\x30\x56')]+_0x5520ba[-0x1179+-0x1*-0x16b1+-0x538][_0x17592d(0x311,'\x55\x24\x47\x68')]),_0x1f17b0=_0x586d57[_0x17592d(0x6cf,'\x55\x24\x47\x68')](/[,;]|\b(?:after|because|before|once|so|when|while|without)\b/i,0x18f9*0x1+0x625*-0x5+0x5c1)[-0xfc1+0xbf3*0x3+-0x1418]??'';if(/\b[a-z]+ing\b/i[_0x17592d(0x1ed,'\x51\x66\x35\x74')](_0x1f17b0))return _0x17592d(0x58e,'\x36\x4e\x6f\x4e')+_0x17592d(0x95c,'\x25\x5b\x5d\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[_0x17592d(0x387,'\x40\x5b\x7a\x34')](_0x2f13da)?_0x17592d(0x193,'\x6c\x40\x4e\x40'):_0x17592d(0x3b6,'\x54\x5d\x24\x4b');}else{_0x2f89fe[_0x17592d(0x1cc,'\x6e\x38\x46\x4f')](_0x33fe40);return;}}if(/[^aeiou]ies$/u[_0x17592d(0x681,'\x73\x25\x78\x66')](_0x32c84a)&&_0x32c84a[_0x17592d(0x53c,'\x7a\x33\x4e\x69')]>0x2301+-0x937+-0x1*0x19c7)_0x2f89fe[_0x17592d(0x81c,'\x25\x71\x43\x21')](_0x32c84a[_0x17592d(0x3b2,'\x45\x76\x38\x71')](0x624+-0x17e+-0x4a6,-(0x2095+0x287*0x6+-0x4c6*0xa))+'\x79');if(_0x32c84a[_0x17592d(0x443,'\x36\x34\x30\x2a')](_0x17592d(0x2c1,'\x79\x53\x55\x43'))&&_0x32c84a[_0x17592d(0x484,'\x30\x76\x32\x4f')]>0x2060+0x3fc+-0x2458){if(_0x17592d(0x4df,'\x4a\x78\x36\x59')===_0x17592d(0x7b5,'\x6b\x23\x44\x4e')){const _0xd89ca1=_0x32c84a[_0x17592d(0x747,'\x73\x69\x7a\x6a')](-0xc0c+0x1*0x1613+-0xa07*0x1,-(0x1c0d+-0x1968*0x1+0x2*-0x151));_0x2f89fe[_0x17592d(0x7e1,'\x25\x64\x24\x23')](_0xd89ca1+'\x66'),_0x2f89fe[_0x17592d(0x201,'\x34\x34\x6f\x72')](_0xd89ca1+'\x66\x65');return;}else{if(!_0x4a635d[_0x17592d(0x877,'\x34\x34\x6f\x72')](_0x10cfa8))return!![];const _0x30f3c6=_0x2bb56c[_0x17592d(0x4fa,'\x55\x24\x47\x68')](-0x1e50+0x1fc2+0xa*-0x25,_0x43d571[_0x17592d(0x414,'\x54\x5d\x24\x4b')][_0x248475]?.[_0x17592d(0x385,'\x34\x34\x6f\x72')]??0xf1d*-0x1+0x7af+0x3*0x27a);if(!_0x3dd136(_0x30f3c6,_0x360988))return!![];}}if(/(?:sses|xes|zzes|ches|shes)$/u[_0x17592d(0x400,'\x79\x53\x55\x43')](_0x32c84a)&&_0x32c84a[_0x17592d(0x568,'\x25\x64\x24\x23')]>-0x221d+0x269c+0x1*-0x47b)_0x2f89fe[_0x17592d(0x494,'\x42\x34\x77\x53')](_0x32c84a[_0x17592d(0x80b,'\x30\x76\x32\x4f')](0x1a75*0x1+-0x132f+0x13*-0x62,-(0x3d3*-0x7+0x8*-0x1d7+0x3*0xdd5)));else{if(_0x32c84a[_0x17592d(0x79b,'\x68\x4e\x37\x78')]('\x73')&&_0x32c84a[_0x17592d(0x718,'\x4e\x72\x30\x56')]>-0xe03+-0x5*0x792+0x33e0&&!/(?:ss|us|is)$/u[_0x17592d(0x400,'\x79\x53\x55\x43')](_0x32c84a))_0x2f89fe[_0x17592d(0x3d8,'\x54\x4d\x6f\x47')](_0x32c84a[_0x17592d(0x4d2,'\x5d\x6b\x6e\x5d')](-0x440+0x3*0xf3+0x167*0x1,-(0x1443+-0x1817+0x3d5)));}}function doublesFinalConsonant(_0x233d45){const _0x45bb43=_0x4925e0;if(DOUBLED_INFLECTION_BASES[_0x45bb43(0x496,'\x25\x5b\x5d\x6e')](_0x233d45))return!![];if(_0x233d45[_0x45bb43(0x2be,'\x6a\x5e\x33\x41')]>-0xe0c+0x9a+0x2*0x6bb||NON_DOUBLED_SHORT_CVC_BASES[_0x45bb43(0x2d3,'\x30\x76\x32\x4f')](_0x233d45))return![];return/[bcdfghjklmnpqrstvwxyz][aeiou][bcdfghjklmnpqrstvz]$/u['\x74\x65\x73\x74'](_0x233d45);}function addRegularVerbForms(_0x1aad7b,_0x5dc868){const _0x42dd08=_0x4925e0;_0x5dc868[_0x42dd08(0x23e,'\x55\x24\x47\x68')](_0x1aad7b),addPluralForm(_0x1aad7b,_0x5dc868);if(_0x1aad7b[_0x42dd08(0x456,'\x6c\x40\x4e\x40')]('\x69\x65')){if(_0x42dd08(0x652,'\x30\x30\x5b\x66')!==_0x42dd08(0x932,'\x71\x6d\x78\x6d')){const _0x1f8411=[];for(let _0x50bbf3=_0x2c88b5;_0x50bbf3<_0x552467;_0x50bbf3+=0x1*0x149c+0x21d+0x2*-0xb5c){if(!_0x3ceb10(_0x37972d,_0x50bbf3))_0x1f8411[_0x42dd08(0x2d0,'\x5d\x6b\x6e\x5d')](_0x4329f[_0x42dd08(0x906,'\x4e\x72\x30\x56')][_0x50bbf3]?.[_0x42dd08(0x595,'\x54\x4d\x6f\x47')]??'');}if(_0x1f8411[_0x42dd08(0x5d9,'\x21\x56\x4c\x4c')]()!=='\x74\x68\x65\x72\x65'||!_0x20dd05[_0x42dd08(0x7db,'\x32\x72\x33\x34')](_0x1f8411[_0x42dd08(0x6e0,'\x42\x34\x77\x53')]()??''))return![];while(_0x1f8411[_0x42dd08(0x645,'\x73\x69\x7a\x6a')]>0x1153+0x2422+0x7*-0x7a3&&/ly$/u['\x74\x65\x73\x74'](_0x1f8411[-0x3*-0xc01+-0xf*-0xf+-0x24e4]??''))_0x1f8411[_0x42dd08(0x239,'\x6c\x40\x4e\x40')]();return _0x1f8411[_0x42dd08(0x7b0,'\x45\x73\x6d\x61')]===0xeb*-0x19+0x1*0x2327+-0xc32*0x1&&_0x1f8411[0xf07+-0xb78+-0x1*0x38f]==='\x6e\x6f'&&_0x1f8411[-0xf8*0x25+-0x1998+0x3d71]===_0x42dd08(0x463,'\x6a\x5e\x33\x41');}else{_0x5dc868[_0x42dd08(0x629,'\x71\x6d\x78\x6d')](_0x1aad7b+'\x64'),_0x5dc868[_0x42dd08(0x6f6,'\x41\x4c\x5b\x2a')](_0x1aad7b[_0x42dd08(0x3b2,'\x45\x76\x38\x71')](-0xa58+-0x1*-0x20+0xa38,-(0x17f2+0x14f2+-0x1671*0x2))+_0x42dd08(0x1d1,'\x75\x4b\x32\x42'));return;}}if(_0x1aad7b[_0x42dd08(0x36f,'\x30\x30\x5b\x66')]('\x65')){if('\x58\x50\x75\x72\x58'===_0x42dd08(0x34f,'\x57\x52\x43\x4b')){_0x5dc868[_0x42dd08(0x684,'\x73\x25\x78\x66')](_0x1aad7b+'\x64'),_0x5dc868[_0x42dd08(0x8a0,'\x45\x73\x6d\x61')](_0x1aad7b[_0x42dd08(0x310,'\x42\x34\x77\x53')](0x2*0x737+-0x26fe+0x1890,-(0x6*-0x1bb+-0x2278+-0x2cdb*-0x1))+_0x42dd08(0x2e2,'\x32\x72\x33\x34'));return;}else{if(_0x373bdc[_0x42dd08(0x5cb,'\x38\x63\x21\x6a')+'\x78']===_0x33bc73[_0x42dd08(0x75d,'\x38\x63\x21\x6a')+'\x72\x74'])return!![];const _0x2fa917=_0x3f71e9(_0x4de5e6,_0x4488d7,![]);return _0x2fa917!==_0x450861&&(_0x461f11[_0x42dd08(0x3e7,'\x4d\x59\x69\x5b')](_0x2fa917)||_0x39e1e4[_0x42dd08(0x877,'\x34\x34\x6f\x72')](_0x2fa917)||_0x142506[_0x42dd08(0x55f,'\x71\x6d\x78\x6d')](_0x2fa917));}}if(/[^aeiou]y$/u[_0x42dd08(0x400,'\x79\x53\x55\x43')](_0x1aad7b))_0x5dc868[_0x42dd08(0x150,'\x4d\x59\x69\x5b')](_0x1aad7b['\x73\x6c\x69\x63\x65'](0x3b7*0x6+-0xf83+-0x6c7,-(-0x24e7+0x1*-0x1bd5+0x40bd))+_0x42dd08(0x660,'\x25\x5b\x5d\x6e'));if(doublesFinalConsonant(_0x1aad7b)){const _0x1b660f=_0x1aad7b['\x61\x74'](-(0x1*-0x154d+0x5e*0x54+-0x98a));_0x5dc868[_0x42dd08(0x6f6,'\x41\x4c\x5b\x2a')](''+_0x1aad7b+_0x1b660f+'\x65\x64'),_0x5dc868[_0x42dd08(0x42b,'\x32\x72\x33\x34')](''+_0x1aad7b+_0x1b660f+_0x42dd08(0x706,'\x6a\x5e\x33\x41'));}else{if('\x58\x6f\x55\x75\x74'!==_0x42dd08(0x28f,'\x59\x73\x61\x39')){if(!/[^aeiou]y$/u[_0x42dd08(0x5e2,'\x36\x34\x30\x2a')](_0x215b83))_0x636721[_0x42dd08(0x3d8,'\x54\x4d\x6f\x47')](_0x462d7f+'\x65\x64');_0x510c6e[_0x42dd08(0x572,'\x5d\x6b\x6e\x5d')](_0x24dad5+_0x42dd08(0x839,'\x5d\x4e\x40\x5d'));}else{if(!/[^aeiou]y$/u[_0x42dd08(0x2d1,'\x62\x64\x63\x6a')](_0x1aad7b))_0x5dc868['\x61\x64\x64'](_0x1aad7b+'\x65\x64');_0x5dc868[_0x42dd08(0x3d8,'\x54\x4d\x6f\x47')](_0x1aad7b+_0x42dd08(0x8bc,'\x23\x51\x25\x30'));}}}function nominalForms(_0x343266){const _0x1cdb8d=_0x4925e0,_0x48465b=new Set([_0x343266]),_0x19b989=new Set();addSingularCandidates(_0x343266,_0x19b989);if(_0x19b989[_0x1cdb8d(0x6ab,'\x32\x72\x33\x34')]===-0x1*0x23b1+-0x1*-0x443+0x1f6e)addPluralForm(_0x343266,_0x48465b);for(const _0x2fb1aa of _0x19b989){_0x48465b['\x61\x64\x64'](_0x2fb1aa),addPluralForm(_0x2fb1aa,_0x48465b);}return _0x48465b;}function verbForms(_0x645f55,_0x54503b){const _0xf5675e=_0x4925e0,_0x23619e=new Set([_0x645f55]),_0x5bfd80=verbLemma(_0x645f55);if(!_0x5bfd80)return _0x23619e;if(_0x54503b==='\x6d\x75\x73\x74\x5f\x6e\x6f\x74'&&_0x645f55[_0xf5675e(0x541,'\x78\x62\x5e\x21')]('\x69\x6e\x67')&&EXACT_ONLY_PROGRESSIVE_LEMMAS[_0xf5675e(0x873,'\x45\x76\x38\x71')](_0x5bfd80))return _0x23619e;const _0x4d561f=IRREGULAR_VERB_FORMS[_0xf5675e(0x47c,'\x62\x64\x63\x6a')](_0x5bfd80);if(_0x4d561f){for(const _0xdf30ee of _0x4d561f)_0x23619e['\x61\x64\x64'](_0xdf30ee);}else addRegularVerbForms(_0x5bfd80,_0x23619e);return _0x23619e;}function targetTermForms(_0x669d8d,_0x119ee2){const _0x488d7a=_0x4925e0,_0x4548f6=nominalForms(_0x669d8d[_0x488d7a(0x2aa,'\x25\x64\x24\x23')]);if(!_0x669d8d[_0x488d7a(0x4f9,'\x7a\x33\x4e\x69')]||_0x669d8d[_0x488d7a(0x948,'\x59\x73\x61\x39')+'\x72\x53\x6b\x69\x70\x70\x65\x64'+_0x488d7a(0x833,'\x23\x51\x25\x30')]&&AMBIGUOUS_DEFERRED_VERB_TERMS['\x68\x61\x73'](_0x669d8d['\x74\x65\x78\x74']))return _0x4548f6;const _0x13d5eb=verbForms(_0x669d8d[_0x488d7a(0x28d,'\x50\x40\x21\x41')],_0x119ee2);if(_0x669d8d[_0x488d7a(0x6ef,'\x35\x25\x37\x72')+_0x488d7a(0x931,'\x5d\x6b\x6e\x5d')+'\x54\x65\x72\x6d']){for(const _0x1f7c62 of _0x4548f6)_0x13d5eb[_0x488d7a(0x684,'\x73\x25\x78\x66')](_0x1f7c62);}return _0x13d5eb;}const AFFIRMATIVE_ACTION_FORMS=new Set([...AFFIRMATIVE_ACTION_LEMMAS[_0x4925e0(0x8fe,'\x51\x66\x35\x74')](_0x53b623=>[...verbForms(_0x53b623,_0x4925e0(0x1ad,'\x51\x66\x35\x74'))]),_0x4925e0(0x293,'\x2a\x32\x6e\x49')+'\x64',_0x4925e0(0x4b3,'\x30\x30\x5b\x66')+'\x6e\x67']);function verbLemma(_0x4a46b8){const _0x2f9ea6=_0x4925e0;if(IRREGULAR_VERB_FORMS[_0x2f9ea6(0x55f,'\x71\x6d\x78\x6d')](_0x4a46b8)||DOUBLED_INFLECTION_BASES[_0x2f9ea6(0x5af,'\x5e\x42\x72\x54')](_0x4a46b8)||ED_SUFFIX_BASE_VERBS[_0x2f9ea6(0x578,'\x59\x73\x61\x39')](_0x4a46b8))return _0x4a46b8;const _0x51268d=SHORT_INFLECTED_VERB_LEMMAS[_0x2f9ea6(0x2eb,'\x7a\x33\x4e\x69')](_0x4a46b8);if(_0x51268d)return _0x51268d;if(_0x4a46b8[_0x2f9ea6(0x352,'\x62\x64\x63\x6a')](_0x2f9ea6(0x691,'\x73\x25\x78\x66'))&&_0x4a46b8[_0x2f9ea6(0x3d6,'\x6b\x23\x44\x4e')]>-0x2b*-0x3a+-0x8*0x47e+-0xa*-0x29f)return _0x4a46b8['\x73\x6c\x69\x63\x65'](0x51e+-0x2*-0x5cd+-0x10b8,-(-0x22a*0xb+-0x12c5+0x2a96))+'\x79';const _0x5d4bbc=_0x4a46b8['\x65\x6e\x64\x73\x57\x69\x74\x68']('\x69\x6e\x67')?_0x2f9ea6(0x182,'\x35\x25\x37\x72'):_0x4a46b8[_0x2f9ea6(0x4fe,'\x4e\x72\x30\x56')]('\x65\x64')?'\x65\x64':undefined;if(!_0x5d4bbc)return _0x4a46b8;const _0x3dadbd=IRREGULAR_PROGRESSIVE_VERB_LEMMAS[_0x2f9ea6(0x7c6,'\x30\x76\x32\x4f')](_0x4a46b8);if(_0x3dadbd)return _0x3dadbd;const _0x56094a=_0x4a46b8[_0x2f9ea6(0x747,'\x73\x69\x7a\x6a')](-0x1b3a*-0x1+-0x45f*-0x2+0x23f8*-0x1,-_0x5d4bbc[_0x2f9ea6(0x718,'\x4e\x72\x30\x56')]),_0x17a4e1=SILENT_E_VERB_LEMMAS['\x67\x65\x74'](_0x56094a);if(_0x17a4e1)return _0x17a4e1;if(_0x56094a[_0x2f9ea6(0x71b,'\x62\x64\x63\x6a')]<=0x164c+-0x157f+-0xcb)return _0x4a46b8;const _0x24afe3=_0x56094a['\x61\x74'](-(0xedb+0x29*0xe9+0x1*-0x342b));if(_0x24afe3&&_0x24afe3===_0x56094a['\x61\x74'](-(0x207*-0xb+-0x5f*0x38+0x2b17))){const _0x3f0c83=_0x56094a[_0x2f9ea6(0x3a4,'\x41\x26\x59\x4b')](-0x1c7*0x2+0xfec+-0xc5e,-(0x5b*-0x3b+-0x20ac+0x35a6));if(doublesFinalConsonant(_0x3f0c83))return _0x3f0c83;}return _0x56094a;}function termMatchIndexes(_0x5b0fd2,_0x140869,_0x218757){const _0x550cba=_0x4925e0,_0x9ba251=_0x5b0fd2[_0x550cba(0x459,'\x36\x34\x30\x2a')](/[a-z0-9_]+/gu)??[],_0x1277a2=targetTermForms(_0x140869,_0x218757);return _0x9ba251['\x66\x6c\x61\x74\x4d\x61\x70']((_0x562650,_0xbdf259)=>_0x1277a2[_0x550cba(0x6aa,'\x2a\x32\x6e\x49')](_0x562650)?[_0xbdf259]:[]);}function termMatches(_0xa00eb5,_0xdf8543,_0x56ed96){const _0x4311a7=_0x4925e0;return termMatchIndexes(_0xa00eb5,_0xdf8543,_0x56ed96)[_0x4311a7(0x53c,'\x7a\x33\x4e\x69')]>0x98d+0x13e3+-0x1d70*0x1;}function isViolated(_0x50e8c9,_0x577845,_0x4d2e3b,_0x177164){const _0x568115=_0x4925e0;if(_0x50e8c9===_0x568115(0x7c8,'\x6b\x23\x44\x4e')&&_0x177164){const _0x5c3cde=new Set(_0x4d2e3b),_0x10aa9c=new Set(_0x577845[_0x568115(0x219,'\x4a\x6a\x79\x67')](_0x52512e=>_0x52512e[_0x568115(0x4ce,'\x45\x73\x6d\x61')]));return[..._0x10aa9c][_0x568115(0x519,'\x2a\x32\x6e\x49')](_0x187779=>{const _0x8a5737=_0x568115;if(_0x8a5737(0x810,'\x57\x52\x43\x4b')!=='\x50\x74\x63\x59\x77'){const _0x2931c4=_0x443746(_0x53f53f[_0x8a5737(0x804,'\x73\x69\x7a\x6a')]);_0x2950a1=_0x2931c4===_0x8a5737(0x865,'\x5d\x6b\x6e\x5d')?_0x8a5737(0x5f4,'\x4d\x59\x69\x5b')+_0x8a5737(0x1a0,'\x78\x62\x5e\x21'):_0x2931c4===_0x8a5737(0x342,'\x5d\x4e\x40\x5d')+'\x65'?_0x8a5737(0x3ac,'\x78\x62\x5e\x21')+_0x8a5737(0x289,'\x5d\x6b\x6e\x5d')+'\x65':_0x2931c4===_0x8a5737(0x599,'\x40\x5b\x7a\x34')?_0x8a5737(0x582,'\x30\x30\x5b\x66')+_0x8a5737(0x38d,'\x70\x21\x57\x49'):_0x2931c4===_0x8a5737(0x44c,'\x2a\x32\x6e\x49')+_0x8a5737(0x789,'\x5d\x6b\x6e\x5d')?_0x8a5737(0x2e9,'\x4a\x6a\x79\x67')+_0x8a5737(0x8e2,'\x41\x26\x59\x4b')+_0x8a5737(0x181,'\x59\x73\x61\x39'):'\x66\x69\x6e\x69\x74\x65',_0x4c242c=_0x1bf4d4(_0x1b5fdd[_0x8a5737(0x74a,'\x4d\x59\x69\x5b')]);}else{const _0x36fe37=_0x577845[_0x8a5737(0x59f,'\x6c\x40\x4e\x40')](_0x38fd36=>_0x38fd36['\x67\x72\x6f\x75\x70']===_0x187779);return _0x36fe37[_0x8a5737(0x157,'\x6e\x38\x46\x4f')](_0x18a1e0=>_0x5c3cde[_0x8a5737(0x654,'\x4e\x72\x30\x56')](_0x18a1e0[_0x8a5737(0x402,'\x62\x64\x63\x6a')]))[_0x8a5737(0x2be,'\x6a\x5e\x33\x41')]<Math['\x6d\x69\x6e'](-0x261d+0x1*0x185+0x249a,_0x36fe37[_0x8a5737(0x70e,'\x25\x71\x43\x21')]);}});}if(_0x50e8c9===_0x568115(0x5d2,'\x34\x34\x6f\x72'))return _0x4d2e3b['\x6c\x65\x6e\x67\x74\x68']<Math['\x6d\x69\x6e'](-0x1055*-0x1+0x110*-0xa+-0x5b3,_0x577845[_0x568115(0x20d,'\x68\x4e\x37\x78')]);return _0x4d2e3b[_0x568115(0x2be,'\x6a\x5e\x33\x41')]>=Math[_0x568115(0x2ac,'\x5d\x6b\x6e\x5d')](-0x227a+0xf8d+-0x83*-0x25,_0x577845[_0x568115(0x85f,'\x4d\x66\x4f\x41')]);}function isContrastiveConstraint(_0x34bb0f){const _0x278020=_0x4925e0;return/(?:\bnot|n't)\s+only\b[\s\S]*\bbut\s+also\b/i[_0x278020(0x32c,'\x45\x76\x38\x71')](normalize(_0x34bb0f));}function severityFor(_0x28d4b8){return _0x28d4b8==='\x6d\x75\x73\x74\x5f\x6e\x6f\x74'?'\x68\x69\x67\x68':'\x6d\x65\x64\x69\x75\x6d';}export function extractConstraints(_0x6eed52){const _0x429410=_0x4925e0,_0xcf5bfc=new Set(),_0x3ca28f=[];for(const _0x3195de of _0x6eed52){for(const _0x2170ab of splitConstraintCandidates(_0x3195de[_0x429410(0x164,'\x2a\x32\x6e\x49')])){for(const _0x487c9c of splitConstraintClauses(_0x2170ab[_0x429410(0x2aa,'\x25\x64\x24\x23')])){const _0x328038=redactConstraintText(_0x487c9c[_0x429410(0x50c,'\x79\x53\x55\x43')]),_0x5c109b=sha256(normalize(_0x328038)),_0x431503=safeSource(_0x3195de[_0x429410(0x224,'\x78\x62\x5e\x21')]),_0x21d137=_0x3195de[_0x429410(0x308,'\x36\x4e\x6f\x4e')]?safeTraceId(_0x3195de['\x74\x72\x61\x63\x65\x49\x64']):undefined,_0x1786f0=_0x487c9c['\x6b\x69\x6e\x64']+'\x3a'+_0x5c109b;if(_0xcf5bfc[_0x429410(0x864,'\x41\x4c\x5b\x2a')](_0x1786f0))continue;_0xcf5bfc[_0x429410(0x961,'\x2a\x32\x6e\x49')](_0x1786f0);const _0x2e77ad=_0x429410(0x82f,'\x75\x4b\x32\x42')+_0x429410(0x445,'\x70\x21\x57\x49')+createHash('\x73\x68\x61\x32\x35\x36')[_0x429410(0x1c9,'\x79\x53\x55\x43')](_0x1786f0)[_0x429410(0x946,'\x5d\x4e\x40\x5d')](_0x429410(0x4a6,'\x73\x69\x7a\x6a'))[_0x429410(0x4d5,'\x57\x52\x43\x4b')](0x27c+0x20fd+-0xbd3*0x3,0x9d9*0x1+-0x1b33+0x116a);_0x3ca28f[_0x429410(0x19f,'\x36\x34\x30\x2a')]({'\x69\x64':_0x2e77ad,'\x6b\x69\x6e\x64':_0x487c9c[_0x429410(0x72a,'\x4d\x59\x69\x5b')],'\x74\x65\x78\x74\x48\x61\x73\x68':_0x5c109b,'\x72\x65\x64\x61\x63\x74\x65\x64\x54\x65\x78\x74':_0x328038,'\x73\x6f\x75\x72\x63\x65':_0x431503,..._0x21d137?{'\x74\x72\x61\x63\x65\x49\x64':_0x21d137}:{},'\x73\x65\x6e\x73\x69\x74\x69\x76\x65\x43\x6c\x61\x73\x73\x65\x73':sensitiveClassesForConstraint(_0x487c9c[_0x429410(0x1c7,'\x41\x4c\x5b\x2a')])});}}}return _0x3ca28f;}export function buildConstraintAblatedPrompts(_0x15a750,_0x57241e,_0x38c6e6={}){const _0x2490f6=splitConstraintCandidates(_0x15a750),_0x1eca23=sha256(_0x15a750);return _0x57241e['\x66\x6c\x61\x74\x4d\x61\x70'](_0x372081=>{const _0x3affa4=_0x543b;if(_0x3affa4(0x6fb,'\x35\x25\x37\x72')!==_0x3affa4(0x395,'\x5d\x6b\x6e\x5d')){const _0x2b354f=_0x2490f6[_0x3affa4(0x8fe,'\x51\x66\x35\x74')](_0x424a40=>{const _0x4d3f6b=_0x3affa4;return splitConstraintClauses(_0x424a40['\x74\x65\x78\x74'])[_0x4d3f6b(0x5e1,'\x4a\x78\x36\x59')](_0x56fa4f=>{const _0x21bd1c=_0x4d3f6b;if(_0x21bd1c(0x7ef,'\x4a\x78\x36\x59')!=='\x6e\x47\x77\x62\x77'){if(sha256(normalize(redactConstraintText(_0x56fa4f[_0x21bd1c(0x15b,'\x73\x25\x78\x66')])))!==_0x372081[_0x21bd1c(0x381,'\x51\x66\x35\x74')])return[];let _0xf19cc5=_0x424a40[_0x21bd1c(0x962,'\x34\x34\x6f\x72')+'\x74']+_0x56fa4f[_0x21bd1c(0x78e,'\x4a\x78\x36\x59')],_0x2b0bfa=_0xf19cc5+_0x56fa4f[_0x21bd1c(0x515,'\x4e\x72\x30\x56')][_0x21bd1c(0x1fe,'\x32\x72\x33\x34')];const _0x445d8c=_0x15a750['\x73\x6c\x69\x63\x65'](_0x424a40[_0x21bd1c(0x499,'\x2a\x32\x6e\x49')],_0xf19cc5),_0x33eea2=_0x445d8c[_0x21bd1c(0x15c,'\x6b\x23\x44\x4e')](/(?:,\s*|\s+)(?:and|but|however|although|though)\s*$/i);if(_0x33eea2)_0xf19cc5-=_0x33eea2[0xff5+0x8*0x269+-0x233d*0x1][_0x21bd1c(0x568,'\x25\x64\x24\x23')];else{if(/^\s*(?:[-*]\s+|\d+[.)]\s+|\[[ xX]\]\s*)$/[_0x21bd1c(0x3c6,'\x6e\x38\x46\x4f')](_0x445d8c))_0xf19cc5=_0x424a40[_0x21bd1c(0x5fc,'\x4e\x72\x30\x56')];}const _0x210b1c=_0x15a750['\x73\x6c\x69\x63\x65'](_0x2b0bfa,_0x424a40[_0x21bd1c(0x6c0,'\x6e\x38\x46\x4f')]),_0x4140eb=_0x210b1c[_0x21bd1c(0x94b,'\x25\x64\x24\x23')](/^\s+but\s+also\s+/i)??_0x210b1c[_0x21bd1c(0x3c0,'\x21\x56\x4c\x4c')](/^\s+(?:and|but|however|although|though)\s+/i);if(_0x4140eb&&!_0x33eea2)_0x2b0bfa+=_0x4140eb[0x218e+-0x4*-0x827+-0x422a][_0x21bd1c(0x202,'\x54\x4d\x6f\x47')];return[{'\x73\x74\x61\x72\x74':_0xf19cc5,'\x65\x6e\x64':_0x2b0bfa}];}else return _0x21bd1c(0x838,'\x5d\x6b\x6e\x5d')+_0x42b287(_0x21bd1c(0x444,'\x32\x72\x33\x34'))[_0x21bd1c(0x3c8,'\x54\x4d\x6f\x47')](_0x588b7d)[_0x21bd1c(0x1ea,'\x4a\x6a\x79\x67')](_0x21bd1c(0x319,'\x62\x64\x63\x6a'));});});if(_0x2b354f[_0x3affa4(0x2db,'\x4a\x25\x55\x5d')]!==0x1*0x812+0xff4+-0x22f*0xb)return[];const _0x15895e=_0x2b354f[-0xaa8*-0x1+-0xcc*-0xc+0x8*-0x287];if(!_0x15895e)return[];const _0x1af445=_0x15a750['\x73\x6c\x69\x63\x65'](0xd*-0x197+0x1ae3+-0x638,_0x15895e[_0x3affa4(0x41e,'\x36\x34\x30\x2a')])+_0x15a750[_0x3affa4(0x96e,'\x40\x5b\x7a\x34')](_0x15895e[_0x3affa4(0x954,'\x5d\x4e\x40\x5d')]);if(_0x1af445===_0x15a750)return[];return[{'\x6f\x72\x69\x67\x69\x6e\x61\x6c\x50\x72\x6f\x6d\x70\x74\x48\x61\x73\x68':_0x1eca23,'\x61\x62\x6c\x61\x74\x65\x64\x50\x72\x6f\x6d\x70\x74\x48\x61\x73\x68':sha256(_0x1af445),'\x72\x65\x6d\x6f\x76\x65\x64\x43\x6f\x6e\x73\x74\x72\x61\x69\x6e\x74\x49\x64\x73':[_0x372081['\x69\x64']],..._0x38c6e6[_0x3affa4(0x3fb,'\x73\x69\x7a\x6a')+_0x3affa4(0x67b,'\x36\x4e\x6f\x4e')+_0x3affa4(0x888,'\x45\x73\x6d\x61')]?{'\x72\x65\x64\x61\x63\x74\x65\x64\x50\x72\x65\x76\x69\x65\x77':redactConstraintText(_0x1af445)}:{}}];}else{let _0x2ff4d2=_0x3fee5e[_0x3affa4(0x3ec,'\x6b\x23\x44\x4e')](_0x2d57b2,'\x20');_0x2ff4d2=_0x2ff4d2[_0x3affa4(0x1af,'\x4d\x59\x69\x5b')](_0x4f7919,(_0x325acb,_0x45f356,_0x2f6346)=>{const _0x1ba02b=_0x3affa4,_0x58a775=_0x2ff4d2[_0x1ba02b(0x14d,'\x79\x53\x55\x43')](0x579+-0x2391+-0x12*-0x1ac,_0x2f6346),_0x1db0c1=_0x2ff4d2[_0x1ba02b(0x587,'\x4d\x59\x69\x5b')](_0x2f6346+_0x325acb[_0x1ba02b(0x8d7,'\x51\x66\x35\x74')]);return _0x16a03d(_0x58a775)&&_0x446b16(_0x1db0c1,_0x592836[_0x1ba02b(0x6af,'\x79\x53\x55\x43')+_0x1ba02b(0x589,'\x25\x71\x43\x21')],!![])?_0x45f356+'\x20':_0x325acb;});const _0xaad592=_0x100577[_0x3affa4(0x62a,'\x4a\x6a\x79\x67')](_0x2ff4d2);if(!_0xaad592)return _0x2ff4d2;const _0x3c196d=_0x2ff4d2[_0x3affa4(0x5ef,'\x6e\x38\x46\x4f')](_0xaad592[-0x1*0x1821+-0x22bd+-0x2ad*-0x16][_0x3affa4(0x568,'\x25\x64\x24\x23')]);return _0x50f477(_0x3c196d,_0x506826[_0x3affa4(0x66b,'\x38\x63\x21\x6a')+_0x3affa4(0x589,'\x25\x71\x43\x21')])||_0x749482(_0x3c196d,_0x3b063c)?_0x3c196d:_0x2ff4d2;}});}function sensitiveClassesForValue(_0x2b4954){const _0x4bdce6=_0x4925e0,_0x642877=new Set();if(EMAIL_VALUE_RE[_0x4bdce6(0x2ea,'\x21\x56\x4c\x4c')](_0x2b4954))_0x642877[_0x4bdce6(0x821,'\x45\x76\x38\x71')]('\x65\x6d\x61\x69\x6c');(new RegExp(KEY_VALUE_SECRET_RE[_0x4bdce6(0x200,'\x7a\x33\x4e\x69')],KEY_VALUE_SECRET_RE[_0x4bdce6(0x686,'\x42\x34\x77\x53')])[_0x4bdce6(0x743,'\x71\x6d\x78\x6d')](_0x2b4954)||new RegExp(OPENAI_SECRET_RE[_0x4bdce6(0x925,'\x4e\x72\x30\x56')],OPENAI_SECRET_RE['\x66\x6c\x61\x67\x73'])[_0x4bdce6(0x66c,'\x75\x4b\x32\x42')](_0x2b4954))&&_0x642877[_0x4bdce6(0x539,'\x75\x4b\x32\x42')](_0x4bdce6(0x67f,'\x50\x40\x21\x41')+'\x61\x6c');for(const _0x24be5e of scanForLeaks(_0x2b4954)[_0x4bdce6(0x556,'\x41\x26\x59\x4b')]){const _0x162c1e=String(_0x24be5e[_0x4bdce6(0x5ae,'\x45\x73\x6d\x61')]);if(_0x162c1e===_0x4bdce6(0x6b3,'\x75\x4b\x32\x42'))_0x642877[_0x4bdce6(0x5b8,'\x7a\x33\x4e\x69')]('\x65\x6d\x61\x69\x6c');else{if(_0x162c1e===_0x4bdce6(0x6e6,'\x4a\x6a\x79\x67')+'\x74\x68')_0x642877[_0x4bdce6(0x539,'\x75\x4b\x32\x42')](_0x4bdce6(0x5fa,'\x4a\x25\x55\x5d')+_0x4bdce6(0x854,'\x30\x76\x32\x4f'));else{if(CREDENTIAL_LEAK_TYPES[_0x4bdce6(0x3f5,'\x35\x25\x37\x72')](_0x162c1e))_0x642877['\x61\x64\x64'](_0x4bdce6(0x594,'\x4a\x78\x36\x59')+'\x61\x6c');}}}return[..._0x642877];}function hasIndependentAffirmativeAction(_0x32f6b4,_0x318cfd,_0x4fe7c3=![]){const _0x30b6ff=_0x4925e0,_0x449b7f=lexRequiredEvidence(_0x32f6b4);for(let _0x344b49=_0x4fe7c3?0xe5*-0x4+-0x1e48+0x21dc:0xd56+-0x1*0xa7e+-0x2d7*0x1;_0x344b49<_0x449b7f[_0x30b6ff(0x455,'\x6c\x40\x4e\x40')][_0x30b6ff(0x748,'\x79\x53\x55\x43')];_0x344b49+=-0x6*-0x8b+0x4b*0x1+0x2*-0x1c6){if(!_0x318cfd[_0x30b6ff(0x42c,'\x78\x62\x5e\x21')](_0x449b7f[_0x30b6ff(0x869,'\x79\x53\x55\x43')][_0x344b49]?.[_0x30b6ff(0x537,'\x78\x62\x5e\x21')]??''))continue;if(_0x449b7f[_0x30b6ff(0x8e4,'\x25\x71\x43\x21')+_0x30b6ff(0x4f5,'\x2a\x32\x6e\x49')][_0x344b49]===!![])continue;if(_0x344b49===-0x3*0x751+-0x218e+0x1*0x3781)return!![];let _0x225633=0x2*-0x1105+-0x2*-0xba5+-0x560*-0x2;while(_0x225633<_0x344b49){const _0x394dc2=_0x449b7f[_0x30b6ff(0x574,'\x4d\x66\x4f\x41')][_0x225633]?.[_0x30b6ff(0x83d,'\x32\x72\x33\x34')]??'';if(!isIgnoredRequiredToken(_0x449b7f,_0x225633)&&!LEADING_CLAUSE_MODIFIER_TERMS[_0x30b6ff(0x76c,'\x6e\x38\x46\x4f')](_0x394dc2)&&!/ly$/u[_0x30b6ff(0x428,'\x41\x4c\x5b\x2a')](_0x394dc2))break;_0x225633+=-0x6*0x1c9+0xf0b+-0x22a*0x2;}const _0x3a6fc2=_0x449b7f[_0x30b6ff(0x242,'\x36\x34\x30\x2a')][_0x225633]?.[_0x30b6ff(0x30a,'\x36\x4e\x6f\x4e')]??'';if(_0x4fe7c3&&_0x225633===_0x344b49)return!![];if(INDEPENDENT_AFFIRMATIVE_AUXILIARIES[_0x30b6ff(0x7bb,'\x30\x30\x5b\x66')](_0x3a6fc2))return!![];if(leadingSubjectPolarity(_0x449b7f,_0x225633,_0x344b49)!==_0x30b6ff(0x83b,'\x4e\x72\x30\x56'))continue;if(SUBJECT_ARTICLE_TERMS[_0x30b6ff(0x57f,'\x4a\x6a\x79\x67')](_0x3a6fc2)&&_0x225633+(0x2*0x4ae+0x2*0x93+-0xa81)>=_0x344b49)continue;return!![];}return![];}const NEGATED_FINITE_AUXILIARIES=new Set(['\x61\x6d',_0x4925e0(0x476,'\x36\x4e\x6f\x4e'),'\x63\x61\x6e',_0x4925e0(0x52a,'\x71\x6d\x78\x6d'),_0x4925e0(0x3a9,'\x4d\x59\x69\x5b'),'\x64\x6f',_0x4925e0(0x5d6,'\x4e\x72\x30\x56'),_0x4925e0(0x71e,'\x45\x76\x38\x71'),_0x4925e0(0x34e,'\x54\x5d\x24\x4b'),_0x4925e0(0x3db,'\x30\x30\x5b\x66'),'\x69\x73',_0x4925e0(0x709,'\x25\x64\x24\x23'),_0x4925e0(0x632,'\x71\x6d\x78\x6d'),'\x6d\x75\x73\x74',_0x4925e0(0x764,'\x21\x56\x4c\x4c'),_0x4925e0(0x5f0,'\x34\x34\x6f\x72'),_0x4925e0(0x622,'\x38\x63\x21\x6a'),_0x4925e0(0x506,'\x78\x62\x5e\x21'),_0x4925e0(0x49d,'\x62\x64\x63\x6a'),_0x4925e0(0x287,'\x23\x51\x25\x30'),_0x4925e0(0x676,'\x4a\x25\x55\x5d'),_0x4925e0(0x283,'\x6a\x5e\x33\x41'),'\x77\x6f\x75\x6c\x64']),NEGATED_FINITE_CONTRACTIONS=new Set([_0x4925e0(0x3ca,'\x45\x73\x6d\x61'),'\x63\x61\x6e\x27\x74',_0x4925e0(0x8d4,'\x38\x63\x21\x6a'),_0x4925e0(0x5ce,'\x38\x63\x21\x6a'),_0x4925e0(0x31c,'\x54\x4d\x6f\x47'),'\x64\x6f\x65\x73\x6e\x27\x74',_0x4925e0(0x8f5,'\x38\x63\x21\x6a'),_0x4925e0(0x3d7,'\x70\x21\x57\x49'),'\x68\x61\x73\x6e\x27\x74',_0x4925e0(0x6e1,'\x2a\x32\x6e\x49'),'\x69\x73\x6e\x27\x74',_0x4925e0(0x928,'\x4e\x72\x30\x56'),_0x4925e0(0x921,'\x4d\x59\x69\x5b'),_0x4925e0(0x87f,'\x34\x34\x6f\x72'),'\x6f\x75\x67\x68\x74\x6e\x27\x74',_0x4925e0(0x7c5,'\x35\x25\x37\x72'),_0x4925e0(0x8bf,'\x45\x73\x6d\x61')+'\x74',_0x4925e0(0x56f,'\x30\x76\x32\x4f'),_0x4925e0(0x72f,'\x42\x34\x77\x53'),_0x4925e0(0x37b,'\x50\x40\x21\x41'),_0x4925e0(0x81d,'\x50\x40\x21\x41')]);function hasExplicitSubjectBeforeNegation(_0x12ab1b){const _0x2a8f6a=_0x4925e0,_0xa4db7b=lexRequiredEvidence(_0x12ab1b);for(let _0x1f94c9=-0x4f*-0x33+0x38c*0xa+-0x3335;_0x1f94c9<_0xa4db7b['\x74\x6f\x6b\x65\x6e\x73'][_0x2a8f6a(0x85f,'\x4d\x66\x4f\x41')];_0x1f94c9+=0x1*0xbf3+-0xc8*-0x1f+-0x242a){if(_0x2a8f6a(0x93c,'\x51\x66\x35\x74')===_0x2a8f6a(0x90a,'\x6a\x5e\x33\x41')){const _0x227b16=_0xa4db7b[_0x2a8f6a(0x735,'\x59\x73\x61\x39')][_0x1f94c9]?.[_0x2a8f6a(0x83d,'\x32\x72\x33\x34')]??'',_0x1579fd=NEGATED_FINITE_CONTRACTIONS['\x68\x61\x73'](_0x227b16)||NEGATED_FINITE_AUXILIARIES[_0x2a8f6a(0x7bb,'\x30\x30\x5b\x66')](_0x227b16)&&_0xa4db7b[_0x2a8f6a(0x190,'\x23\x51\x25\x30')][_0x1f94c9+(-0x89b*-0x4+-0x18d5+-0x332*0x3)]?.[_0x2a8f6a(0x7de,'\x5d\x4e\x40\x5d')]===_0x2a8f6a(0x5ca,'\x4a\x25\x55\x5d');if(!_0x1579fd)continue;return _0x1f94c9>-0x5e*0x44+-0x41*-0x55+0x121*0x3&&leadingSubjectPolarity(_0xa4db7b,0x11*-0x13+-0x12*-0x199+-0x1b7f,_0x1f94c9)===_0x2a8f6a(0x3e9,'\x36\x34\x30\x2a');}else return[_0x28e01c['\x74\x65\x78\x74']];}return![];}function startsWithSubjectElidedNegation(_0x5bd191){const _0x339047=_0x4925e0,_0x25c9e0=lexRequiredEvidence(_0x5bd191),_0x27c87b=_0x25c9e0[_0x339047(0x6a4,'\x5e\x42\x72\x54')][_0x339047(0x728,'\x51\x66\x35\x74')+'\x78']((_0x5795a3,_0xda636c)=>!isIgnoredRequiredToken(_0x25c9e0,_0xda636c));if(_0x27c87b<-0x99a*-0x3+0x1105+-0x1*0x2dd3)return![];const _0x11b8f9=_0x25c9e0[_0x339047(0x787,'\x73\x69\x7a\x6a')][_0x27c87b]?.[_0x339047(0x8a9,'\x62\x64\x63\x6a')]??'';if(NEGATED_FINITE_CONTRACTIONS[_0x339047(0x1e3,'\x41\x26\x59\x4b')](_0x11b8f9))return!![];return NEGATED_FINITE_AUXILIARIES['\x68\x61\x73'](_0x11b8f9)&&_0x25c9e0[_0x339047(0x243,'\x34\x34\x6f\x72')][_0x27c87b+(0x24f1+0x520+-0x8*0x542)]?.[_0x339047(0x1c8,'\x57\x52\x43\x4b')]===_0x339047(0x35b,'\x54\x4d\x6f\x47');}function startsWithSubjectElidedFiniteAction(_0x148a80,_0x5933fa){const _0x426f07=_0x4925e0,_0x3ff90d=lexRequiredEvidence(_0x148a80);for(let _0x520cc5=-0x7ab+0x200+0x5ab;_0x520cc5<_0x3ff90d[_0x426f07(0x4e7,'\x73\x25\x78\x66')]['\x6c\x65\x6e\x67\x74\x68'];_0x520cc5+=0xff7+0x9*0x3fb+-0x33c9){if(isIgnoredRequiredToken(_0x3ff90d,_0x520cc5))continue;const _0x3c7dc2=_0x3ff90d[_0x426f07(0x62d,'\x62\x64\x63\x6a')][_0x520cc5]?.[_0x426f07(0x7de,'\x5d\x4e\x40\x5d')]??'';if(LEADING_CLAUSE_MODIFIER_TERMS[_0x426f07(0x5a4,'\x4a\x78\x36\x59')](_0x3c7dc2)||/ly$/u[_0x426f07(0x66c,'\x75\x4b\x32\x42')](_0x3c7dc2))continue;return _0x3ff90d[_0x426f07(0x670,'\x62\x64\x63\x6a')+_0x426f07(0x5e8,'\x7a\x33\x4e\x69')][_0x520cc5]!==!![]&&_0x5933fa[_0x426f07(0x805,'\x70\x21\x57\x49')](_0x3c7dc2)&&(_0x3c7dc2[_0x426f07(0x36f,'\x30\x30\x5b\x66')]('\x65\x64')||_0x3c7dc2[_0x426f07(0x7a3,'\x41\x26\x59\x4b')]('\x73')||IRREGULAR_SIMPLE_PAST_FORMS[_0x426f07(0x654,'\x4e\x72\x30\x56')](_0x3c7dc2));}return![];}const BASE_AGREEMENT_SUBJECTS=new Set(['\x69',_0x4925e0(0x8e8,'\x38\x63\x21\x6a'),'\x77\x65',_0x4925e0(0x30c,'\x6c\x40\x4e\x40')]),THIRD_PERSON_SUBJECTS=new Set(['\x68\x65','\x69\x74',_0x4925e0(0x927,'\x32\x72\x33\x34')]),BASE_AGREEMENT_AUXILIARIES=new Set(['\x61\x6d',_0x4925e0(0x312,'\x25\x5b\x5d\x6e'),_0x4925e0(0x2cd,'\x21\x56\x4c\x4c'),'\x64\x6f','\x64\x6f\x6e\x27\x74',_0x4925e0(0x788,'\x42\x34\x77\x53'),_0x4925e0(0x7f7,'\x73\x69\x7a\x6a')]),THIRD_PERSON_AUXILIARIES=new Set([_0x4925e0(0x529,'\x4a\x78\x36\x59'),_0x4925e0(0x555,'\x36\x34\x30\x2a'),'\x68\x61\x73','\x68\x61\x73\x6e\x27\x74','\x69\x73',_0x4925e0(0x332,'\x79\x53\x55\x43'),_0x4925e0(0x7d1,'\x5e\x42\x72\x54')]),NEGATED_AUXILIARY_TERMS=new Set(['\x61\x6d','\x61\x72\x65',_0x4925e0(0x292,'\x50\x40\x21\x41'),'\x63\x61\x6e\x6e\x6f\x74',_0x4925e0(0x8ed,'\x6b\x23\x44\x4e'),_0x4925e0(0x7aa,'\x45\x73\x6d\x61'),'\x64\x6f',_0x4925e0(0x62c,'\x7a\x33\x4e\x69'),'\x68\x61\x64',_0x4925e0(0x654,'\x4e\x72\x30\x56'),'\x68\x61\x76\x65','\x69\x73',_0x4925e0(0x70b,'\x45\x76\x38\x71'),'\x6d\x69\x67\x68\x74',_0x4925e0(0x84f,'\x21\x56\x4c\x4c'),_0x4925e0(0x857,'\x30\x30\x5b\x66'),_0x4925e0(0x8aa,'\x35\x25\x37\x72'),_0x4925e0(0x95e,'\x6a\x5e\x33\x41'),_0x4925e0(0x92b,'\x5d\x6b\x6e\x5d'),_0x4925e0(0x275,'\x73\x69\x7a\x6a'),_0x4925e0(0x8c9,'\x2a\x32\x6e\x49'),_0x4925e0(0x938,'\x71\x6d\x78\x6d'),'\x77\x69\x6c\x6c',_0x4925e0(0x4f1,'\x59\x73\x61\x39'),_0x4925e0(0x5bf,'\x78\x62\x5e\x21'),_0x4925e0(0x74d,'\x38\x63\x21\x6a'),_0x4925e0(0x38b,'\x54\x5d\x24\x4b'),_0x4925e0(0x44d,'\x78\x62\x5e\x21'),_0x4925e0(0x49b,'\x4a\x6a\x79\x67'),'\x64\x6f\x6e\x27\x74',_0x4925e0(0x640,'\x4e\x72\x30\x56'),_0x4925e0(0x89e,'\x55\x24\x47\x68'),_0x4925e0(0x4e4,'\x6a\x5e\x33\x41'),_0x4925e0(0x579,'\x73\x69\x7a\x6a'),_0x4925e0(0x1d4,'\x7a\x33\x4e\x69'),_0x4925e0(0x2c2,'\x73\x25\x78\x66'),_0x4925e0(0x5a1,'\x50\x40\x21\x41'),_0x4925e0(0x3e2,'\x68\x4e\x37\x78'),'\x6f\x75\x67\x68\x74\x6e\x27\x74',_0x4925e0(0x949,'\x25\x71\x43\x21')+'\x74',_0x4925e0(0x349,'\x54\x5d\x24\x4b'),_0x4925e0(0x959,'\x36\x4e\x6f\x4e'),_0x4925e0(0x96d,'\x71\x6d\x78\x6d'),_0x4925e0(0x338,'\x6b\x23\x44\x4e')]);function subjectAgreementBeforeNegation(_0x299cf0){const _0xc24d8f=_0x4925e0,_0x37365=lexRequiredEvidence(_0x299cf0);let _0x2442c5=-(-0x28*0x14+0x2*0xeae+-0x1a3b),_0x30567b='';for(let _0x10e4a5=-0x1*0x1ee5+0x149a+0x20f*0x5;_0x10e4a5<_0x37365[_0xc24d8f(0x42d,'\x41\x4c\x5b\x2a')][_0xc24d8f(0x311,'\x55\x24\x47\x68')];_0x10e4a5+=0x5f9+0xa1d*-0x2+0xe42){const _0x56c41d=_0x37365[_0xc24d8f(0x5a3,'\x32\x72\x33\x34')][_0x10e4a5]?.[_0xc24d8f(0x7d9,'\x6b\x23\x44\x4e')]??'';if(NEGATED_AUXILIARY_TERMS[_0xc24d8f(0x5c4,'\x4d\x66\x4f\x41')](_0x56c41d)&&(_0x56c41d===_0xc24d8f(0x58d,'\x25\x71\x43\x21')||_0x56c41d[_0xc24d8f(0x541,'\x78\x62\x5e\x21')](_0xc24d8f(0x180,'\x51\x66\x35\x74'))||[_0xc24d8f(0x2e6,'\x6a\x5e\x33\x41'),_0xc24d8f(0x1e4,'\x45\x76\x38\x71')][_0xc24d8f(0x2c0,'\x6a\x5e\x33\x41')](_0x37365[_0xc24d8f(0x7fc,'\x7a\x33\x4e\x69')][_0x10e4a5+(-0x823*-0x3+0x3*0xcd1+-0x1*0x3edb)]?.[_0xc24d8f(0x675,'\x4a\x78\x36\x59')]??''))){_0x2442c5=_0x10e4a5,_0x30567b=_0x56c41d;break;}}if(_0x2442c5<-0x211f+-0x70c*-0x1+0x1a13)return _0xc24d8f(0x38f,'\x70\x21\x57\x49');if(BASE_AGREEMENT_AUXILIARIES[_0xc24d8f(0x5e0,'\x75\x4b\x32\x42')](_0x30567b))return _0xc24d8f(0x55e,'\x25\x64\x24\x23');if(THIRD_PERSON_AUXILIARIES[_0xc24d8f(0x877,'\x34\x34\x6f\x72')](_0x30567b))return _0xc24d8f(0x5c0,'\x40\x5b\x7a\x34')+_0xc24d8f(0x972,'\x25\x71\x43\x21');let _0x7dbf24='';for(let _0x1ee026=0x7de*-0x1+0x1243+0x3*-0x377;_0x1ee026<_0x2442c5;_0x1ee026+=-0x1*-0x2333+-0x13b1+-0xf81){if(isIgnoredRequiredToken(_0x37365,_0x1ee026))continue;const _0x24903c=_0x37365[_0xc24d8f(0x618,'\x68\x4e\x37\x78')][_0x1ee026]?.[_0xc24d8f(0x7ec,'\x34\x34\x6f\x72')]??'';if(BASE_AGREEMENT_SUBJECTS[_0xc24d8f(0x19c,'\x54\x4d\x6f\x47')](_0x24903c))return _0xc24d8f(0x1c2,'\x6a\x5e\x33\x41');if(THIRD_PERSON_SUBJECTS[_0xc24d8f(0x1e3,'\x41\x26\x59\x4b')](_0x24903c))return _0xc24d8f(0x23a,'\x6e\x38\x46\x4f')+_0xc24d8f(0x6e8,'\x4d\x66\x4f\x41');if(SUBJECT_ARTICLE_TERMS[_0xc24d8f(0x54b,'\x38\x63\x21\x6a')](_0x24903c)||NON_SUBJECT_PREFIX_TERMS[_0xc24d8f(0x3e7,'\x4d\x59\x69\x5b')](_0x24903c)||LEADING_CLAUSE_MODIFIER_TERMS[_0xc24d8f(0x668,'\x36\x34\x30\x2a')](_0x24903c)||/ly$/u[_0xc24d8f(0x700,'\x4e\x72\x30\x56')](_0x24903c))continue;_0x7dbf24=_0x24903c;}if(!_0x7dbf24)return _0xc24d8f(0x634,'\x59\x73\x61\x39');return _0x7dbf24['\x65\x6e\x64\x73\x57\x69\x74\x68']('\x73')&&!/(?:is|ss|us)$/u[_0xc24d8f(0x2d1,'\x62\x64\x63\x6a')](_0x7dbf24)?_0xc24d8f(0x535,'\x4d\x59\x69\x5b'):'\x74\x68\x69\x72\x64\x2d\x70\x65'+_0xc24d8f(0x759,'\x50\x40\x21\x41');}function negatedAuxiliaryScope(_0x2e2bc1){const _0x187588=_0x4925e0;if(/\b(?:(?:had|has|have)\s+(?:not|never)|hadn't|hasn't|haven't)\b/i[_0x187588(0x8ab,'\x54\x5d\x24\x4b')](_0x2e2bc1))return _0x187588(0x441,'\x75\x4b\x32\x42');if(/\b(?:did\s+(?:not|never)|didn't)\b/i[_0x187588(0x189,'\x70\x21\x57\x49')](_0x2e2bc1))return'\x70\x61\x73\x74\x2d\x62\x61\x72'+'\x65';const _0x3b1879=/\b(?:(?:am|are|is|was|were)\s+(?:not|never)|aren't|isn't|wasn't|weren't)\b/i[_0x187588(0x973,'\x50\x40\x21\x41')](_0x2e2bc1);if(_0x3b1879){const _0x2d33e8=_0x2e2bc1[_0x187588(0x3dc,'\x23\x51\x25\x30')](_0x3b1879[_0x187588(0x91c,'\x7a\x33\x4e\x69')]+_0x3b1879[-0x242b+0x16de+0xe3*0xf][_0x187588(0x568,'\x25\x64\x24\x23')]),_0x1ac297=_0x2d33e8[_0x187588(0x745,'\x51\x66\x35\x74')](/[,;]|\b(?:after|because|before|once|so|when|while|without)\b/i,0x1*-0x1345+-0x1*-0xa1d+0x43*0x23)[-0x6b*-0x2e+0x10*-0x241+0x10d6]??'';if(/\b[a-z]+ing\b/i[_0x187588(0x5e2,'\x36\x34\x30\x2a')](_0x1ac297))return _0x187588(0x61e,'\x25\x64\x24\x23')+_0x187588(0x614,'\x4d\x59\x69\x5b');}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['\x74\x65\x73\x74'](_0x2e2bc1)?_0x187588(0x1a0,'\x78\x62\x5e\x21'):_0x187588(0x25c,'\x4a\x78\x36\x59');}function isThirdPersonActionForm(_0x48b5c4,_0x574e47){const _0x181b59=_0x4925e0;if([...IRREGULAR_VERB_FORMS[_0x181b59(0x768,'\x68\x4e\x37\x78')]()]['\x73\x6f\x6d\x65'](_0x1c39de=>_0x1c39de[0x91+-0x25b4+-0x2524*-0x1]===_0x48b5c4))return!![];const _0x554ddf=new Set();return addSingularCandidates(_0x48b5c4,_0x554ddf),[..._0x554ddf]['\x73\x6f\x6d\x65'](_0x4c4a5a=>_0x574e47['\x68\x61\x73'](_0x4c4a5a));}function subjectElidedActionMorphology(_0x4b94c4,_0x7d3497){const _0x5cfb86=_0x4925e0,_0x114731=lexRequiredEvidence(_0x4b94c4);for(let _0x1e29b8=0x3c7*-0x3+0x150*0x3+-0x277*-0x3;_0x1e29b8<_0x114731[_0x5cfb86(0x869,'\x79\x53\x55\x43')][_0x5cfb86(0x645,'\x73\x69\x7a\x6a')];_0x1e29b8+=0x206f+0x319*-0x1+-0x9c7*0x3){if(isIgnoredRequiredToken(_0x114731,_0x1e29b8))continue;const _0x8854d4=_0x114731[_0x5cfb86(0x869,'\x79\x53\x55\x43')][_0x1e29b8]?.[_0x5cfb86(0x7ff,'\x30\x30\x5b\x66')]??'';if(LEADING_CLAUSE_MODIFIER_TERMS[_0x5cfb86(0x54b,'\x38\x63\x21\x6a')](_0x8854d4)||/ly$/u[_0x5cfb86(0x390,'\x7a\x33\x4e\x69')](_0x8854d4))continue;if(!_0x7d3497[_0x5cfb86(0x578,'\x59\x73\x61\x39')](_0x8854d4)||_0x114731[_0x5cfb86(0x2a7,'\x2a\x32\x6e\x49')+_0x5cfb86(0x85a,'\x5d\x4e\x40\x5d')][_0x1e29b8]===!![])return undefined;if(_0x8854d4[_0x5cfb86(0x352,'\x62\x64\x63\x6a')](_0x5cfb86(0x5e4,'\x45\x73\x6d\x61')))return _0x5cfb86(0x8cf,'\x5e\x42\x72\x54')+_0x5cfb86(0x24c,'\x23\x51\x25\x30');if(IRREGULAR_SIMPLE_PAST_FORMS[_0x5cfb86(0x68e,'\x62\x64\x63\x6a')](_0x8854d4)&&!IRREGULAR_PAST_PARTICIPLE_FORMS[_0x5cfb86(0x805,'\x70\x21\x57\x49')](_0x8854d4))return _0x5cfb86(0x5cc,'\x40\x5b\x7a\x34')+_0x5cfb86(0x598,'\x40\x5b\x7a\x34');if(_0x8854d4['\x65\x6e\x64\x73\x57\x69\x74\x68']('\x65\x64')||IRREGULAR_SIMPLE_PAST_FORMS[_0x5cfb86(0x88d,'\x42\x34\x77\x53')](_0x8854d4)||IRREGULAR_PAST_PARTICIPLE_FORMS[_0x5cfb86(0x8e9,'\x6c\x40\x4e\x40')](_0x8854d4))return _0x5cfb86(0x419,'\x41\x4c\x5b\x2a')+'\x6c\x65';return isThirdPersonActionForm(_0x8854d4,_0x7d3497)?_0x5cfb86(0x784,'\x68\x4e\x37\x78')+_0x5cfb86(0x361,'\x7a\x33\x4e\x69'):_0x5cfb86(0x1c5,'\x23\x51\x25\x30');}return undefined;}function startsWithSubjectElidedGerund(_0x1ade23){const _0x4aa55e=_0x4925e0,_0x3b37f5=lexRequiredEvidence(_0x1ade23);for(let _0x55d85b=0x16aa+0x2514+-0x13ea*0x3;_0x55d85b<_0x3b37f5[_0x4aa55e(0x65a,'\x57\x52\x43\x4b')][_0x4aa55e(0x6ee,'\x73\x25\x78\x66')];_0x55d85b+=0x1f*-0x10c+-0x8*-0x23c+0x1*0xe95){if(isIgnoredRequiredToken(_0x3b37f5,_0x55d85b))continue;const _0x59feac=_0x3b37f5[_0x4aa55e(0x65a,'\x57\x52\x43\x4b')][_0x55d85b]?.[_0x4aa55e(0x27b,'\x4d\x59\x69\x5b')]??'';if(LEADING_CLAUSE_MODIFIER_TERMS[_0x4aa55e(0x69b,'\x21\x56\x4c\x4c')](_0x59feac)||/ly$/u['\x74\x65\x73\x74'](_0x59feac))continue;return _0x59feac[_0x4aa55e(0x543,'\x4d\x59\x69\x5b')](_0x4aa55e(0x418,'\x78\x62\x5e\x21'))&&_0x3b37f5[_0x4aa55e(0x29d,'\x5e\x42\x72\x54')+_0x4aa55e(0x94e,'\x75\x4b\x32\x42')][_0x55d85b]!==!![];}return![];}function finiteClauseSubjectPolarity(_0x4c1001){const _0x173cde=_0x4925e0,_0xe2a4ca=lexRequiredEvidence(_0x4c1001);if(!hasFinitePredicatePrefix(_0xe2a4ca,-0x1b*-0x27+0x8*0x497+-0x1*0x28d5,_0xe2a4ca[_0x173cde(0x242,'\x36\x34\x30\x2a')]['\x6c\x65\x6e\x67\x74\x68']))return _0x173cde(0x758,'\x6e\x38\x46\x4f');return leadingSubjectPolarity(_0xe2a4ca,0x772+-0x722*0x5+0xa8*0x2b,_0xe2a4ca[_0x173cde(0x93f,'\x45\x73\x6d\x61')][_0x173cde(0x56b,'\x6e\x38\x46\x4f')]);}function matchingActionSubjectPolarity(_0xb0f5b6,_0x8d1f92){const _0xeb6b0f=_0x4925e0,_0x42592c=lexRequiredEvidence(_0xb0f5b6);for(let _0x16bbed=0x1768+0x1*0x19b1+0x1*-0x3119;_0x16bbed<_0x42592c[_0xeb6b0f(0x742,'\x78\x62\x5e\x21')]['\x6c\x65\x6e\x67\x74\x68'];_0x16bbed+=-0x1fd7+-0x1*-0x16f+0x207*0xf){if(!_0x8d1f92[_0xeb6b0f(0x5a4,'\x4a\x78\x36\x59')](_0x42592c['\x74\x6f\x6b\x65\x6e\x73'][_0x16bbed]?.[_0xeb6b0f(0x547,'\x35\x25\x37\x72')]??''))continue;return leadingSubjectPolarity(_0x42592c,-0x4b8+0x1776+0x95f*-0x2,_0x16bbed);}return _0xeb6b0f(0x7bf,'\x2a\x32\x6e\x49');}function hasIndependentFiniteAction(_0x3b003a,_0x3ed4bf){const _0x279dff=_0x4925e0,_0x998af6=lexRequiredEvidence(_0x3b003a);for(let _0x3ac5f9=-0x329*-0x1+-0xf7e+0xc56;_0x3ac5f9<_0x998af6[_0x279dff(0x4e7,'\x73\x25\x78\x66')][_0x279dff(0x214,'\x70\x21\x57\x49')];_0x3ac5f9+=0x2046+-0x2063*-0x1+-0x40a8){const _0x5c692e=_0x998af6[_0x279dff(0x27e,'\x42\x34\x77\x53')][_0x3ac5f9]?.[_0x279dff(0x8d8,'\x50\x40\x21\x41')]??'';if(!_0x3ed4bf[_0x279dff(0x6b8,'\x5d\x4e\x40\x5d')](_0x5c692e)||_0x998af6[_0x279dff(0x377,'\x36\x4e\x6f\x4e')+_0x279dff(0x2c7,'\x25\x64\x24\x23')][_0x3ac5f9]===!![])continue;const _0x2a0c61=_0x5c692e['\x65\x6e\x64\x73\x57\x69\x74\x68']('\x65\x64')||_0x5c692e[_0x279dff(0x95b,'\x5d\x4e\x40\x5d')]('\x73')||IRREGULAR_SIMPLE_PAST_FORMS['\x68\x61\x73'](_0x5c692e);if(_0x2a0c61&&leadingSubjectPolarity(_0x998af6,0x1812+0xc12+-0x2424,_0x3ac5f9)==='\x70\x6f\x73\x69\x74\x69\x76\x65')return!![];}return![];}function stripCommaDelimitedWithoutAdjuncts(_0x592bbe,_0x41a865){const _0x598ed1=_0x4925e0;return _0x592bbe[_0x598ed1(0x530,'\x75\x4b\x32\x42')](COMMA_DELIMITED_WITHOUT_RE,_0x340f61=>{const _0x24407e=_0x598ed1;if('\x77\x43\x64\x63\x7a'!==_0x24407e(0x337,'\x5e\x42\x72\x54'))return _0x3f07b2(_0x345fc4,_0x3ecb1c)[_0x24407e(0x151,'\x25\x5b\x5d\x6e')](_0xaac59e=>{const _0x79403e=_0x24407e,_0x17d42e=_0x4bb47b[_0x79403e(0x2ec,'\x59\x73\x61\x39')](_0x4589cf=>_0x4817b8(_0xaac59e,_0x4589cf,'\x6d\x75\x73\x74\x5f\x6e\x6f\x74'));if(_0x3bbc25[_0x79403e(0x236,'\x41\x26\x59\x4b')](_0x322893=>_0x322893[_0x79403e(0x195,'\x45\x73\x6d\x61')])&&!_0x17d42e[_0x79403e(0x5aa,'\x62\x64\x63\x6a')](_0x141bc1=>_0x141bc1[_0x79403e(0x41d,'\x57\x52\x43\x4b')]))return[];return _0x17d42e[_0x79403e(0x491,'\x45\x76\x38\x71')](_0x29e82d=>_0x29e82d['\x74\x65\x78\x74']);})[_0x24407e(0x830,'\x25\x64\x24\x23')]((_0x1867c8,_0x397bd5)=>_0x397bd5[_0x24407e(0x7b0,'\x45\x73\x6d\x61')]-_0x1867c8[_0x24407e(0x6ee,'\x73\x25\x78\x66')])[0x1d71+-0x1*0x601+-0x1770]??[];else{const _0x47973b=_0x340f61['\x72\x65\x70\x6c\x61\x63\x65'](/^\s*without\b/i,'')[_0x24407e(0x883,'\x5d\x4e\x40\x5d')](/,\s*$/u,'')[_0x24407e(0x687,'\x30\x76\x32\x4f')](/\band\b/i)[_0x24407e(0x3a4,'\x41\x26\x59\x4b')](0x14ad+0x1b8b*-0x1+0x6df),_0x5278e9=_0x47973b[_0x24407e(0x832,'\x73\x25\x78\x66')](_0x4e88ea=>startsWithSubjectElidedFiniteAction(_0x4e88ea,_0x41a865)||hasIndependentFiniteAction(_0x4e88ea,_0x41a865));return _0x5278e9?_0x340f61:'\x20';}});}function affirmativePrefixBeforeNegation(_0x48667a,_0x1b9bea,_0x4e2557=!![]){const _0x906fbd=_0x4925e0,_0x5ce5b8=NEGATED_ACTION_RE[_0x906fbd(0x6be,'\x36\x34\x30\x2a')](_0x48667a);if(!_0x5ce5b8||_0x5ce5b8['\x69\x6e\x64\x65\x78']===-0x199f+0x2052+-0xf5*0x7)return undefined;const _0x34b1dc=normalize(_0x48667a[_0x906fbd(0x4d2,'\x5d\x6b\x6e\x5d')](-0x97f*-0x1+0x1*-0x1751+0xdd2,_0x5ce5b8[_0x906fbd(0x76b,'\x4a\x78\x36\x59')]));return _0x34b1dc&&hasIndependentAffirmativeAction(_0x34b1dc,_0x1b9bea,_0x4e2557)?_0x34b1dc:undefined;}function hasIndependentSimplePastPredicate(_0x1a4037){const _0x522452=_0x4925e0,_0xbea413=lexRequiredEvidence(_0x1a4037);for(let _0x296877=0xe0c*0x1+0x2*-0x21e+-0x117*0x9;_0x296877<_0xbea413[_0x522452(0x68c,'\x5d\x4e\x40\x5d')][_0x522452(0x71b,'\x62\x64\x63\x6a')];_0x296877+=-0x1421*-0x1+0x2536+0x1cab*-0x2){if(_0x522452(0x8df,'\x25\x64\x24\x23')!==_0x522452(0x84c,'\x54\x5d\x24\x4b')){const _0x4f0b6b=_0xbbe87[_0x407ef9]?.[_0x522452(0x8d8,'\x50\x40\x21\x41')]??'';if(_0x24e8ed['\x68\x61\x73'](_0x4f0b6b)||_0x2617cf[_0x522452(0x34e,'\x54\x5d\x24\x4b')](_0x4f0b6b))return![];if(_0xc1c6b(_0x4f1834,_0x46ed34,_0x36d1da))return!![];}else{const _0x2339cf=_0xbea413[_0x522452(0x323,'\x51\x66\x35\x74')][_0x296877]?.['\x76\x61\x6c\x75\x65']??'',_0x233003=[_0x522452(0x5a8,'\x41\x4c\x5b\x2a'),_0x522452(0x426,'\x54\x5d\x24\x4b'),_0x522452(0x287,'\x23\x51\x25\x30'),_0x522452(0x7ba,'\x42\x34\x77\x53')][_0x522452(0x630,'\x25\x71\x43\x21')](_0x2339cf)||_0x2339cf[_0x522452(0x543,'\x4d\x59\x69\x5b')]('\x65\x64')||IRREGULAR_SIMPLE_PAST_FORMS[_0x522452(0x8ac,'\x68\x4e\x37\x78')](_0x2339cf);if(_0x233003&&leadingSubjectPolarity(_0xbea413,0x8*-0x3e3+-0x98b*-0x1+0x158d,_0x296877)===_0x522452(0x813,'\x34\x34\x6f\x72'))return!![];}}return![];}function hasIndependentSimplePastAction(_0x215c73,_0x497579,_0x589a47=![]){const _0x29da9e=_0x4925e0,_0x3625d9=lexRequiredEvidence(_0x215c73[_0x29da9e(0x344,'\x36\x4e\x6f\x4e')](-0x3*-0x1c3+-0xc2e+-0x6e5*-0x1,MAX_FACTUAL_TAIL_CHARS));_0x1cad86:for(let _0x164e92=-0x1526+0x1*0xd81+-0x1*-0x7a5;_0x164e92<_0x3625d9['\x74\x6f\x6b\x65\x6e\x73'][_0x29da9e(0x7b0,'\x45\x73\x6d\x61')];_0x164e92+=-0x1*0x1128+-0xdf2+0x1f1b){if(_0x29da9e(0x2a6,'\x25\x5b\x5d\x6e')===_0x29da9e(0x2f4,'\x55\x24\x47\x68'))return _0x569ed4[_0x29da9e(0x1a8,'\x70\x21\x57\x49')](0x7*0x425+-0x24ff+0x4*0x1ff,-(-0x10*0x16+-0x1623*-0x1+-0x14c0))+'\x79';else{const _0x1011ae=_0x3625d9[_0x29da9e(0x6df,'\x30\x30\x5b\x66')][_0x164e92]?.['\x76\x61\x6c\x75\x65']??'';if(!_0x497579[_0x29da9e(0x88d,'\x42\x34\x77\x53')](_0x1011ae)||_0x3625d9[_0x29da9e(0x7a8,'\x6c\x40\x4e\x40')+_0x29da9e(0x336,'\x4a\x6a\x79\x67')][_0x164e92]===!![])continue;for(let _0x40e4c6=_0x164e92-(-0x1998+0xdb1+0xbe8);_0x40e4c6>=-0x1007+0x5cb+0xa3c;_0x40e4c6-=-0x1d*0x2f+0xc24+-0x6d0){if(_0x29da9e(0x264,'\x5d\x4e\x40\x5d')===_0x29da9e(0x159,'\x71\x6d\x78\x6d'))return _0x4fd3fd(_0x4fc4ac[_0x29da9e(0x82c,'\x68\x4e\x37\x78')])[_0x29da9e(0x6ba,'\x4a\x6a\x79\x67')](_0xf83d70=>{const _0x3b63a7=_0x29da9e;if(_0xe0b282(_0x40d3f9(_0x4c971c(_0xf83d70[_0x3b63a7(0x2d6,'\x32\x72\x33\x34')])))!==_0x1a2bdc[_0x3b63a7(0x94f,'\x45\x76\x38\x71')])return[];let _0x26aab6=_0x1d6a2d[_0x3b63a7(0x673,'\x51\x66\x35\x74')+'\x74']+_0xf83d70[_0x3b63a7(0x7c1,'\x71\x6d\x78\x6d')],_0x3096e6=_0x26aab6+_0xf83d70[_0x3b63a7(0x49f,'\x25\x5b\x5d\x6e')][_0x3b63a7(0x718,'\x4e\x72\x30\x56')];const _0x292c84=_0x59407e[_0x3b63a7(0x453,'\x2a\x32\x6e\x49')](_0x5c9378[_0x3b63a7(0x841,'\x41\x4c\x5b\x2a')],_0x26aab6),_0x30eb67=_0x292c84[_0x3b63a7(0x798,'\x36\x4e\x6f\x4e')](/(?:,\s*|\s+)(?:and|but|however|although|though)\s*$/i);if(_0x30eb67)_0x26aab6-=_0x30eb67[-0x253d+0x258e+-0x51][_0x3b63a7(0x25d,'\x78\x62\x5e\x21')];else{if(/^\s*(?:[-*]\s+|\d+[.)]\s+|\[[ xX]\]\s*)$/['\x74\x65\x73\x74'](_0x292c84))_0x26aab6=_0x1e5d42[_0x3b63a7(0x26d,'\x73\x69\x7a\x6a')];}const _0x30cc48=_0x193efa[_0x3b63a7(0x1a8,'\x70\x21\x57\x49')](_0x3096e6,_0x58b317[_0x3b63a7(0x60b,'\x54\x4d\x6f\x47')]),_0x330fd8=_0x30cc48[_0x3b63a7(0x4cc,'\x45\x73\x6d\x61')](/^\s+but\s+also\s+/i)??_0x30cc48[_0x3b63a7(0x73a,'\x45\x76\x38\x71')](/^\s+(?:and|but|however|although|though)\s+/i);if(_0x330fd8&&!_0x30eb67)_0x3096e6+=_0x330fd8[-0x1*0x10f1+-0x74f+0x1840][_0x3b63a7(0x50f,'\x45\x76\x38\x71')];return[{'\x73\x74\x61\x72\x74':_0x26aab6,'\x65\x6e\x64':_0x3096e6}];});else{const _0x1cd1d7=_0x3625d9[_0x29da9e(0x860,'\x6b\x23\x44\x4e')][_0x40e4c6]?.['\x76\x61\x6c\x75\x65']??'';if(PREDICATE_COORDINATOR_TERMS[_0x29da9e(0x6aa,'\x2a\x32\x6e\x49')](_0x1cd1d7))break;if(MODAL_AUXILIARY_TERMS[_0x29da9e(0x6aa,'\x2a\x32\x6e\x49')](_0x1cd1d7)||SEMI_MODAL_AUXILIARY_TERMS[_0x29da9e(0x54b,'\x38\x63\x21\x6a')](_0x1cd1d7)){if(_0x29da9e(0x3b4,'\x50\x40\x21\x41')!==_0x29da9e(0x493,'\x79\x53\x55\x43')){const _0x18356f=_0x382857(_0x26f1ce),_0x4b3953=_0x34b9e5(_0x4389fe);return _0x165981[_0x29da9e(0x609,'\x73\x25\x78\x66')](_0x34d1a6=>{const _0x1c0646=_0x29da9e,_0x54539c=_0x18356f[_0x1c0646(0x7b3,'\x59\x73\x61\x39')](_0x561115=>{const _0x8e6a55=_0x1c0646;return _0x56aaf6(_0x561115[_0x8e6a55(0x402,'\x62\x64\x63\x6a')])[_0x8e6a55(0x963,'\x30\x76\x32\x4f')](_0x5bee2e=>{const _0x48c097=_0x8e6a55;if(_0x3ab8b1(_0x4fa6e9(_0x197432(_0x5bee2e[_0x48c097(0x698,'\x45\x76\x38\x71')])))!==_0x34d1a6[_0x48c097(0x42f,'\x25\x5b\x5d\x6e')])return[];let _0x186196=_0x561115[_0x48c097(0x170,'\x6b\x23\x44\x4e')+'\x74']+_0x5bee2e[_0x48c097(0x549,'\x54\x4d\x6f\x47')],_0xf4f903=_0x186196+_0x5bee2e[_0x48c097(0x4c8,'\x40\x5b\x7a\x34')][_0x48c097(0x748,'\x79\x53\x55\x43')];const _0x4b04f2=_0xbc24ea[_0x48c097(0x3dc,'\x23\x51\x25\x30')](_0x561115[_0x48c097(0x393,'\x45\x73\x6d\x61')],_0x186196),_0x1e4ef7=_0x4b04f2[_0x48c097(0x7f2,'\x4e\x72\x30\x56')](/(?:,\s*|\s+)(?:and|but|however|although|though)\s*$/i);if(_0x1e4ef7)_0x186196-=_0x1e4ef7[-0x633+-0x1152+0x9*0x29d][_0x48c097(0x25d,'\x78\x62\x5e\x21')];else{if(/^\s*(?:[-*]\s+|\d+[.)]\s+|\[[ xX]\]\s*)$/[_0x48c097(0x44a,'\x41\x26\x59\x4b')](_0x4b04f2))_0x186196=_0x561115['\x73\x74\x61\x72\x74'];}const _0x4e5e5f=_0x46b84c[_0x48c097(0x1cd,'\x59\x73\x61\x39')](_0xf4f903,_0x561115[_0x48c097(0x960,'\x34\x34\x6f\x72')]),_0xe6719e=_0x4e5e5f[_0x48c097(0x18c,'\x4d\x59\x69\x5b')](/^\s+but\s+also\s+/i)??_0x4e5e5f[_0x48c097(0x84b,'\x30\x76\x32\x4f')](/^\s+(?:and|but|however|although|though)\s+/i);if(_0xe6719e&&!_0x1e4ef7)_0xf4f903+=_0xe6719e[-0x107d+0x1f1a*0x1+-0x81*0x1d][_0x48c097(0x56b,'\x6e\x38\x46\x4f')];return[{'\x73\x74\x61\x72\x74':_0x186196,'\x65\x6e\x64':_0xf4f903}];});});if(_0x54539c[_0x1c0646(0x645,'\x73\x69\x7a\x6a')]!==-0x2366+-0x2*0x1a1+0x26a9)return[];const _0x5642e5=_0x54539c[0xb2f*0x1+-0xb50+0x21];if(!_0x5642e5)return[];const _0x5b5d05=_0x1bbd55[_0x1c0646(0x6b7,'\x51\x66\x35\x74')](-0x2b*-0xd6+0xdd7+-0x1*0x31c9,_0x5642e5[_0x1c0646(0x41e,'\x36\x34\x30\x2a')])+_0x3cf83f[_0x1c0646(0x7ee,'\x62\x64\x63\x6a')](_0x5642e5[_0x1c0646(0x701,'\x6a\x5e\x33\x41')]);if(_0x5b5d05===_0x4bdda1)return[];return[{'\x6f\x72\x69\x67\x69\x6e\x61\x6c\x50\x72\x6f\x6d\x70\x74\x48\x61\x73\x68':_0x4b3953,'\x61\x62\x6c\x61\x74\x65\x64\x50\x72\x6f\x6d\x70\x74\x48\x61\x73\x68':_0xc5b0dc(_0x5b5d05),'\x72\x65\x6d\x6f\x76\x65\x64\x43\x6f\x6e\x73\x74\x72\x61\x69\x6e\x74\x49\x64\x73':[_0x34d1a6['\x69\x64']],..._0x5e0146['\x69\x6e\x63\x6c\x75\x64\x65\x52'+_0x1c0646(0x5ed,'\x6a\x5e\x33\x41')+_0x1c0646(0x1d7,'\x25\x71\x43\x21')]?{'\x72\x65\x64\x61\x63\x74\x65\x64\x50\x72\x65\x76\x69\x65\x77':_0x404a49(_0x5b5d05)}:{}}];});}else continue _0x1cad86;}}}const _0x4d89f6=leadingSubjectPolarity(_0x3625d9,-0x201b*0x1+-0x1aba*-0x1+0x561,_0x164e92);if((_0x1011ae[_0x29da9e(0x913,'\x30\x76\x32\x4f')]('\x65\x64')||IRREGULAR_SIMPLE_PAST_FORMS[_0x29da9e(0x76e,'\x25\x64\x24\x23')](_0x1011ae))&&(_0x4d89f6===_0x29da9e(0x22d,'\x50\x40\x21\x41')||_0x589a47&&_0x4d89f6!==_0x29da9e(0x4e9,'\x54\x5d\x24\x4b')))return!![];}}return![];}function providedTargetPrefixKind(_0x4d463f,_0x224542){const _0x121bfd=_0x4925e0,_0x5e982b=_0x224542[_0x121bfd(0x259,'\x21\x56\x4c\x4c')][_0x121bfd(0x2de,'\x5d\x6b\x6e\x5d')](_0x36e1b1=>!_0x36e1b1[_0x121bfd(0x80e,'\x2a\x32\x6e\x49')]);return classifyProvidedTargetPrefix({'\x61\x63\x74\x69\x6f\x6e\x46\x6f\x72\x6d\x73':_0x224542[_0x121bfd(0x2ca,'\x78\x62\x5e\x21')+_0x121bfd(0x7cc,'\x4e\x72\x30\x56')],'\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':_0x5e982b[_0x121bfd(0x2b3,'\x36\x4e\x6f\x4e')](_0x2da00f=>targetTermForms(_0x2da00f,_0x121bfd(0x272,'\x71\x6d\x78\x6d'))),'\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(_0x4d463f)});}function hasTargetActionPrefix(_0x263d68,_0x225054){const _0x1acf0a=_0x4925e0,_0x558ba4=lexRequiredEvidence(_0x263d68);for(let _0x513e67=0xe36+0x24bf+0x5*-0xa31;_0x513e67<_0x558ba4['\x74\x6f\x6b\x65\x6e\x73'][_0x1acf0a(0x707,'\x38\x63\x21\x6a')];_0x513e67+=-0x1*-0x11f3+-0x9f7*0x1+-0x7fb){if(_0x1acf0a(0x59d,'\x25\x64\x24\x23')===_0x1acf0a(0x31d,'\x73\x25\x78\x66')){if(!_0x225054['\x68\x61\x73'](_0x558ba4['\x74\x6f\x6b\x65\x6e\x73'][_0x513e67]?.[_0x1acf0a(0x592,'\x6a\x5e\x33\x41')]??''))continue;if(_0x513e67===-0xf*-0xc4+0x1*-0x22e1+0x1765||leadingSubjectPolarity(_0x558ba4,-0x1*0x871+-0xa1d+0x128e,_0x513e67)===_0x1acf0a(0x4d8,'\x38\x63\x21\x6a'))return!![];}else return _0x4eb21c[_0x1acf0a(0x256,'\x55\x24\x47\x68')][_0x3a1fe1]?.[_0x1acf0a(0x1b6,'\x57\x52\x43\x4b')+'\x6f\x72\x65']===!![]&&_0x3c959f[_0x1acf0a(0x274,'\x5d\x4e\x40\x5d')+_0x1acf0a(0x20b,'\x73\x25\x78\x66')+_0x1acf0a(0x252,'\x78\x62\x5e\x21')][_0x3ad83f]!==!![];}return![];}function hasProvidedMatrixAction(_0x4ad67f,_0x466fa4){const _0x15541f=_0x4925e0,_0x169865=_0x4ad67f[_0x15541f(0x33a,'\x70\x21\x57\x49')]('\x2c');if(_0x169865>=-0x3d5+0x308*0x3+-0x543){const _0x320ea1=providedTargetPrefixKind(_0x4ad67f[_0x15541f(0x171,'\x6b\x23\x44\x4e')](0x1b5b*0x1+-0x12a1*0x1+-0x8ba,_0x169865),_0x466fa4);if(_0x320ea1===_0x15541f(0x524,'\x25\x64\x24\x23'))return![];if(_0x320ea1===_0x15541f(0x475,'\x4d\x66\x4f\x41')+'\x6e\x61\x6c')return!![];}let _0x124dac=_0x169865>=0xebb+0xb1b*-0x1+-0x3a0?_0x4ad67f[_0x15541f(0x620,'\x36\x34\x30\x2a')](_0x169865+(-0x1a36+-0x447*0x8+0x3c6f)):_0x4ad67f[_0x15541f(0x677,'\x38\x63\x21\x6a')](/^\s*that\b/iu,'\x20');const _0x5e8eb6=_0x124dac[_0x15541f(0x8ce,'\x36\x4e\x6f\x4e')](/\b(?:after|assuming|because|before|if|once|supposing|that|unless|when|while)\b/iu);if(_0x5e8eb6>=-0x1766*-0x1+0x186*0x16+-0x38ea)_0x124dac=_0x124dac[_0x15541f(0x4d3,'\x6c\x40\x4e\x40')](-0x1dea+0x1f42*0x1+-0x158,_0x5e8eb6);const _0xec3be6=_0x124dac[_0x15541f(0x39f,'\x34\x34\x6f\x72')](/\b(?:and|but|or|then)\b/iu);return(_0x169865>=-0x2116+0x1*-0x233+-0x1*-0x2349?_0xec3be6:_0xec3be6[_0x15541f(0x84a,'\x73\x25\x78\x66')](0x141b+-0x3a1+0x57e*-0x3,-0x1*-0x2219+-0xf7a+-0x94f*0x2))[_0x15541f(0x7df,'\x75\x4b\x32\x42')](_0x5da2ae=>hasIndependentAffirmativeAction(_0x5da2ae,_0x466fa4[_0x15541f(0x75e,'\x36\x4e\x6f\x4e')+_0x15541f(0x807,'\x54\x5d\x24\x4b')+'\x73']));}function hasPotentialMarker(_0x27e9d9,_0x264475){const _0x3429b0=_0x4925e0,{targetActionForms:_0x152827}=_0x264475,_0x42ab13=_0x27e9d9[_0x3429b0(0x96c,'\x41\x4c\x5b\x2a')](CLOSED_IF_ANYTHING_RE,_0x3429b0(0x7d7,'\x59\x73\x61\x39'))[_0x3429b0(0x794,'\x78\x62\x5e\x21')](COORDINATED_PROVIDED_RE,(_0x1d722c,_0x35b2b7,_0x5ac2a7,_0x37923d)=>!_0x152827[_0x3429b0(0x496,'\x25\x5b\x5d\x6e')](_0x3429b0(0x1b4,'\x2a\x32\x6e\x49'))||hasTargetActionPrefix(_0x37923d[_0x3429b0(0x310,'\x42\x34\x77\x53')](0x1007+0x2*-0x995+0x323,_0x5ac2a7),_0x152827)||hasProvidedMatrixAction(_0x37923d[_0x3429b0(0x7bc,'\x71\x6d\x78\x6d')](_0x5ac2a7+_0x1d722c[_0x3429b0(0x2be,'\x6a\x5e\x33\x41')]),_0x264475)?_0x1d722c:_0x35b2b7+'\x20')[_0x3429b0(0x7d4,'\x34\x34\x6f\x72')](LEADING_PROVIDED_RE,(_0x7ff1fe,_0x3fe85d,_0x57d2d6,_0x30f3c8)=>!_0x152827[_0x3429b0(0x6aa,'\x2a\x32\x6e\x49')](_0x3429b0(0x923,'\x59\x73\x61\x39'))||hasTargetActionPrefix(_0x30f3c8[_0x3429b0(0x52b,'\x34\x34\x6f\x72')](0x40d*-0x8+0x3*0x16+0x2026,_0x57d2d6),_0x152827)||hasProvidedMatrixAction(_0x30f3c8['\x73\x6c\x69\x63\x65'](_0x57d2d6+_0x7ff1fe[_0x3429b0(0x3d4,'\x5d\x6b\x6e\x5d')]),_0x264475)?_0x7ff1fe:_0x3fe85d+'\x20');return POTENTIAL_CONDITIONAL_SCOPE_RE[_0x3429b0(0x8ab,'\x54\x5d\x24\x4b')](_0x42ab13)||hasTargetActionBeforePostposedConditionalMarker(_0x42ab13,_0x152827);}function hasFactualProvidedAction(_0x2e8a64,_0x5f5468){const _0x533f4f=_0x4925e0,_0x2c99b6=lexRequiredEvidence(_0x2e8a64);for(let _0x6244e1=-0x3*-0x907+-0x1bba+0xa5;_0x6244e1<_0x2c99b6[_0x533f4f(0x93f,'\x45\x73\x6d\x61')][_0x533f4f(0x311,'\x55\x24\x47\x68')];_0x6244e1+=0xfd1+0x2427+-0x33f7){const _0x5e694a=_0x2c99b6[_0x533f4f(0x576,'\x70\x21\x57\x49')][_0x6244e1];if(_0x5e694a?.[_0x533f4f(0x485,'\x51\x66\x35\x74')]!==_0x533f4f(0x48a,'\x4d\x59\x69\x5b')||isAdjectivalProvided(_0x2c99b6[_0x533f4f(0x41a,'\x71\x6d\x78\x6d')],_0x6244e1))continue;let _0x35e7eb=_0x6244e1;while(_0x35e7eb>-0xdc2+-0x1723+0x24e5&&_0x2c99b6['\x74\x6f\x6b\x65\x6e\x73'][_0x35e7eb-(-0x6*0x271+0x79*0x30+-0x809*0x1)]?.[_0x533f4f(0x882,'\x57\x52\x43\x4b')]===_0x5e694a[_0x533f4f(0x7ae,'\x30\x76\x32\x4f')])_0x35e7eb-=-0x1477+-0x269+-0x1*-0x16e1;if(leadingSubjectPolarity(_0x2c99b6,_0x35e7eb,_0x6244e1)!=='\x70\x6f\x73\x69\x74\x69\x76\x65')continue;const _0x545203=_0x2c99b6[_0x533f4f(0x508,'\x38\x63\x21\x6a')][_0x533f4f(0x41c,'\x4a\x25\x55\x5d')](_0x6244e1+(-0x3*0x92c+-0x670+0x21f5))['\x66\x69\x6c\x74\x65\x72'](_0x391784=>_0x391784[_0x533f4f(0x863,'\x45\x73\x6d\x61')]===_0x5e694a[_0x533f4f(0x31b,'\x25\x5b\x5d\x6e')])[_0x533f4f(0x3ce,'\x42\x34\x77\x53')](_0x4d33da=>_0x4d33da['\x76\x61\x6c\x75\x65'])[_0x533f4f(0x63d,'\x54\x5d\x24\x4b')]('\x20');if(!hasProvidedMatrixAction(_0x545203,_0x5f5468))return!![];}return![];}function stripFactualTemporalMarkers(_0x4db679,_0x274417){const _0xc62715=_0x4925e0;let _0x2d6456=_0x4db679[_0xc62715(0x7d4,'\x34\x34\x6f\x72')](PROVIDED_BY_ADJUNCT_RE,'\x20');_0x2d6456=_0x2d6456[_0xc62715(0x566,'\x73\x25\x78\x66')](COORDINATED_TEMPORAL_RE,(_0x2e92a7,_0x7491b0,_0x18d092)=>{const _0x508639=_0xc62715;if('\x47\x4d\x64\x48\x4f'!==_0x508639(0x22a,'\x45\x76\x38\x71')){const _0x7d159e=_0x2d6456[_0x508639(0x84a,'\x73\x25\x78\x66')](0x2627+0x809*0x3+-0x3e42,_0x18d092),_0x5e6778=_0x2d6456['\x73\x6c\x69\x63\x65'](_0x18d092+_0x2e92a7[_0x508639(0x749,'\x54\x5d\x24\x4b')]);return hasIndependentSimplePastPredicate(_0x7d159e)&&hasIndependentSimplePastAction(_0x5e6778,_0x274417[_0x508639(0x3eb,'\x41\x4c\x5b\x2a')+_0x508639(0x177,'\x6b\x23\x44\x4e')],!![])?_0x7491b0+'\x20':_0x2e92a7;}else return[_0x438f29[_0x508639(0x7a4,'\x25\x71\x43\x21')]];});const _0x2ea755=LEADING_DISCOURSE_TEMPORAL_RE[_0xc62715(0x3e0,'\x38\x63\x21\x6a')](_0x2d6456);if(!_0x2ea755)return _0x2d6456;const _0x64e018=_0x2d6456[_0xc62715(0x6b7,'\x51\x66\x35\x74')](_0x2ea755[0x1*0x20f0+-0x1714+-0x277*0x4][_0xc62715(0x420,'\x36\x4e\x6f\x4e')]);return hasIndependentSimplePastAction(_0x64e018,_0x274417['\x61\x63\x74\x69\x6f\x6e\x46\x6f'+_0xc62715(0x187,'\x41\x26\x59\x4b')])||hasFactualProvidedAction(_0x64e018,_0x274417)?_0x64e018:_0x2d6456;}function hasConditionalEvidence(_0x597ecd,_0x3afc1f,_0xf9ef29){const _0x419c88=_0x4925e0;return hasPotentialMarker(_0x597ecd,_0xf9ef29)||hasTargetActionBeforePostposedConditionalMarker(_0x597ecd,_0xf9ef29[_0x419c88(0x7e2,'\x4e\x72\x30\x56')+_0x419c88(0x49e,'\x4d\x66\x4f\x41')+'\x73'])||_0x3afc1f&&!hasFactualProvidedAction(_0x597ecd,_0xf9ef29)&&lexRequiredEvidence(_0x597ecd)[_0x419c88(0x21c,'\x55\x24\x47\x68')+'\x6e\x61\x6c'][_0x419c88(0x802,'\x25\x64\x24\x23')](Boolean);}function hasPotentialConditionalScope(_0x45ac62,_0x515efe,_0x5a8570,_0x169b42){const _0x2f4de1=_0x4925e0,_0x96b1c9={'\x61\x63\x74\x69\x6f\x6e\x46\x6f\x72\x6d\x73':_0x515efe,'\x74\x61\x72\x67\x65\x74\x41\x63\x74\x69\x6f\x6e\x46\x6f\x72\x6d\x73':_0x5a8570,'\x74\x65\x72\x6d\x73':_0x169b42};if(!hasPotentialMarker(_0x45ac62,_0x96b1c9))return![];const _0x41ffa8=_0x45ac62[_0x2f4de1(0x7fa,'\x4a\x78\x36\x59')](PROVIDED_BY_ADJUNCT_RE)>=-0xd71+0x11df+-0x3f*0x12,_0x1530ff=stripFactualTemporalMarkers(_0x45ac62,_0x96b1c9);return hasConditionalEvidence(_0x1530ff,_0x41ffa8,_0x96b1c9);}const NON_FACTUAL_MATRIX_AUXILIARIES=new Set([_0x4925e0(0x6a6,'\x4a\x6a\x79\x67'),'\x63\x61\x6e\x6e\x6f\x74',_0x4925e0(0x909,'\x45\x76\x38\x71'),'\x63\x6f\x75\x6c\x64',_0x4925e0(0x62b,'\x30\x30\x5b\x66'),_0x4925e0(0x27a,'\x6c\x40\x4e\x40'),_0x4925e0(0x197,'\x45\x73\x6d\x61'),_0x4925e0(0x6c6,'\x34\x34\x6f\x72'),_0x4925e0(0x3b7,'\x4d\x59\x69\x5b'),'\x6d\x75\x73\x74\x6e\x27\x74',_0x4925e0(0x617,'\x5e\x42\x72\x54'),_0x4925e0(0x488,'\x5d\x4e\x40\x5d'),'\x6f\x75\x67\x68\x74',_0x4925e0(0x81e,'\x57\x52\x43\x4b'),_0x4925e0(0x1ce,'\x54\x4d\x6f\x47'),_0x4925e0(0x427,'\x25\x64\x24\x23'),_0x4925e0(0x6fe,'\x30\x76\x32\x4f'),_0x4925e0(0x399,'\x4d\x59\x69\x5b')+'\x74',_0x4925e0(0x3e1,'\x34\x34\x6f\x72'),'\x77\x6f\x6e\x27\x74',_0x4925e0(0x2a4,'\x79\x53\x55\x43'),_0x4925e0(0x8d5,'\x4a\x25\x55\x5d')]);function hasFactualMatrixPredicate(_0x453f8b){const _0x12a3c4=_0x4925e0,_0x366ecf=lexRequiredEvidence(_0x453f8b);if(_0x366ecf[_0x12a3c4(0x774,'\x2a\x32\x6e\x49')][_0x12a3c4(0x29a,'\x30\x30\x5b\x66')]((_0x105af3,_0x41b0c7)=>!isIgnoredRequiredToken(_0x366ecf,_0x41b0c7)&&NON_FACTUAL_MATRIX_AUXILIARIES[_0x12a3c4(0x805,'\x70\x21\x57\x49')](_0x105af3[_0x12a3c4(0x30a,'\x36\x4e\x6f\x4e')])))return![];return finiteClauseSubjectPolarity(_0x453f8b)!=='\x61\x62\x73\x65\x6e\x74';}const MAX_FACTUAL_TAIL_PROBES=0x1025*-0x2+-0x2382+0x25*0x1dc,MAX_FACTUAL_TAIL_CHARS=0x32*-0x17+0x2260+0x2*-0x6f1;function boundedFactualTail(_0xffb23b,_0x2f1d7f){const _0x37bd46=_0x4925e0,_0x55e4fb=_0xffb23b[_0x37bd46(0x747,'\x73\x69\x7a\x6a')](_0x2f1d7f,_0x2f1d7f+MAX_FACTUAL_TAIL_CHARS),_0x5502d8=_0x55e4fb[_0x37bd46(0x5cf,'\x6c\x40\x4e\x40')](/[.!?;\r\n]/u);return normalize(_0x5502d8>=-0x92*-0x42+0xd1f*-0x2+-0xb66?_0x55e4fb[_0x37bd46(0x71f,'\x45\x73\x6d\x61')](-0x542*-0x5+0x1db1+-0x37fb,_0x5502d8):_0x55e4fb);}function factualTailsAfterBoundary(_0x4e095a){const _0x497503=_0x4925e0,_0x401e9d=[],_0x220f6f=new Set(),_0x181082=(_0x59ec04,_0x4e2e8b,_0x40c4a5,_0xd589a0=![])=>{const _0x26356f=_0x543b;if('\x74\x61\x71\x46\x4b'!==_0x26356f(0x533,'\x4d\x66\x4f\x41'))_0x12f1d9=_0x5767a4[_0x26356f(0x61f,'\x7a\x33\x4e\x69')+_0x26356f(0x88b,'\x70\x21\x57\x49')],_0xdbd03d=_0x4025f7[_0x26356f(0x6a9,'\x25\x5b\x5d\x6e')+_0x26356f(0x56c,'\x4a\x25\x55\x5d')];else{const _0x87ad22=boundedFactualTail(_0x4e095a,_0x59ec04);if(!_0x87ad22||_0x220f6f['\x68\x61\x73'](_0x87ad22))return;_0x220f6f['\x61\x64\x64'](_0x87ad22);if(_0x4e2e8b){const _0x431da8=_0x40c4a5??_0x59ec04,_0x5d0834=normalize(_0x4e095a[_0x26356f(0x80b,'\x30\x76\x32\x4f')](Math[_0x26356f(0x434,'\x41\x4c\x5b\x2a')](-0x22c+-0xf3*0x9+0xd3*0xd,_0x431da8-MAX_FACTUAL_TAIL_CHARS),_0x431da8)),_0x3a6c78=_0xd589a0&&startsWithSubjectElidedGerund(_0x87ad22);if(!hasFactualMatrixPredicate(_0x5d0834)||!hasIndependentSimplePastPredicate(_0x87ad22)&&!_0x3a6c78)return;}_0x401e9d[_0x26356f(0x14e,'\x41\x26\x59\x4b')](_0x87ad22);}},_0x526bd1=/\b(after|because|before|once|so|when|while)\b/gi;let _0x45e045=-0x28*-0x5f+0x2*-0xb3a+0x79c;for(const _0x283b31 of _0x4e095a[_0x497503(0x32f,'\x30\x76\x32\x4f')](_0x526bd1)){if(_0x497503(0x60a,'\x38\x63\x21\x6a')===_0x497503(0x47e,'\x32\x72\x33\x34')){if(_0x45e045>=MAX_FACTUAL_TAIL_PROBES)break;_0x45e045+=-0x1*-0x20e+0x8*-0x1a6+0xb23;const _0x471df2=_0x283b31[0xbac+-0x160f+0xa64]?.['\x74\x6f\x4c\x6f\x77\x65\x72\x43'+_0x497503(0x586,'\x45\x76\x38\x71')]()??'',_0x20090c=_0x471df2===_0x497503(0x345,'\x6e\x38\x46\x4f')||_0x471df2==='\x77\x68\x65\x6e'||_0x471df2===_0x497503(0x20e,'\x50\x40\x21\x41');_0x181082(_0x283b31[_0x497503(0x87c,'\x4d\x66\x4f\x41')]+_0x283b31[0x12*0x185+0x15d7*0x1+-0x1*0x3131]['\x6c\x65\x6e\x67\x74\x68'],_0x20090c,_0x283b31[_0x497503(0x304,'\x45\x73\x6d\x61')],_0x471df2===_0x497503(0x8d9,'\x32\x72\x33\x34')||_0x471df2===_0x497503(0x726,'\x73\x25\x78\x66'));}else return _0x169f07[_0x497503(0x358,'\x23\x51\x25\x30')](_0x23a102)||_0x24f210[_0x497503(0x543,'\x4d\x59\x69\x5b')]('\x6c\x79')&&!_0x3e688e['\x68\x61\x73'](_0x2e99fa)&&!_0x2f8754[_0x497503(0x54b,'\x38\x63\x21\x6a')](_0x39f4e3);}const _0x473e88=/,/g;let _0x48abfc=-0x13d0+0x3*-0x67a+0x273e;for(const _0x2ecb68 of _0x4e095a[_0x497503(0x24b,'\x41\x4c\x5b\x2a')](_0x473e88)){if('\x64\x56\x41\x75\x71'!==_0x497503(0x458,'\x57\x52\x43\x4b'))_0x56619d+=-0x95f*0x3+-0xf6b*0x1+0xf*0x2e7;else{if(_0x48abfc>=MAX_FACTUAL_TAIL_PROBES)break;_0x48abfc+=0x1537+-0x1c1*-0x10+-0x7*0x70a,_0x181082(_0x2ecb68['\x69\x6e\x64\x65\x78']+(-0x16b4*-0x1+0x981+-0x80d*0x4),![]);}}return _0x401e9d;}function affirmativeFragmentFromTail(_0xa6164d,_0x2dba11,_0x2b441e){const _0x49a63e=_0x4925e0;if(NEGATED_ACTION_RE['\x74\x65\x73\x74'](_0xa6164d))return _0x49a63e(0x26b,'\x79\x53\x55\x43')===_0x49a63e(0x1d8,'\x41\x4c\x5b\x2a')?(_0x2d8057=_0x122c9a,_0x3f9123=_0x277114&&_0x595dce,[]):affirmativePrefixBeforeNegation(_0xa6164d,_0x2dba11,_0x2b441e);return hasIndependentAffirmativeAction(_0xa6164d,_0x2dba11,_0x2b441e)?_0xa6164d:undefined;}function factualTailSubjectPolarity(_0x22dfee){const _0x362bb6=_0x4925e0,_0x95cc88=lexRequiredEvidence(_0x22dfee);for(let _0x12e177=0x2613+-0x2441+-0x5*0x5d;_0x12e177<_0x95cc88['\x74\x6f\x6b\x65\x6e\x73'][_0x362bb6(0x6ee,'\x73\x25\x78\x66')];_0x12e177+=0x2b1*-0x7+-0x2268+0x60*0x8e){if(_0x362bb6(0x7ce,'\x6a\x5e\x33\x41')==='\x78\x73\x47\x73\x45')return _0x507c2f[_0x362bb6(0x877,'\x34\x34\x6f\x72')](_0x2d312a)||_0x4edb55['\x68\x61\x73'](_0x40f588)||_0x6d4e96[_0x362bb6(0x68e,'\x62\x64\x63\x6a')](_0x1fe7dd);else{if(_0x95cc88[_0x362bb6(0x958,'\x70\x21\x57\x49')+_0x362bb6(0x85a,'\x5d\x4e\x40\x5d')][_0x12e177]===!![])continue;const _0x52e348=_0x95cc88['\x74\x6f\x6b\x65\x6e\x73'][_0x12e177]?.[_0x362bb6(0x5c6,'\x42\x34\x77\x53')]??'',_0x53e844=isFinitePredicateTerm(_0x52e348)||IRREGULAR_SIMPLE_PAST_FORMS[_0x362bb6(0x627,'\x4a\x25\x55\x5d')](_0x52e348)||_0x52e348[_0x362bb6(0x3cb,'\x6b\x23\x44\x4e')]('\x65\x64')||KNOWN_EVIDENCE_ACTION_TERMS[_0x362bb6(0x88d,'\x42\x34\x77\x53')](_0x52e348)&&_0x52e348[_0x362bb6(0x443,'\x36\x34\x30\x2a')]('\x73');if(_0x53e844)return leadingSubjectPolarity(_0x95cc88,0x1*-0x455+0x136e+0xf19*-0x1,_0x12e177);}}return _0x362bb6(0x717,'\x4e\x72\x30\x56');}function factualTailEvidence(_0x176e58,_0x445282,_0x1633d4){const _0x24a6a2=_0x4925e0;let _0x213861=_0x24a6a2(0x2da,'\x50\x40\x21\x41'),_0x56d27e=_0x24a6a2(0x890,'\x54\x4d\x6f\x47');for(const _0x31ed3a of _0x176e58){if(_0x24a6a2(0x37a,'\x23\x51\x25\x30')===_0x24a6a2(0x2c3,'\x4d\x59\x69\x5b')){if(!_0x531baf(_0x3f7f07,_0x22d9f4))return _0x5076e5[_0x24a6a2(0x256,'\x55\x24\x47\x68')][_0x49337d]?.['\x76\x61\x6c\x75\x65'];}else{const _0x1e0e59=affirmativeFragmentFromTail(_0x31ed3a,_0x445282,_0x1633d4);if(_0x1e0e59)return{'\x61\x66\x66\x69\x72\x6d\x61\x74\x69\x76\x65':_0x1e0e59,'\x73\x75\x62\x6a\x65\x63\x74\x41\x67\x72\x65\x65\x6d\x65\x6e\x74':_0x24a6a2(0x27c,'\x79\x53\x55\x43'),'\x73\x75\x62\x6a\x65\x63\x74\x4d\x6f\x64\x65':_0x24a6a2(0x452,'\x59\x73\x61\x39')+_0x24a6a2(0x6c5,'\x75\x4b\x32\x42')};if(NEGATED_ACTION_RE['\x74\x65\x73\x74'](_0x31ed3a)){if(hasExplicitSubjectBeforeNegation(_0x31ed3a)){const _0xd4287a=negatedAuxiliaryScope(_0x31ed3a);_0x213861=_0xd4287a===_0x24a6a2(0x193,'\x6c\x40\x4e\x40')?_0x24a6a2(0x8d6,'\x21\x56\x4c\x4c')+_0x24a6a2(0x945,'\x6e\x38\x46\x4f'):_0xd4287a==='\x70\x61\x73\x74\x2d\x62\x61\x72'+'\x65'?_0x24a6a2(0x4c9,'\x62\x64\x63\x6a')+_0x24a6a2(0x61d,'\x73\x25\x78\x66')+'\x65':_0xd4287a===_0x24a6a2(0x161,'\x45\x76\x38\x71')?_0x24a6a2(0x2f9,'\x73\x69\x7a\x6a')+_0x24a6a2(0x34c,'\x73\x25\x78\x66'):_0xd4287a===_0x24a6a2(0x8be,'\x41\x4c\x5b\x2a')+_0x24a6a2(0x4de,'\x54\x4d\x6f\x47')?_0x24a6a2(0x4c9,'\x62\x64\x63\x6a')+_0x24a6a2(0x544,'\x25\x5b\x5d\x6e')+_0x24a6a2(0x33e,'\x21\x56\x4c\x4c'):_0x24a6a2(0x816,'\x51\x66\x35\x74'),_0x56d27e=subjectAgreementBeforeNegation(_0x31ed3a);}continue;}if(_0x1633d4&&startsWithSubjectElidedGerund(_0x31ed3a)){if(_0x24a6a2(0x6a0,'\x50\x40\x21\x41')!==_0x24a6a2(0x905,'\x4a\x6a\x79\x67')){_0x213861='\x61\x66\x66\x69\x72\x6d\x61\x74'+_0x24a6a2(0x28c,'\x40\x5b\x7a\x34'),_0x56d27e=_0x24a6a2(0x94a,'\x32\x72\x33\x34');continue;}else{const _0x566444=_0x210f33[_0x4318ba],_0x263c60=_0x9fbd08[_0x4ae43b+(0x8ba+-0x6f*-0x29+0x35*-0x80)],_0x283384=_0x1154d8[_0x304a7e+(0xb*0x36a+-0xee8+-0x284*0x9)];if(_0x566444?.['\x76\x61\x6c\x75\x65']!=='\x69\x66'||_0x263c60?.[_0x24a6a2(0x509,'\x54\x5d\x24\x4b')]!=='\x61\x6e\x79\x74\x68\x69\x6e\x67'||_0x263c60[_0x24a6a2(0x297,'\x36\x34\x30\x2a')]!==_0x566444[_0x24a6a2(0x853,'\x71\x6d\x78\x6d')])return![];const _0x19a91f=_0x283384!==_0x29835b&&_0x283384[_0x24a6a2(0x2d9,'\x7a\x33\x4e\x69')]===_0x263c60[_0x24a6a2(0x93e,'\x70\x21\x57\x49')]&&_0x1850b1['\x68\x61\x73'](_0x283384[_0x24a6a2(0x78d,'\x25\x71\x43\x21')]),_0x5eeb38=_0x283384!==_0x3104d2&&_0x283384[_0x24a6a2(0x69c,'\x6b\x23\x44\x4e')]===_0x263c60['\x63\x6c\x61\x75\x73\x65']&&_0x5b0aeb[_0x24a6a2(0x5e0,'\x75\x4b\x32\x42')](_0x283384[_0x24a6a2(0x8d8,'\x50\x40\x21\x41')]),_0x3b94ce=_0x283384===_0x348a42||_0x283384[_0x24a6a2(0x228,'\x42\x34\x77\x53')]!==_0x263c60[_0x24a6a2(0x1db,'\x38\x63\x21\x6a')]||_0x283384[_0x24a6a2(0x370,'\x4a\x25\x55\x5d')+_0x24a6a2(0x516,'\x23\x51\x25\x30')]||_0x19a91f||_0x5eeb38;return _0x3b94ce&&(_0x36481d===-0x3*-0x7f+0x3b9*-0x5+-0x1120*-0x1||_0x566444[_0x24a6a2(0x3ad,'\x79\x53\x55\x43')+'\x6f\x72\x65']||_0x283384===_0x376af7||_0x19a91f||_0x5eeb38);}}const _0x5eade9=factualTailSubjectPolarity(_0x31ed3a);if(_0x5eade9===_0x24a6a2(0x406,'\x75\x4b\x32\x42')){if(_0x24a6a2(0x7ac,'\x6b\x23\x44\x4e')!==_0x24a6a2(0x480,'\x4e\x72\x30\x56')){_0xb5fa65[_0x24a6a2(0x944,'\x51\x66\x35\x74')](_0x22b495+'\x64'),_0x153cf5[_0x24a6a2(0x152,'\x35\x25\x37\x72')](_0x142cfd[_0x24a6a2(0x4fa,'\x55\x24\x47\x68')](0xa8f+0x1197+-0x1c26,-(-0x11*-0x21+-0x2*0x98a+0x10e4))+_0x24a6a2(0x570,'\x59\x73\x61\x39'));return;}else _0x213861=_0x24a6a2(0x5be,'\x36\x34\x30\x2a')+'\x69\x76\x65',_0x56d27e=_0x24a6a2(0x1c6,'\x75\x4b\x32\x42');}else _0x5eade9===_0x24a6a2(0x271,'\x73\x69\x7a\x6a')&&_0x213861===_0x24a6a2(0x942,'\x51\x66\x35\x74')&&(_0x213861=_0x24a6a2(0x4e9,'\x54\x5d\x24\x4b'),_0x56d27e=_0x24a6a2(0x83e,'\x4a\x6a\x79\x67'));}}return{'\x73\x75\x62\x6a\x65\x63\x74\x41\x67\x72\x65\x65\x6d\x65\x6e\x74':_0x56d27e,'\x73\x75\x62\x6a\x65\x63\x74\x4d\x6f\x64\x65':_0x213861};}function contextualNoAdjunctAllowsImperative(_0x4c2ebc){const _0xd46fc5=_0x4925e0,_0x42f159=_0x4c2ebc[_0xd46fc5(0x3d9,'\x4d\x66\x4f\x41')]('\x2c');if(_0x42f159<0x1176+-0x37*0x94+0xe56)return![];const _0x20f68a=normalize(_0x4c2ebc[_0xd46fc5(0x453,'\x2a\x32\x6e\x49')](0xcdb+-0x71c+-0x5bf*0x1,_0x42f159))[_0xd46fc5(0x29e,'\x70\x21\x57\x49')]('\x20')[_0xd46fc5(0x2de,'\x5d\x6b\x6e\x5d')](Boolean);return _0x20f68a[-0xc9d+0x17f7+-0xb5a]==='\x6e\x6f'&&(_0x20f68a[0x1*0x788+-0x4f2+0x295*-0x1]===_0xd46fc5(0x61a,'\x70\x21\x57\x49')||_0x20f68a[0xb9*-0x31+0x134+-0x12e*-0x1d]===_0xd46fc5(0x5da,'\x40\x5b\x7a\x34'));}function predicateConditionality(_0x3a1248,_0x5d8a87){const _0x1de016=_0x4925e0,_0x6cdd7f=lexRequiredEvidence(_0x3a1248);let _0x4b2e2d=![],_0x1e8ae1=![];for(let _0x2cbac0=-0x5*-0x23a+-0xddc+0x2ba;_0x2cbac0<_0x6cdd7f['\x74\x6f\x6b\x65\x6e\x73'][_0x1de016(0x3a3,'\x50\x40\x21\x41')];_0x2cbac0+=-0x552+0x1d9a+-0xb*0x235){if(_0x1de016(0x17b,'\x42\x34\x77\x53')!==_0x1de016(0x4f8,'\x45\x76\x38\x71')){if(isIgnoredRequiredToken(_0x6cdd7f,_0x2cbac0))continue;const _0x228a24=_0x6cdd7f[_0x1de016(0x8fb,'\x45\x76\x38\x71')][_0x2cbac0]?.[_0x1de016(0x6f3,'\x25\x5b\x5d\x6e')]??'',_0x2e367f=_0x5d8a87[_0x1de016(0x82d,'\x73\x25\x78\x66')](_0x228a24)||isFinitePredicateTerm(_0x228a24)||IRREGULAR_SIMPLE_PAST_FORMS[_0x1de016(0x55f,'\x71\x6d\x78\x6d')](_0x228a24)||_0x228a24[_0x1de016(0x334,'\x45\x76\x38\x71')]('\x65\x64')||KNOWN_EVIDENCE_ACTION_TERMS[_0x1de016(0x4cb,'\x6b\x23\x44\x4e')](_0x228a24)&&/(?:ing|s)$/u[_0x1de016(0x573,'\x73\x69\x7a\x6a')](_0x228a24);if(!_0x2e367f)continue;if(_0x6cdd7f[_0x1de016(0x8cd,'\x71\x6d\x78\x6d')+'\x6e\x61\x6c'][_0x2cbac0]===!![])_0x4b2e2d=!![];else _0x1e8ae1=!![];}else{if(!_0x44f8b2(_0x59710f,_0x55e4))_0x21b123['\x70\x75\x73\x68'](_0x23d33b['\x74\x6f\x6b\x65\x6e\x73'][_0x1aea7a]?.[_0x1de016(0x6f3,'\x25\x5b\x5d\x6e')]??'');}}if(_0x4b2e2d&&_0x1e8ae1)return _0x1de016(0x604,'\x71\x6d\x78\x6d');if(_0x4b2e2d)return _0x1de016(0x468,'\x4a\x25\x55\x5d')+_0x1de016(0x5cd,'\x51\x66\x35\x74');if(_0x1e8ae1)return _0x1de016(0x3c5,'\x62\x64\x63\x6a')+'\x69\x6f\x6e\x61\x6c';return'\x6e\x6f\x6e\x65';}function hasMatrixPredicateBeforeConditionalMarker(_0x35a2b8,_0x321693){const _0x5dbc13=_0x4925e0,_0x11edb3=lexRequiredEvidence(_0x35a2b8),_0x5388ee=_0x11edb3[_0x5dbc13(0x576,'\x70\x21\x57\x49')]['\x66\x69\x6e\x64\x49\x6e\x64\x65'+'\x78']((_0x3ac14a,_0x415410)=>!isIgnoredRequiredToken(_0x11edb3,_0x415410)&&CONDITIONAL_MARKER_TERMS[_0x5dbc13(0x19c,'\x54\x4d\x6f\x47')](_0x3ac14a[_0x5dbc13(0x675,'\x4a\x78\x36\x59')])&&_0x11edb3['\x63\x6f\x6e\x64\x69\x74\x69\x6f'+_0x5dbc13(0x7c3,'\x42\x34\x77\x53')][_0x415410]===!![]);if(_0x5388ee<0xc83*0x1+0x8b0+-0x1533*0x1)return![];for(let _0x36a449=0x1208+-0x1*0x18f5+0xc5*0x9;_0x36a449<_0x5388ee;_0x36a449+=-0x647+-0x2*-0x110b+-0x1bce){if(isIgnoredRequiredToken(_0x11edb3,_0x36a449))continue;const _0x3c2e5b=_0x11edb3[_0x5dbc13(0x508,'\x38\x63\x21\x6a')][_0x36a449]?.[_0x5dbc13(0x8a9,'\x62\x64\x63\x6a')]??'';if(_0x321693[_0x5dbc13(0x770,'\x5d\x6b\x6e\x5d')](_0x3c2e5b)||isFinitePredicateTerm(_0x3c2e5b)||IRREGULAR_SIMPLE_PAST_FORMS[_0x5dbc13(0x42c,'\x78\x62\x5e\x21')](_0x3c2e5b)||_0x3c2e5b[_0x5dbc13(0x220,'\x45\x73\x6d\x61')]('\x65\x64')||KNOWN_EVIDENCE_ACTION_TERMS[_0x5dbc13(0x72d,'\x51\x66\x35\x74')](_0x3c2e5b)&&/(?:ing|s)$/u[_0x5dbc13(0x216,'\x25\x5b\x5d\x6e')](_0x3c2e5b))return!![];}return![];}function hasTargetActionBeforePostposedConditionalMarker(_0x4966fc,_0x557225){const _0x19e796=_0x4925e0,_0xae8344=lexRequiredEvidence(_0x4966fc);let _0x180b13;for(let _0x435b4e=-0x1c8b+0x9c3+0x12c8;_0x435b4e<_0xae8344['\x74\x6f\x6b\x65\x6e\x73'][_0x19e796(0x7a1,'\x25\x5b\x5d\x6e')];_0x435b4e+=-0x2509+0x854+0x1cb6){const _0x259cf4=_0xae8344['\x74\x6f\x6b\x65\x6e\x73'][_0x435b4e]?.[_0x19e796(0x174,'\x45\x76\x38\x71')]??'',_0x144aec=embeddedIfGovernorIndex(_0xae8344[_0x19e796(0x18a,'\x50\x40\x21\x41')],_0x435b4e),_0x29ff0e=_0x144aec!==undefined&&_0x144aec===_0x180b13,_0x4bc87b=isConditionalMarkerUse(_0xae8344[_0x19e796(0x93f,'\x45\x73\x6d\x61')],_0x435b4e)||_0x29ff0e||TEMPORAL_CONDITIONAL_MARKER_TERMS[_0x19e796(0x3e7,'\x4d\x59\x69\x5b')](_0x259cf4)&&!isMentionedConditionalMarker(_0xae8344[_0x19e796(0x449,'\x36\x4e\x6f\x4e')],_0x435b4e)&&!isFactualTemporalMarkerUse(_0xae8344['\x74\x6f\x6b\x65\x6e\x73'],_0x435b4e);if(_0x180b13!==undefined&&_0x4bc87b){if(!TEMPORAL_CONDITIONAL_MARKER_TERMS[_0x19e796(0x6b8,'\x5d\x4e\x40\x5d')](_0x259cf4))return!![];const _0x28fe82=_0x4966fc[_0x19e796(0x41c,'\x4a\x25\x55\x5d')](0x1560+0x2684+0x1*-0x3be4,_0xae8344[_0x19e796(0x93f,'\x45\x73\x6d\x61')][_0x435b4e]?.[_0x19e796(0x1a3,'\x68\x4e\x37\x78')]??0x2263+0x5*-0x2b4+-0x14df);if(!hasIndependentSimplePastAction(_0x28fe82,_0x557225))return!![];}_0x180b13===undefined&&_0x557225[_0x19e796(0x7bb,'\x30\x30\x5b\x66')](_0x259cf4)&&(_0x435b4e===-0x1d*-0xf2+0xad*0x38+0x4142*-0x1||leadingSubjectPolarity(_0xae8344,0x13d+0xeaf+0x1*-0xfec,_0x435b4e)===_0x19e796(0x1cf,'\x21\x56\x4c\x4c'))&&(_0x180b13=_0x435b4e);}return![];}function affirmativeOutputClauses(_0x45e0b0,_0x3bdca5){const _0x5892c1=_0x4925e0,_0x3a95eb=new Set(AFFIRMATIVE_ACTION_FORMS),_0x1d4751=new Set();for(const _0x85ff9f of _0x3bdca5){if(_0x5892c1(0x383,'\x23\x51\x25\x30')!=='\x4c\x50\x77\x4c\x55'){if(!_0x85ff9f[_0x5892c1(0x2e5,'\x23\x51\x25\x30')])continue;for(const _0x509381 of targetTermForms(_0x85ff9f,_0x5892c1(0x429,'\x35\x25\x37\x72'))){_0x3a95eb[_0x5892c1(0x5d1,'\x4d\x66\x4f\x41')](_0x509381),_0x1d4751[_0x5892c1(0x307,'\x59\x73\x61\x39')](_0x509381);}}else{const _0x2a5ad2=_0x4dd815(_0x4c7ee5);if(!_0x4e1bed(_0x2a5ad2,-0x1*0xa05+0xa9a+-0x95,_0x2a5ad2[_0x5892c1(0x906,'\x4e\x72\x30\x56')][_0x5892c1(0x311,'\x55\x24\x47\x68')]))return _0x5892c1(0x92f,'\x54\x5d\x24\x4b');return _0x50207c(_0x2a5ad2,-0x2066+0x212c+-0xc6,_0x2a5ad2['\x74\x6f\x6b\x65\x6e\x73'][_0x5892c1(0x501,'\x6c\x40\x4e\x40')]);}}return _0x45e0b0[_0x5892c1(0x52e,'\x23\x51\x25\x30')](/(?<=[.!?;])|\r?\n|\b(?:but|however|although|though)\b/gi)[_0x5892c1(0x491,'\x45\x76\x38\x71')](_0x2bca44=>_0x2bca44[_0x5892c1(0x184,'\x4e\x72\x30\x56')](REDACTION_MARKER_RE,'\x20')[_0x5892c1(0x8f8,'\x6e\x38\x46\x4f')]())['\x66\x69\x6c\x74\x65\x72'](_0x1f5cd5=>_0x1f5cd5[_0x5892c1(0x930,'\x30\x30\x5b\x66')]>0xbab*0x1+0x16e3+-0x228e*0x1)[_0x5892c1(0x4c5,'\x35\x25\x37\x72')](_0x3712c5=>{const _0x399a6c=_0x5892c1,_0x54f670=stripCommaDelimitedWithoutAdjuncts(_0x3712c5,_0x3a95eb),_0x2a3e9f=normalize(_0x54f670);if(!NEGATED_ACTION_RE[_0x399a6c(0x353,'\x45\x73\x6d\x61')](_0x2a3e9f)&&!WITHOUT_ACTION_RE[_0x399a6c(0x682,'\x5e\x42\x72\x54')](_0x2a3e9f)&&!NEGATIVE_SUBJECT_MARKER_RE[_0x399a6c(0x23c,'\x6a\x5e\x33\x41')](_0x2a3e9f)&&!hasPotentialConditionalScope(_0x54f670,_0x3a95eb,_0x1d4751,_0x3bdca5))return[_0x2a3e9f];const _0x4cbe2b=_0x54f670['\x73\x70\x6c\x69\x74'](/\b(and|but|however|although|though|or|then|without)\b/i),_0x5141fb=[];let _0x4d673f;for(let _0x4db273=-0x13fd+0x177f+-0x382;_0x4db273<_0x4cbe2b[_0x399a6c(0x202,'\x54\x4d\x6f\x47')];_0x4db273+=-0x25de+-0xd9c+0x1*0x337b){const _0x454c81=_0x4cbe2b[_0x4db273]??'';if(_0x4db273%(0x23ff+-0x3d1+0x47*-0x74)===0x54*0x2c+0x16d*0x16+-0x2dcd){_0x4d673f=_0x454c81[_0x399a6c(0x658,'\x25\x64\x24\x23')]()[_0x399a6c(0x5c8,'\x34\x34\x6f\x72')+_0x399a6c(0x4e1,'\x54\x5d\x24\x4b')]();continue;}const _0x3d6d23=_0x454c81[_0x399a6c(0x57b,'\x42\x34\x77\x53')](),_0x229737=normalize(_0x3d6d23);if(!_0x229737)continue;_0x5141fb[_0x399a6c(0x34b,'\x32\x72\x33\x34')]({..._0x4d673f?{'\x63\x6f\x6e\x6e\x65\x63\x74\x6f\x72':_0x4d673f}:{},'\x72\x61\x77\x54\x65\x78\x74':_0x3d6d23,'\x74\x65\x78\x74':_0x229737}),_0x4d673f=undefined;}let _0x2d9197=NEGATED_ACTION_RE[_0x399a6c(0x6f2,'\x42\x34\x77\x53')](_0x5141fb[0x24d+-0xc7*-0x2e+-0x260f*0x1]?.[_0x399a6c(0x95f,'\x54\x5d\x24\x4b')]??''),_0x3b6673=_0x399a6c(0x374,'\x5e\x42\x72\x54'),_0x9199d9='\x75\x6e\x6b\x6e\x6f\x77\x6e',_0x32b4e9=![],_0x79b9a4=![];return _0x5141fb[_0x399a6c(0x803,'\x42\x34\x77\x53')]((_0x1d6aa9,_0xe1279a)=>{const _0x5a5e16=_0x399a6c;if(_0x5a5e16(0x1c3,'\x6b\x23\x44\x4e')!==_0x5a5e16(0x3f6,'\x70\x21\x57\x49')){const _0x555c5f=_0x36198c[_0x5a5e16(0x750,'\x6b\x23\x44\x4e')](_0x194ed9=>_0x194ed9[_0x5a5e16(0x5c5,'\x54\x5d\x24\x4b')]===_0x5ca684);return _0x555c5f[_0x5a5e16(0x4a5,'\x54\x5d\x24\x4b')](_0x25e0f9=>_0x53dd83[_0x5a5e16(0x668,'\x36\x34\x30\x2a')](_0x25e0f9[_0x5a5e16(0x313,'\x55\x24\x47\x68')]))[_0x5a5e16(0x85c,'\x23\x51\x25\x30')]<_0x189a3e[_0x5a5e16(0x8f9,'\x4a\x78\x36\x59')](-0x5*0x4f3+0xc79+0xc48,_0x555c5f[_0x5a5e16(0x718,'\x4e\x72\x30\x56')]);}else{if(_0x1d6aa9['\x63\x6f\x6e\x6e\x65\x63\x74\x6f'+'\x72']===_0x5a5e16(0x467,'\x30\x76\x32\x4f'))return _0x2d9197=!![],/,\s*$/u[_0x5a5e16(0x32c,'\x45\x76\x38\x71')](_0x1d6aa9[_0x5a5e16(0x786,'\x21\x56\x4c\x4c')])&&(_0x32b4e9=![],_0x79b9a4=![]),[];const _0x4d7e15=hasTargetActionBeforePostposedConditionalMarker(_0x1d6aa9['\x72\x61\x77\x54\x65\x78\x74'],_0x1d4751),_0x3d170d=_0x4d7e15||predicateConditionality(_0x1d6aa9[_0x5a5e16(0x495,'\x78\x62\x5e\x21')],_0x3a95eb)===_0x5a5e16(0x486,'\x45\x76\x38\x71')+_0x5a5e16(0x562,'\x73\x25\x78\x66')&&!hasMatrixPredicateBeforeConditionalMarker(_0x1d6aa9['\x74\x65\x78\x74'],_0x3a95eb),_0x2e57c1=_0x32b4e9&&(_0x1d6aa9[_0x5a5e16(0x6e3,'\x70\x21\x57\x49')+'\x72']===_0x5a5e16(0x4b8,'\x62\x64\x63\x6a')||_0x1d6aa9[_0x5a5e16(0x636,'\x73\x25\x78\x66')+'\x72']==='\x6f\x72'||_0x1d6aa9[_0x5a5e16(0x7cd,'\x23\x51\x25\x30')+'\x72']===_0x5a5e16(0x820,'\x79\x53\x55\x43'))&&!(_0x79b9a4&&hasIndependentAffirmativeAction(_0x1d6aa9[_0x5a5e16(0x5d7,'\x5d\x6b\x6e\x5d')],_0x3a95eb)),_0x1a45de=_0x3d170d||_0x2e57c1,_0x3fc133=_0x3d170d?_0x4d7e15:_0x79b9a4,_0x4d365d=!/,\s*$/u[_0x5a5e16(0x88f,'\x30\x30\x5b\x66')](_0x1d6aa9['\x72\x61\x77\x54\x65\x78\x74']);if(NEGATED_ACTION_RE['\x74\x65\x73\x74'](_0x1d6aa9[_0x5a5e16(0x313,'\x55\x24\x47\x68')])){const _0x4b9ef6=affirmativePrefixBeforeNegation(_0x1d6aa9['\x74\x65\x78\x74'],_0x3a95eb),_0x57de8e=finiteClauseSubjectPolarity(_0x1d6aa9[_0x5a5e16(0x4c8,'\x40\x5b\x7a\x34')]),_0x1ca7b9=factualTailsAfterBoundary(_0x1d6aa9[_0x5a5e16(0x752,'\x75\x4b\x32\x42')]),_0x38c6bc=factualTailEvidence(_0x1ca7b9,_0x3a95eb,_0x57de8e!==_0x5a5e16(0x36d,'\x5d\x4e\x40\x5d'));if(_0x1a45de){if(_0x5a5e16(0x5ff,'\x2a\x32\x6e\x49')!==_0x5a5e16(0x33d,'\x70\x21\x57\x49'))return _0x32b4e9=_0x4d365d,_0x79b9a4=_0x4d365d&&_0x3fc133,_0x2d9197=!![],[];else _0x2c4ba1[_0x5a5e16(0x4a1,'\x34\x34\x6f\x72')]({'\x73\x74\x61\x72\x74':_0x38ab98,'\x65\x6e\x64':_0x4cc3ff});}_0x32b4e9=![],_0x79b9a4=![],_0x2d9197=!![];const _0x2c394c=hasExplicitSubjectBeforeNegation(_0x1d6aa9[_0x5a5e16(0x462,'\x5d\x4e\x40\x5d')]),_0x4504bf=_0x1d6aa9['\x63\x6f\x6e\x6e\x65\x63\x74\x6f'+'\x72']===_0x5a5e16(0x683,'\x75\x4b\x32\x42')&&_0x3b6673!==_0x5a5e16(0x392,'\x35\x25\x37\x72')&&startsWithSubjectElidedNegation(_0x1d6aa9[_0x5a5e16(0x3bb,'\x42\x34\x77\x53')]);if(_0x57de8e==='\x6e\x65\x67\x61\x74\x69\x76\x65')_0x3b6673=_0x5a5e16(0x517,'\x7a\x33\x4e\x69'),_0x9199d9=_0x5a5e16(0x92c,'\x6b\x23\x44\x4e');else{if(_0x2c394c){const _0x326037=negatedAuxiliaryScope(_0x1d6aa9[_0x5a5e16(0x647,'\x6c\x40\x4e\x40')]);_0x3b6673=_0x326037===_0x5a5e16(0x600,'\x34\x34\x6f\x72')?_0x5a5e16(0x93d,'\x25\x71\x43\x21')+_0x5a5e16(0x65e,'\x73\x69\x7a\x6a'):_0x326037==='\x70\x61\x73\x74\x2d\x62\x61\x72'+'\x65'?_0x5a5e16(0x73b,'\x73\x25\x78\x66')+_0x5a5e16(0x791,'\x54\x5d\x24\x4b')+'\x65':_0x326037===_0x5a5e16(0x39a,'\x2a\x32\x6e\x49')?_0x5a5e16(0x4d9,'\x50\x40\x21\x41')+_0x5a5e16(0x163,'\x30\x76\x32\x4f'):_0x326037===_0x5a5e16(0x937,'\x25\x71\x43\x21')+_0x5a5e16(0x825,'\x51\x66\x35\x74')?_0x5a5e16(0x70f,'\x5d\x4e\x40\x5d')+_0x5a5e16(0x169,'\x4a\x25\x55\x5d')+'\x69\x76\x65':_0x5a5e16(0x437,'\x36\x34\x30\x2a'),_0x9199d9=subjectAgreementBeforeNegation(_0x1d6aa9[_0x5a5e16(0x8a3,'\x5e\x42\x72\x54')]);}else!_0x4504bf&&(_0x3b6673=_0x5a5e16(0x43e,'\x30\x76\x32\x4f'),_0x9199d9=_0x5a5e16(0x731,'\x25\x71\x43\x21'));}if(_0x38c6bc[_0x5a5e16(0x6f7,'\x54\x4d\x6f\x47')+_0x5a5e16(0x2af,'\x79\x53\x55\x43')]!==_0x5a5e16(0x2e8,'\x45\x73\x6d\x61')){if(_0x5a5e16(0x26c,'\x55\x24\x47\x68')===_0x5a5e16(0x263,'\x4a\x6a\x79\x67'))_0x3b6673=_0x38c6bc['\x73\x75\x62\x6a\x65\x63\x74\x4d'+_0x5a5e16(0x2d4,'\x25\x64\x24\x23')],_0x9199d9=_0x38c6bc[_0x5a5e16(0x89b,'\x4a\x78\x36\x59')+_0x5a5e16(0x904,'\x5d\x6b\x6e\x5d')];else{const _0xe4a0e1=_0x138e01(_0x320e9f,_0x5afc17,_0x543a69[_0x5a5e16(0x8c5,'\x5d\x6b\x6e\x5d')+'\x78']);if(_0xe4a0e1!==_0x42fbe5)return!_0x24f452(_0x188c8a,_0xe4a0e1,_0x54e468[_0x5a5e16(0x8a6,'\x54\x5d\x24\x4b')+'\x78']);return _0xa44532(_0x5116f0,_0x1998c5,_0x1770b2[_0x5a5e16(0x16d,'\x50\x40\x21\x41')+'\x78']);}}return[_0x4b9ef6,_0x38c6bc[_0x5a5e16(0x43f,'\x5d\x6b\x6e\x5d')+_0x5a5e16(0x637,'\x6a\x5e\x33\x41')]]['\x66\x69\x6c\x74\x65\x72'](_0x154fbb=>_0x154fbb!==undefined);}const _0x457d8e=finiteClauseSubjectPolarity(_0x1d6aa9[_0x5a5e16(0x5d7,'\x5d\x6b\x6e\x5d')]),_0x11e1ac=_0x457d8e===_0x5a5e16(0x92f,'\x54\x5d\x24\x4b')?matchingActionSubjectPolarity(_0x1d6aa9[_0x5a5e16(0x45d,'\x4a\x78\x36\x59')],_0x3a95eb):_0x457d8e;if(_0x11e1ac==='\x6e\x65\x67\x61\x74\x69\x76\x65'){_0x3b6673=_0x5a5e16(0x325,'\x41\x26\x59\x4b'),_0x9199d9='\x75\x6e\x6b\x6e\x6f\x77\x6e',_0x2d9197=!![];const _0x2c1776=factualTailsAfterBoundary(_0x1d6aa9[_0x5a5e16(0x218,'\x4a\x25\x55\x5d')]),_0x37e94e=factualTailEvidence(_0x2c1776,_0x3a95eb,contextualNoAdjunctAllowsImperative(_0x1d6aa9[_0x5a5e16(0x3a5,'\x62\x64\x63\x6a')]));if(_0x1a45de)return _0x32b4e9=_0x4d365d,_0x79b9a4=_0x4d365d&&_0x3fc133,[];_0x32b4e9=![],_0x79b9a4=![];if(_0x37e94e[_0x5a5e16(0x57a,'\x4e\x72\x30\x56')+_0x5a5e16(0x907,'\x21\x56\x4c\x4c')]!==_0x5a5e16(0x46c,'\x75\x4b\x32\x42')){if('\x5a\x74\x6c\x51\x72'!==_0x5a5e16(0x971,'\x5e\x42\x72\x54'))_0x3b6673=_0x37e94e[_0x5a5e16(0x780,'\x45\x76\x38\x71')+_0x5a5e16(0x247,'\x35\x25\x37\x72')],_0x9199d9=_0x37e94e[_0x5a5e16(0x2a9,'\x51\x66\x35\x74')+_0x5a5e16(0x156,'\x59\x73\x61\x39')];else{const {targetActionForms:_0x1de6e1}=_0x10208f,_0x5a1fbe=_0x12ca99[_0x5a5e16(0x90e,'\x70\x21\x57\x49')](_0x1884b2,_0x5a5e16(0x2fa,'\x79\x53\x55\x43'))[_0x5a5e16(0x883,'\x5d\x4e\x40\x5d')](_0x330edf,(_0x45d0d8,_0x2dca7c,_0x1602de,_0x4956f9)=>!_0x1de6e1['\x68\x61\x73'](_0x5a5e16(0x320,'\x25\x5b\x5d\x6e'))||_0x1b25ba(_0x4956f9[_0x5a5e16(0x70a,'\x21\x56\x4c\x4c')](-0x1*0x1bf6+-0x124a+0x2e40,_0x1602de),_0x1de6e1)||_0x587520(_0x4956f9['\x73\x6c\x69\x63\x65'](_0x1602de+_0x45d0d8[_0x5a5e16(0x55b,'\x21\x56\x4c\x4c')]),_0x31d30a)?_0x45d0d8:_0x2dca7c+'\x20')[_0x5a5e16(0x2a1,'\x57\x52\x43\x4b')](_0x258171,(_0x5096db,_0x51c961,_0x5961d3,_0x589c9b)=>!_0x1de6e1[_0x5a5e16(0x55f,'\x71\x6d\x78\x6d')](_0x5a5e16(0x70c,'\x54\x5d\x24\x4b'))||_0x5f3862(_0x589c9b[_0x5a5e16(0x4ee,'\x54\x5d\x24\x4b')](0x4*0x377+0x2588+-0x3364,_0x5961d3),_0x1de6e1)||_0x1b2827(_0x589c9b[_0x5a5e16(0x63c,'\x7a\x33\x4e\x69')](_0x5961d3+_0x5096db[_0x5a5e16(0x214,'\x70\x21\x57\x49')]),_0x246cd9)?_0x5096db:_0x51c961+'\x20');return _0x1048c6[_0x5a5e16(0x5e2,'\x36\x34\x30\x2a')](_0x5a1fbe)||_0x4cca0f(_0x5a1fbe,_0x1de6e1);}}return _0x37e94e['\x61\x66\x66\x69\x72\x6d\x61\x74'+_0x5a5e16(0x46f,'\x45\x76\x38\x71')]?[_0x37e94e[_0x5a5e16(0x4d7,'\x25\x71\x43\x21')+_0x5a5e16(0x4ef,'\x2a\x32\x6e\x49')]]:[];}if(_0x1a45de)return _0x5a5e16(0x178,'\x41\x26\x59\x4b')!==_0x5a5e16(0x87b,'\x73\x25\x78\x66')?(_0x41081a=_0x4691ea,_0x4d403f=_0x5931e9&&_0x4ab072,_0x308987=!![],[]):(_0x32b4e9=_0x4d365d,_0x79b9a4=_0x4d365d&&_0x3fc133,_0x2d9197=!![],[]);_0x32b4e9=![],_0x79b9a4=![];if(_0x11e1ac===_0x5a5e16(0x2cb,'\x5d\x4e\x40\x5d'))_0x3b6673=_0x5a5e16(0x7be,'\x4d\x66\x4f\x41')+_0x5a5e16(0x710,'\x7a\x33\x4e\x69');if(_0xe1279a===-0x2079+-0x6d*0x39+0x38be||!_0x2d9197)return[_0x1d6aa9['\x74\x65\x78\x74']];const _0x254e6d=/,\s*$/u[_0x5a5e16(0x1f9,'\x32\x72\x33\x34')](_0x5141fb[_0xe1279a-(-0xdfc+-0x1*-0x2055+0x92c*-0x2)]?.[_0x5a5e16(0x628,'\x6a\x5e\x33\x41')]??'');if(_0x1d6aa9['\x63\x6f\x6e\x6e\x65\x63\x74\x6f'+'\x72']===_0x5a5e16(0x20a,'\x4d\x66\x4f\x41')&&_0x254e6d&&_0x3b6673!==_0x5a5e16(0x4cd,'\x4d\x66\x4f\x41')&&hasIndependentAffirmativeAction(_0x1d6aa9[_0x5a5e16(0x515,'\x4e\x72\x30\x56')],_0x3a95eb,!![]))return[_0x1d6aa9[_0x5a5e16(0x183,'\x30\x30\x5b\x66')]];if(_0x1d6aa9[_0x5a5e16(0x2ab,'\x62\x64\x63\x6a')+'\x72']===_0x5a5e16(0x20a,'\x4d\x66\x4f\x41')&&_0x3b6673===_0x5a5e16(0x881,'\x4a\x25\x55\x5d')+_0x5a5e16(0x900,'\x62\x64\x63\x6a')&&hasIndependentAffirmativeAction(_0x1d6aa9['\x74\x65\x78\x74'],_0x3a95eb,!![]))return[_0x1d6aa9['\x74\x65\x78\x74']];const _0x24c643=subjectElidedActionMorphology(_0x1d6aa9[_0x5a5e16(0x811,'\x6a\x5e\x33\x41')],_0x3a95eb);if(_0x1d6aa9[_0x5a5e16(0x693,'\x5e\x42\x72\x54')+'\x72']===_0x5a5e16(0x912,'\x5e\x42\x72\x54')&&_0x3b6673===_0x5a5e16(0x303,'\x45\x73\x6d\x61')+_0x5a5e16(0x815,'\x41\x26\x59\x4b')&&(_0x24c643===_0x5a5e16(0x52c,'\x59\x73\x61\x39')&&_0x9199d9===_0x5a5e16(0x6f0,'\x45\x76\x38\x71')||_0x24c643===_0x5a5e16(0x396,'\x32\x72\x33\x34')+_0x5a5e16(0x2fe,'\x4a\x6a\x79\x67')&&_0x9199d9===_0x5a5e16(0x7fb,'\x4d\x59\x69\x5b')+_0x5a5e16(0x5ee,'\x41\x4c\x5b\x2a'))){if('\x6c\x46\x6b\x58\x48'!==_0x5a5e16(0x354,'\x55\x24\x47\x68'))return[_0x1d6aa9[_0x5a5e16(0x71d,'\x75\x4b\x32\x42')]];else _0x3bae45=_0x5a5e16(0x58a,'\x45\x73\x6d\x61'),_0x3c7b4a=_0x5a5e16(0x38f,'\x70\x21\x57\x49');}if(_0x1d6aa9[_0x5a5e16(0x487,'\x45\x73\x6d\x61')+'\x72']===_0x5a5e16(0x2dd,'\x50\x40\x21\x41')&&_0x3b6673==='\x6e\x65\x67\x61\x74\x65\x64\x2d'+_0x5a5e16(0x88a,'\x51\x66\x35\x74')+_0x5a5e16(0x32d,'\x78\x62\x5e\x21')&&(_0x24c643===_0x5a5e16(0x74b,'\x73\x69\x7a\x6a')+'\x6c\x65'||_0x24c643===_0x5a5e16(0x581,'\x41\x4c\x5b\x2a')+_0x5a5e16(0x4a7,'\x78\x62\x5e\x21')||_0x24c643===_0x5a5e16(0x535,'\x4d\x59\x69\x5b')&&_0x9199d9==='\x62\x61\x73\x65'||_0x24c643===_0x5a5e16(0x8b6,'\x79\x53\x55\x43')+_0x5a5e16(0x5a5,'\x4d\x59\x69\x5b')&&_0x9199d9===_0x5a5e16(0x739,'\x57\x52\x43\x4b')+_0x5a5e16(0x1ba,'\x2a\x32\x6e\x49')))return[_0x1d6aa9['\x74\x65\x78\x74']];if(_0x1d6aa9[_0x5a5e16(0x1cb,'\x40\x5b\x7a\x34')+'\x72']===_0x5a5e16(0x94d,'\x6a\x5e\x33\x41')&&_0x3b6673===_0x5a5e16(0x6e5,'\x25\x64\x24\x23')+_0x5a5e16(0x4b0,'\x71\x6d\x78\x6d')&&(_0x24c643==='\x73\x69\x6d\x70\x6c\x65\x2d\x70'+_0x5a5e16(0x50b,'\x45\x73\x6d\x61')||_0x24c643===_0x5a5e16(0x5b9,'\x25\x64\x24\x23')+_0x5a5e16(0x6d5,'\x54\x5d\x24\x4b')&&_0x9199d9===_0x5a5e16(0x5f7,'\x42\x34\x77\x53')+_0x5a5e16(0x1ba,'\x2a\x32\x6e\x49'))){if(_0x5a5e16(0x850,'\x4a\x25\x55\x5d')!==_0x5a5e16(0x36a,'\x68\x4e\x37\x78')){const _0x53e947=_0x43524d[_0x5a5e16(0x618,'\x68\x4e\x37\x78')][_0x530e6a]?.[_0x5a5e16(0x6f3,'\x25\x5b\x5d\x6e')]??'',_0xbf172d=[_0x5a5e16(0x315,'\x36\x34\x30\x2a'),_0x5a5e16(0x671,'\x36\x4e\x6f\x4e'),_0x5a5e16(0x8c3,'\x6a\x5e\x33\x41'),_0x5a5e16(0x968,'\x36\x4e\x6f\x4e')][_0x5a5e16(0x45f,'\x4a\x25\x55\x5d')](_0x53e947)||_0x53e947[_0x5a5e16(0x245,'\x41\x4c\x5b\x2a')]('\x65\x64')||_0x27963e[_0x5a5e16(0x75a,'\x40\x5b\x7a\x34')](_0x53e947);if(_0xbf172d&&_0x256280(_0x2b90f1,-0x111e+0x1ffe+-0xee0,_0x45f9c9)===_0x5a5e16(0x606,'\x42\x34\x77\x53'))return!![];}else return[_0x1d6aa9[_0x5a5e16(0x4c6,'\x4a\x25\x55\x5d')]];}if(_0x1d6aa9[_0x5a5e16(0x6b2,'\x42\x34\x77\x53')+'\x72']===_0x5a5e16(0x4ab,'\x35\x25\x37\x72')&&_0x3b6673===_0x5a5e16(0x836,'\x41\x26\x59\x4b')+_0x5a5e16(0x78b,'\x62\x64\x63\x6a')+'\x65'&&(_0x24c643===_0x5a5e16(0x419,'\x41\x4c\x5b\x2a')+'\x6c\x65'||_0x24c643===_0x5a5e16(0x534,'\x36\x4e\x6f\x4e')+'\x61\x73\x74'||_0x24c643===_0x5a5e16(0x204,'\x4a\x78\x36\x59')+_0x5a5e16(0x3d1,'\x36\x34\x30\x2a')&&_0x9199d9===_0x5a5e16(0x2b1,'\x4d\x66\x4f\x41')+_0x5a5e16(0x4b4,'\x62\x64\x63\x6a')))return[_0x1d6aa9['\x74\x65\x78\x74']];if(_0x1d6aa9[_0x5a5e16(0x5f8,'\x30\x76\x32\x4f')+'\x72']===_0x5a5e16(0x623,'\x57\x52\x43\x4b')&&_0x3b6673===_0x5a5e16(0x350,'\x54\x4d\x6f\x47')&&startsWithSubjectElidedFiniteAction(_0x1d6aa9[_0x5a5e16(0x720,'\x59\x73\x61\x39')],_0x3a95eb))return[_0x1d6aa9['\x74\x65\x78\x74']];const _0xb627a8=_0x1d6aa9['\x63\x6f\x6e\x6e\x65\x63\x74\x6f'+'\x72']===_0x5a5e16(0x412,'\x6a\x5e\x33\x41')&&_0x3b6673!==_0x5a5e16(0x5fe,'\x6e\x38\x46\x4f');return hasIndependentAffirmativeAction(_0x1d6aa9[_0x5a5e16(0x50c,'\x79\x53\x55\x43')],_0x3a95eb,_0xb627a8)?[_0x1d6aa9[_0x5a5e16(0x926,'\x34\x34\x6f\x72')]]:[];}});});}function mustNotMatchedTerms(_0x102071,_0x519087){const _0x341907=_0x4925e0;return affirmativeOutputClauses(_0x102071,_0x519087)[_0x341907(0x316,'\x73\x69\x7a\x6a')](_0x469343=>{const _0x1c7df1=_0x341907,_0x43d909=_0x519087[_0x1c7df1(0x812,'\x55\x24\x47\x68')](_0x227eeb=>termMatches(_0x469343,_0x227eeb,_0x1c7df1(0x7a5,'\x59\x73\x61\x39')));if(_0x519087[_0x1c7df1(0x1d5,'\x54\x5d\x24\x4b')](_0x514608=>_0x514608[_0x1c7df1(0x41d,'\x57\x52\x43\x4b')])&&!_0x43d909[_0x1c7df1(0x1d5,'\x54\x5d\x24\x4b')](_0x26a6e8=>_0x26a6e8[_0x1c7df1(0x5ba,'\x55\x24\x47\x68')]))return[];return _0x43d909[_0x1c7df1(0x497,'\x23\x51\x25\x30')](_0x3fcc59=>_0x3fcc59[_0x1c7df1(0x834,'\x41\x26\x59\x4b')]);})[_0x341907(0x3a8,'\x38\x63\x21\x6a')]((_0x320406,_0x410219)=>_0x410219[_0x341907(0x55b,'\x21\x56\x4c\x4c')]-_0x320406[_0x341907(0x6ee,'\x73\x25\x78\x66')])[-0x225b+-0xc5e+0x2eb9]??[];}function isBroadProgressiveAuxiliary(_0x1bf730){const _0x58dfd5=_0x4925e0;if(!_0x1bf730[_0x58dfd5(0x79e,'\x5d\x4e\x40\x5d')]||!_0x1bf730[_0x58dfd5(0x82c,'\x68\x4e\x37\x78')][_0x58dfd5(0x913,'\x30\x76\x32\x4f')](_0x58dfd5(0x79d,'\x73\x25\x78\x66')))return![];const _0x51c043=verbLemma(_0x1bf730[_0x58dfd5(0x834,'\x41\x26\x59\x4b')]);return _0x51c043!==undefined&&EXACT_ONLY_PROGRESSIVE_LEMMAS[_0x58dfd5(0x8ac,'\x68\x4e\x37\x78')](_0x51c043);}const BROAD_EVIDENCE_LINK_TERMS=new Set(['\x61','\x61\x6e',_0x4925e0(0x8ff,'\x6e\x38\x46\x4f'),'\x61\x6c\x6c',_0x4925e0(0x7a6,'\x25\x5b\x5d\x6e'),_0x4925e0(0x910,'\x6c\x40\x4e\x40'),_0x4925e0(0x241,'\x50\x40\x21\x41'),'\x65\x76\x65\x72\x79',_0x4925e0(0x96f,'\x41\x26\x59\x4b'),_0x4925e0(0x8f0,'\x54\x5d\x24\x4b'),'\x69\x74\x73','\x6d\x79',_0x4925e0(0x696,'\x34\x34\x6f\x72'),_0x4925e0(0x613,'\x42\x34\x77\x53'),_0x4925e0(0x231,'\x79\x53\x55\x43'),_0x4925e0(0x7ca,'\x23\x51\x25\x30'),_0x4925e0(0x879,'\x42\x34\x77\x53'),_0x4925e0(0x715,'\x68\x4e\x37\x78'),'\x74\x68\x65\x73\x65',_0x4925e0(0x6e4,'\x23\x51\x25\x30'),_0x4925e0(0x282,'\x25\x64\x24\x23'),_0x4925e0(0x237,'\x59\x73\x61\x39')]),PASSIVE_AUXILIARY_TERMS=new Set(['\x61\x6d','\x69\x73',_0x4925e0(0x943,'\x30\x76\x32\x4f'),_0x4925e0(0x51f,'\x70\x21\x57\x49'),_0x4925e0(0x5b3,'\x78\x62\x5e\x21'),'\x62\x65','\x62\x65\x65\x6e',_0x4925e0(0x90d,'\x25\x71\x43\x21'),'\x68\x61\x73',_0x4925e0(0x650,'\x45\x73\x6d\x61'),_0x4925e0(0x246,'\x35\x25\x37\x72')]),PASSIVE_BE_AUXILIARY_TERMS=new Set(['\x61\x6d','\x69\x73',_0x4925e0(0x53d,'\x30\x30\x5b\x66'),'\x77\x61\x73',_0x4925e0(0x891,'\x54\x4d\x6f\x47'),'\x62\x65',_0x4925e0(0x413,'\x4d\x66\x4f\x41'),_0x4925e0(0x5c9,'\x45\x73\x6d\x61')]),PERFECT_AUXILIARY_TERMS=new Set([_0x4925e0(0x53a,'\x32\x72\x33\x34'),_0x4925e0(0x8c7,'\x45\x73\x6d\x61'),_0x4925e0(0x43c,'\x54\x4d\x6f\x47')]),PERFECT_BROAD_FORM_TERMS=new Set([_0x4925e0(0x4f4,'\x55\x24\x47\x68'),'\x64\x6f\x6e\x65',_0x4925e0(0x625,'\x7a\x33\x4e\x69')]),MODAL_AUXILIARY_TERMS=new Set(['\x63\x61\x6e','\x63\x6f\x75\x6c\x64',_0x4925e0(0x30e,'\x23\x51\x25\x30'),_0x4925e0(0x430,'\x54\x4d\x6f\x47'),_0x4925e0(0x940,'\x62\x64\x63\x6a'),_0x4925e0(0x4e0,'\x68\x4e\x37\x78'),_0x4925e0(0x725,'\x41\x26\x59\x4b'),_0x4925e0(0x92d,'\x4d\x66\x4f\x41'),_0x4925e0(0x699,'\x71\x6d\x78\x6d')]),SEMI_MODAL_AUXILIARY_TERMS=new Set(['\x6e\x65\x65\x64',_0x4925e0(0x8d0,'\x30\x30\x5b\x66'),_0x4925e0(0x3ba,'\x6e\x38\x46\x4f'),_0x4925e0(0x6bb,'\x32\x72\x33\x34')]),INDEPENDENT_BROAD_FORM_TERMS=new Set(['\x61\x6d',_0x4925e0(0x78f,'\x4d\x66\x4f\x41'),'\x69\x73',_0x4925e0(0x54d,'\x4e\x72\x30\x56'),_0x4925e0(0x872,'\x4d\x66\x4f\x41'),_0x4925e0(0x249,'\x6c\x40\x4e\x40'),_0x4925e0(0x5a8,'\x41\x4c\x5b\x2a'),_0x4925e0(0x782,'\x73\x69\x7a\x6a'),_0x4925e0(0x2d2,'\x21\x56\x4c\x4c'),_0x4925e0(0x76e,'\x25\x64\x24\x23'),_0x4925e0(0x265,'\x7a\x33\x4e\x69'),_0x4925e0(0x68a,'\x42\x34\x77\x53')]),NEGATIVE_EVIDENCE_PRONOUNS=new Set([_0x4925e0(0x44b,'\x59\x73\x61\x39'),'\x6e\x6f\x62\x6f\x64\x79',_0x4925e0(0x93b,'\x6e\x38\x46\x4f'),_0x4925e0(0x425,'\x21\x56\x4c\x4c')]),NEGATIVE_EVIDENCE_DETERMINERS=new Set([_0x4925e0(0x1fd,'\x42\x34\x77\x53'),'\x6e\x6f',_0x4925e0(0x83a,'\x54\x5d\x24\x4b')]),SUBJECT_PRONOUN_TERMS=new Set(['\x68\x65','\x69','\x69\x74','\x73\x68\x65',_0x4925e0(0x760,'\x4a\x6a\x79\x67'),_0x4925e0(0x575,'\x55\x24\x47\x68'),_0x4925e0(0x790,'\x38\x63\x21\x6a'),'\x77\x65',_0x4925e0(0x5c3,'\x75\x4b\x32\x42'),_0x4925e0(0x51c,'\x40\x5b\x7a\x34')]),SUBJECT_ARTICLE_TERMS=new Set(['\x61','\x61\x6e',_0x4925e0(0x1d0,'\x42\x34\x77\x53')]),AUXILIARY_CHAIN_MODIFIER_TERMS=new Set([_0x4925e0(0x39c,'\x6a\x5e\x33\x41'),_0x4925e0(0x740,'\x71\x6d\x78\x6d'),_0x4925e0(0x5eb,'\x4d\x59\x69\x5b'),_0x4925e0(0x565,'\x57\x52\x43\x4b'),_0x4925e0(0x5dd,'\x75\x4b\x32\x42'),'\x73\x74\x69\x6c\x6c','\x79\x65\x74']),LEADING_CLAUSE_MODIFIER_TERMS=new Set([_0x4925e0(0x1d9,'\x50\x40\x21\x41')+'\x6c\x79','\x66\x69\x6e\x61\x6c\x6c\x79',_0x4925e0(0x482,'\x73\x69\x7a\x6a')+'\x79',_0x4925e0(0x6da,'\x71\x6d\x78\x6d'),_0x4925e0(0x6cc,'\x59\x73\x61\x39')+_0x4925e0(0x492,'\x25\x71\x43\x21')]),MAX_REQUIRED_EVIDENCE_TERMS=-0xc*0x89+-0x1a89+0x24f5*0x1,MAX_REQUIRED_EVIDENCE_CANDIDATES=0x476+0xc84+-0xffa,MAX_REQUIRED_EVIDENCE_PAIR_DISTANCE=0x12*0x76+-0xc*0x2c3+0x8*0x323,MAX_REQUIRED_SUBJECT_LOOKBACK=-0x23bf+-0x1348*0x2+0x4acf,PREDICATE_COORDINATOR_TERMS=new Set(['\x61\x6e\x64',_0x4925e0(0x53b,'\x50\x40\x21\x41'),_0x4925e0(0x727,'\x54\x4d\x6f\x47')]),CONDITIONAL_MARKER_TERMS=new Set([_0x4925e0(0x267,'\x6b\x23\x44\x4e'),'\x69\x66',_0x4925e0(0x616,'\x54\x4d\x6f\x47'),_0x4925e0(0x238,'\x70\x21\x57\x49'),_0x4925e0(0x5f9,'\x21\x56\x4c\x4c')+'\x67',_0x4925e0(0x469,'\x6e\x38\x46\x4f'),_0x4925e0(0x7d5,'\x4a\x25\x55\x5d'),_0x4925e0(0x20e,'\x50\x40\x21\x41')]),TEMPORAL_CONDITIONAL_MARKER_TERMS=new Set([_0x4925e0(0x345,'\x6e\x38\x46\x4f'),_0x4925e0(0x8ee,'\x5d\x6b\x6e\x5d'),_0x4925e0(0x363,'\x62\x64\x63\x6a')]),CONDITIONAL_MARKER_MENTION_HEAD_TERMS=new Set([_0x4925e0(0x7cb,'\x4a\x78\x36\x59'),'\x74\x65\x72\x6d',_0x4925e0(0x955,'\x57\x52\x43\x4b')]),EMBEDDED_IF_GOVERNOR_TERMS=new Set([_0x4925e0(0x75b,'\x79\x53\x55\x43'),_0x4925e0(0x258,'\x36\x34\x30\x2a'),_0x4925e0(0x964,'\x7a\x33\x4e\x69'),_0x4925e0(0x1bc,'\x4a\x6a\x79\x67'),_0x4925e0(0x65d,'\x71\x6d\x78\x6d'),_0x4925e0(0x8ea,'\x41\x26\x59\x4b'),'\x63\x68\x65\x63\x6b\x69\x6e\x67',_0x4925e0(0x18e,'\x25\x5b\x5d\x6e'),_0x4925e0(0x5df,'\x2a\x32\x6e\x49'),_0x4925e0(0x3cd,'\x6a\x5e\x33\x41')+'\x64',_0x4925e0(0x1f3,'\x79\x53\x55\x43')+'\x6e\x67',_0x4925e0(0x704,'\x34\x34\x6f\x72'),'\x64\x65\x63\x69\x64\x65',_0x4925e0(0x36e,'\x75\x4b\x32\x42'),_0x4925e0(0x155,'\x73\x25\x78\x66'),_0x4925e0(0x2a3,'\x78\x62\x5e\x21'),_0x4925e0(0x5a0,'\x5d\x4e\x40\x5d')+'\x65','\x64\x65\x74\x65\x72\x6d\x69\x6e'+'\x65\x64','\x64\x65\x74\x65\x72\x6d\x69\x6e'+'\x65\x73',_0x4925e0(0x708,'\x73\x69\x7a\x6a')+_0x4925e0(0x4a8,'\x25\x64\x24\x23'),_0x4925e0(0x69d,'\x4a\x6a\x79\x67'),_0x4925e0(0x329,'\x38\x63\x21\x6a')+'\x64',_0x4925e0(0x80d,'\x30\x30\x5b\x66')+'\x73',_0x4925e0(0x5b0,'\x6b\x23\x44\x4e')+'\x6e\x67',_0x4925e0(0x4fd,'\x71\x6d\x78\x6d'),_0x4925e0(0x21b,'\x41\x4c\x5b\x2a'),_0x4925e0(0x2b9,'\x25\x64\x24\x23'),_0x4925e0(0x63a,'\x32\x72\x33\x34'),_0x4925e0(0x823,'\x25\x64\x24\x23'),_0x4925e0(0x1fb,'\x6a\x5e\x33\x41'),_0x4925e0(0x831,'\x5d\x4e\x40\x5d'),'\x73\x65\x65\x73',_0x4925e0(0x260,'\x68\x4e\x37\x78'),_0x4925e0(0x584,'\x4a\x25\x55\x5d'),_0x4925e0(0x936,'\x6a\x5e\x33\x41'),_0x4925e0(0x16b,'\x4a\x6a\x79\x67'),_0x4925e0(0x471,'\x73\x69\x7a\x6a'),_0x4925e0(0x52f,'\x7a\x33\x4e\x69'),_0x4925e0(0x288,'\x35\x25\x37\x72'),_0x4925e0(0x4b7,'\x73\x25\x78\x66'),_0x4925e0(0x43b,'\x73\x69\x7a\x6a')+'\x67',_0x4925e0(0x908,'\x6a\x5e\x33\x41'),_0x4925e0(0x1b1,'\x34\x34\x6f\x72'),_0x4925e0(0x67c,'\x4a\x6a\x79\x67')+'\x67','\x77\x6f\x6e\x64\x65\x72\x73']),PREDICATE_SCOPE_RESET_TERMS=new Set([...CONDITIONAL_MARKER_TERMS,_0x4925e0(0x483,'\x42\x34\x77\x53'),'\x61\x73',_0x4925e0(0x8fd,'\x5d\x6b\x6e\x5d'),_0x4925e0(0x7a0,'\x75\x4b\x32\x42'),_0x4925e0(0x795,'\x54\x5d\x24\x4b'),_0x4925e0(0x59a,'\x30\x30\x5b\x66'),_0x4925e0(0x7da,'\x7a\x33\x4e\x69'),_0x4925e0(0x411,'\x38\x63\x21\x6a'),_0x4925e0(0x192,'\x45\x73\x6d\x61'),_0x4925e0(0x7f8,'\x4e\x72\x30\x56'),_0x4925e0(0x7a2,'\x4d\x66\x4f\x41')]),COMMA_DELIMITED_SUBORDINATOR_TERMS=new Set([...CONDITIONAL_MARKER_TERMS,_0x4925e0(0x703,'\x5d\x6b\x6e\x5d'),'\x61\x73',_0x4925e0(0x861,'\x79\x53\x55\x43'),_0x4925e0(0x2c4,'\x68\x4e\x37\x78'),_0x4925e0(0x66a,'\x25\x5b\x5d\x6e'),_0x4925e0(0x763,'\x45\x76\x38\x71'),_0x4925e0(0x6d4,'\x30\x76\x32\x4f'),_0x4925e0(0x5c7,'\x55\x24\x47\x68')]),TARGET_SCOPE_RESET_TERMS_LOCAL=new Set([...PREDICATE_SCOPE_RESET_TERMS,...PREDICATE_COORDINATOR_TERMS,_0x4925e0(0x797,'\x4a\x6a\x79\x67'),'\x62\x65\x66\x6f\x72\x65',_0x4925e0(0x4d1,'\x25\x64\x24\x23'),_0x4925e0(0x761,'\x41\x26\x59\x4b'),_0x4925e0(0x661,'\x2a\x32\x6e\x49')]),PASSIVE_SUBJECT_POSTMODIFIER_TERMS=new Set([_0x4925e0(0x60f,'\x30\x30\x5b\x66'),_0x4925e0(0x678,'\x57\x52\x43\x4b'),'\x61\x74','\x62\x79',_0x4925e0(0x862,'\x73\x69\x7a\x6a'),_0x4925e0(0x871,'\x4a\x25\x55\x5d'),'\x69\x6e','\x6f\x66','\x6f\x6e','\x74\x68\x72\x6f\x75\x67\x68','\x74\x6f',_0x4925e0(0x957,'\x30\x76\x32\x4f'),_0x4925e0(0x3e3,'\x35\x25\x37\x72')]),COMMA_DELIMITED_PREPOSITION_TERMS=new Set([...PASSIVE_SUBJECT_POSTMODIFIER_TERMS,_0x4925e0(0x59c,'\x68\x4e\x37\x78')+'\x67','\x64\x65\x73\x70\x69\x74\x65',_0x4925e0(0x203,'\x5d\x6b\x6e\x5d'),_0x4925e0(0x30d,'\x32\x72\x33\x34'),_0x4925e0(0x1d3,'\x36\x4e\x6f\x4e'),_0x4925e0(0x2e4,'\x25\x64\x24\x23')+'\x67',_0x4925e0(0x514,'\x5d\x6b\x6e\x5d')]),TOTALITY_TARGET_MODIFIER_TERMS=new Set(['\x63\x6f\x6d\x70\x6c\x65\x74\x65',_0x4925e0(0x635,'\x78\x62\x5e\x21'),_0x4925e0(0x85b,'\x45\x73\x6d\x61'),_0x4925e0(0x878,'\x32\x72\x33\x34'),_0x4925e0(0x2ad,'\x7a\x33\x4e\x69'),'\x77\x68\x6f\x6c\x65']),KNOWN_EVIDENCE_ACTION_TERMS=new Set([...[...IRREGULAR_VERB_FORMS[_0x4925e0(0x6a5,'\x6e\x38\x46\x4f')]()][_0x4925e0(0x4f0,'\x79\x53\x55\x43')](),...GENERIC_ACTION_TERMS]),KNOWN_FINITE_PREDICATE_TERMS=new Set([...INDEPENDENT_BROAD_FORM_TERMS,...MODAL_AUXILIARY_TERMS,_0x4925e0(0x346,'\x30\x76\x32\x4f'),_0x4925e0(0x95a,'\x35\x25\x37\x72')]),CONTEXTUAL_ZERO_METRIC_TERMS=new Set([_0x4925e0(0x773,'\x34\x34\x6f\x72'),_0x4925e0(0x7d2,'\x41\x26\x59\x4b'),_0x4925e0(0x3ea,'\x6a\x5e\x33\x41'),_0x4925e0(0x1bf,'\x75\x4b\x32\x42'),_0x4925e0(0x421,'\x6e\x38\x46\x4f'),'\x76\x61\x72\x69\x61\x6e\x63\x65']),ROOT_PREDICATE_BLOCKING_MODIFIER_TERMS=new Set([_0x4925e0(0x2cf,'\x36\x4e\x6f\x4e')+'\x79',_0x4925e0(0x33c,'\x6a\x5e\x33\x41'),_0x4925e0(0x526,'\x45\x73\x6d\x61')+'\x6c\x79',_0x4925e0(0x21d,'\x21\x56\x4c\x4c'),_0x4925e0(0x324,'\x54\x5d\x24\x4b'),_0x4925e0(0x20f,'\x30\x30\x5b\x66'),_0x4925e0(0x397,'\x54\x4d\x6f\x47'),_0x4925e0(0x3df,'\x78\x62\x5e\x21')+'\x6c\x79',_0x4925e0(0x280,'\x30\x76\x32\x4f')+'\x6c\x79']),CLAUSE_INITIAL_EVIDENTIAL_HEDGE_TERMS=new Set([...ROOT_PREDICATE_BLOCKING_MODIFIER_TERMS,_0x4925e0(0x63b,'\x4d\x66\x4f\x41'),_0x4925e0(0x37c,'\x4a\x78\x36\x59')+'\x6c\x79',_0x4925e0(0x7a7,'\x36\x34\x30\x2a'),_0x4925e0(0x714,'\x62\x64\x63\x6a')+_0x4925e0(0x918,'\x6b\x23\x44\x4e')]),EMBEDDED_CLAIM_GOVERNOR_TERMS=new Set([_0x4925e0(0x26f,'\x5d\x6b\x6e\x5d'),_0x4925e0(0x68b,'\x40\x5b\x7a\x34'),_0x4925e0(0x531,'\x59\x73\x61\x39'),_0x4925e0(0x448,'\x2a\x32\x6e\x49'),'\x61\x73\x73\x65\x72\x74',_0x4925e0(0x818,'\x6a\x5e\x33\x41'),'\x61\x73\x73\x65\x72\x74\x69\x6e'+'\x67',_0x4925e0(0x78c,'\x5d\x6b\x6e\x5d'),_0x4925e0(0x451,'\x4a\x25\x55\x5d'),_0x4925e0(0x2e0,'\x5e\x42\x72\x54'),_0x4925e0(0x185,'\x73\x69\x7a\x6a'),_0x4925e0(0x233,'\x5e\x42\x72\x54')+'\x67',_0x4925e0(0x7af,'\x68\x4e\x37\x78'),_0x4925e0(0x4bb,'\x78\x62\x5e\x21'),_0x4925e0(0x1ec,'\x30\x30\x5b\x66'),'\x63\x6c\x61\x69\x6d\x69\x6e\x67',_0x4925e0(0x917,'\x75\x4b\x32\x42'),_0x4925e0(0x1f0,'\x75\x4b\x32\x42'),_0x4925e0(0x8b5,'\x5d\x4e\x40\x5d'),_0x4925e0(0x870,'\x68\x4e\x37\x78'),_0x4925e0(0x423,'\x25\x5b\x5d\x6e'),_0x4925e0(0x713,'\x79\x53\x55\x43'),_0x4925e0(0x211,'\x6b\x23\x44\x4e'),_0x4925e0(0x91f,'\x30\x76\x32\x4f'),'\x72\x65\x70\x6f\x72\x74',_0x4925e0(0x5d4,'\x38\x63\x21\x6a'),_0x4925e0(0x215,'\x25\x64\x24\x23')+'\x67',_0x4925e0(0x4db,'\x62\x64\x63\x6a'),'\x73\x61\x79',_0x4925e0(0x23d,'\x50\x40\x21\x41'),_0x4925e0(0x6db,'\x4a\x78\x36\x59'),_0x4925e0(0x695,'\x6a\x5e\x33\x41'),_0x4925e0(0x867,'\x4d\x66\x4f\x41'),_0x4925e0(0x6d8,'\x54\x5d\x24\x4b'),_0x4925e0(0x5b5,'\x55\x24\x47\x68'),_0x4925e0(0x318,'\x6a\x5e\x33\x41')+'\x67',_0x4925e0(0x295,'\x21\x56\x4c\x4c'),_0x4925e0(0x1dd,'\x2a\x32\x6e\x49'),_0x4925e0(0x7b4,'\x25\x71\x43\x21'),_0x4925e0(0x46e,'\x34\x34\x6f\x72'),_0x4925e0(0x281,'\x4a\x6a\x79\x67'),_0x4925e0(0x44e,'\x54\x4d\x6f\x47'),_0x4925e0(0x8d1,'\x6b\x23\x44\x4e'),'\x74\x68\x6f\x75\x67\x68\x74']),UNAMBIGUOUS_EMBEDDED_CLAIM_GOVERNOR_TERMS=new Set([_0x4925e0(0x895,'\x68\x4e\x37\x78'),_0x4925e0(0x8db,'\x32\x72\x33\x34'),_0x4925e0(0x205,'\x35\x25\x37\x72'),_0x4925e0(0x490,'\x41\x4c\x5b\x2a'),_0x4925e0(0x851,'\x36\x4e\x6f\x4e')]),NOMINAL_CLAIM_HEAD_TERMS=new Set(['\x63\x6c\x61\x69\x6d',_0x4925e0(0x762,'\x41\x4c\x5b\x2a'),_0x4925e0(0x6eb,'\x34\x34\x6f\x72'),_0x4925e0(0x49a,'\x73\x69\x7a\x6a')]),RELATIVE_SAFE_FINITE_COMPLEMENTS=new Map([[_0x4925e0(0x5bc,'\x51\x66\x35\x74'),new Set([_0x4925e0(0x8e2,'\x41\x26\x59\x4b')])],[_0x4925e0(0x278,'\x5e\x42\x72\x54'),new Set([_0x4925e0(0x937,'\x25\x71\x43\x21')])],[_0x4925e0(0x500,'\x4e\x72\x30\x56'),new Set([_0x4925e0(0x30b,'\x68\x4e\x37\x78')])],[_0x4925e0(0x1ef,'\x71\x6d\x78\x6d'),new Set([_0x4925e0(0x333,'\x38\x63\x21\x6a')])],[_0x4925e0(0x42e,'\x32\x72\x33\x34'),new Set([_0x4925e0(0x7e6,'\x57\x52\x43\x4b')])],[_0x4925e0(0x5d8,'\x2a\x32\x6e\x49'),new Set([_0x4925e0(0x368,'\x36\x34\x30\x2a')])],['\x73\x75\x72\x76\x69\x76\x65\x64',new Set([_0x4925e0(0x64e,'\x71\x6d\x78\x6d')])],[_0x4925e0(0x6c8,'\x41\x4c\x5b\x2a'),new Set([_0x4925e0(0x4a3,'\x62\x64\x63\x6a')])],[_0x4925e0(0x5b6,'\x36\x4e\x6f\x4e'),new Set([_0x4925e0(0x29b,'\x54\x5d\x24\x4b')])],[_0x4925e0(0x6d0,'\x30\x30\x5b\x66'),new Set([_0x4925e0(0x3f8,'\x4d\x59\x69\x5b')])]]),NON_ADVERBIAL_PARENTHETICAL_IF_NOT_TERMS=new Set([_0x4925e0(0x6a2,'\x36\x4e\x6f\x4e'),_0x4925e0(0x3d5,'\x54\x5d\x24\x4b')]),AFFIRMATIVE_PREDICATE_MODIFIER_TERMS=new Set([...AUXILIARY_CHAIN_MODIFIER_TERMS,'\x61\x63\x74\x75\x61\x6c\x6c\x79',_0x4925e0(0x321,'\x6e\x38\x46\x4f')+'\x79',_0x4925e0(0x2b4,'\x78\x62\x5e\x21')+'\x6c\x79',_0x4925e0(0x552,'\x6e\x38\x46\x4f'),_0x4925e0(0x7b1,'\x25\x71\x43\x21')+'\x75\x6c\x6c\x79']),INVERTED_CONDITIONAL_AUXILIARY_TERMS=new Set([...MODAL_AUXILIARY_TERMS,_0x4925e0(0x7f9,'\x5d\x4e\x40\x5d'),_0x4925e0(0x8e0,'\x42\x34\x77\x53'),_0x4925e0(0x55d,'\x6c\x40\x4e\x40')]),NON_SUBJECT_PREFIX_TERMS=new Set([...PASSIVE_AUXILIARY_TERMS,...MODAL_AUXILIARY_TERMS,...SEMI_MODAL_AUXILIARY_TERMS,...LEADING_CLAUSE_MODIFIER_TERMS,_0x4925e0(0x956,'\x2a\x32\x6e\x49'),_0x4925e0(0x5a9,'\x25\x71\x43\x21'),'\x6e\x6f\x74',_0x4925e0(0x2c5,'\x54\x5d\x24\x4b'),'\x74\x6f']);function isBlockingRootPredicateModifierTerm(_0x48a9a1){const _0x5950b9=_0x4925e0;return ROOT_PREDICATE_BLOCKING_MODIFIER_TERMS[_0x5950b9(0x34e,'\x54\x5d\x24\x4b')](_0x48a9a1)||_0x48a9a1['\x65\x6e\x64\x73\x57\x69\x74\x68']('\x6c\x79')&&!AFFIRMATIVE_PREDICATE_MODIFIER_TERMS['\x68\x61\x73'](_0x48a9a1)&&!LEADING_CLAUSE_MODIFIER_TERMS[_0x5950b9(0x19e,'\x7a\x33\x4e\x69')](_0x48a9a1);}function isClauseInitialEvidentialHedgeTerm(_0x26a6b5){const _0x124a38=_0x4925e0;return CLAUSE_INITIAL_EVIDENTIAL_HEDGE_TERMS[_0x124a38(0x19e,'\x7a\x33\x4e\x69')](_0x26a6b5);}function isAdjectivalProvided(_0x1c618a,_0x247845){const _0x150e2f=_0x4925e0;if(_0x1c618a[_0x247845]?.[_0x150e2f(0x57c,'\x6e\x38\x46\x4f')]!==_0x150e2f(0x553,'\x4a\x25\x55\x5d'))return![];if(_0x1c618a[_0x247845+(0x1*-0x7eb+0x1534+-0xd48)]?.[_0x150e2f(0x27b,'\x4d\x59\x69\x5b')]==='\x62\x79')return!![];const _0x1feba8=_0x1c618a[_0x247845][_0x150e2f(0x882,'\x57\x52\x43\x4b')];let _0x31cbc6=_0x247845-(-0x1d27+-0x80a+0x2532);while(_0x31cbc6>=0x1288+0x23b0+-0x3638&&_0x1c618a[_0x31cbc6]?.[_0x150e2f(0x74e,'\x5d\x6b\x6e\x5d')]===_0x1feba8&&/ly$/u[_0x150e2f(0x1ed,'\x51\x66\x35\x74')](_0x1c618a[_0x31cbc6]?.[_0x150e2f(0x6f3,'\x25\x5b\x5d\x6e')]??''))_0x31cbc6-=0x2*-0x1e9+-0x4ca+-0x13b*-0x7;const _0x346ab6=_0x1c618a[_0x31cbc6]?.[_0x150e2f(0x868,'\x6a\x5e\x33\x41')]===_0x1feba8?_0x1c618a[_0x31cbc6]?.[_0x150e2f(0x537,'\x78\x62\x5e\x21')]??'':'';return _0x346ab6!==_0x150e2f(0x5ca,'\x4a\x25\x55\x5d')&&_0x346ab6!==_0x150e2f(0x8dd,'\x70\x21\x57\x49')&&BROAD_EVIDENCE_LINK_TERMS[_0x150e2f(0x68e,'\x62\x64\x63\x6a')](_0x346ab6);}function hasSubjectBeforeRegularPast(_0x4f5963,_0x4ae293,_0x8c8e81){const _0xa264d1=_0x4925e0,_0x553600=_0x4f5963[_0x4ae293]?.['\x63\x6c\x61\x75\x73\x65'];for(let _0x415270=_0x4ae293-(-0xb47+0x16f7*-0x1+0x223f);_0x415270>=_0x8c8e81;_0x415270-=-0x9a3*0x2+0x38b*-0x6+0x2889){const _0xb3a2c7=_0x4f5963[_0x415270];if(!_0xb3a2c7||_0xb3a2c7[_0xa264d1(0x466,'\x6c\x40\x4e\x40')]!==_0x553600)return![];const _0x522918=_0xb3a2c7[_0xa264d1(0x6bd,'\x23\x51\x25\x30')];if(PREDICATE_COORDINATOR_TERMS[_0xa264d1(0x822,'\x57\x52\x43\x4b')](_0x522918)||PREDICATE_SCOPE_RESET_TERMS[_0xa264d1(0x3f5,'\x35\x25\x37\x72')](_0x522918))return![];if(SUBJECT_PRONOUN_TERMS[_0xa264d1(0x5e0,'\x75\x4b\x32\x42')](_0x522918)||NEGATIVE_EVIDENCE_PRONOUNS[_0xa264d1(0x805,'\x70\x21\x57\x49')](_0x522918))return!![];if(SUBJECT_ARTICLE_TERMS[_0xa264d1(0x8b4,'\x79\x53\x55\x43')](_0x522918)||BROAD_EVIDENCE_LINK_TERMS[_0xa264d1(0x75a,'\x40\x5b\x7a\x34')](_0x522918)||NON_SUBJECT_PREFIX_TERMS['\x68\x61\x73'](_0x522918)||/ly$/u[_0xa264d1(0x88f,'\x30\x30\x5b\x66')](_0x522918)||isAttributiveTargetModifier(_0x522918))continue;return!![];}return![];}function isFinitePredicateBeforeParenthetical(_0x3999a3,_0x326b2d,_0x3a2695){const _0x33f351=_0x4925e0,_0x38951e=_0x3999a3[_0x326b2d]?.[_0x33f351(0x592,'\x6a\x5e\x33\x41')]??'';if(KNOWN_FINITE_PREDICATE_TERMS[_0x33f351(0x5e0,'\x75\x4b\x32\x42')](_0x38951e)||/n't$/u['\x74\x65\x73\x74'](_0x38951e))return!![];return _0x38951e[_0x33f351(0x543,'\x4d\x59\x69\x5b')]('\x65\x64')&&hasSubjectBeforeRegularPast(_0x3999a3,_0x326b2d,_0x3a2695);}function isParentheticalIfNotModifier(_0x4d25ef,_0x446417){const _0x380431=_0x4925e0;if(_0x4d25ef[_0x446417]?.[_0x380431(0x30a,'\x36\x4e\x6f\x4e')]!=='\x69\x66'||_0x4d25ef[_0x446417+(0x2300+0x1*-0x194f+-0x9b0)]?.[_0x380431(0x755,'\x70\x21\x57\x49')]!==_0x380431(0x357,'\x54\x5d\x24\x4b'))return![];const _0x581548=_0x4d25ef[_0x446417+(-0x1f97*0x1+-0x150+0x5*0x695)],_0x2a782a=_0x4d25ef[_0x446417+(0x11*0x47+-0x58d*0x3+0x17*0x85)],_0x8720a4=_0x581548?.['\x63\x6c\x61\x75\x73\x65']===_0x4d25ef[_0x446417]?.[_0x380431(0x57e,'\x73\x25\x78\x66')]&&(_0x2a782a===undefined||_0x2a782a[_0x380431(0x608,'\x35\x25\x37\x72')]!==_0x581548[_0x380431(0x18d,'\x4a\x25\x55\x5d')]||_0x2a782a[_0x380431(0x738,'\x68\x4e\x37\x78')+_0x380431(0x8d2,'\x75\x4b\x32\x42')]);if(!_0x8720a4)return![];if(/ly$/u[_0x380431(0x158,'\x55\x24\x47\x68')](_0x581548[_0x380431(0x1a5,'\x21\x56\x4c\x4c')]))return!![];if(!_0x4d25ef[_0x446417]?.[_0x380431(0x96a,'\x6b\x23\x44\x4e')+_0x380431(0x1f6,'\x30\x30\x5b\x66')]||!NON_ADVERBIAL_PARENTHETICAL_IF_NOT_TERMS[_0x380431(0x72d,'\x51\x66\x35\x74')](_0x581548[_0x380431(0x83d,'\x32\x72\x33\x34')]))return![];const _0x21e666=Math[_0x380431(0x31a,'\x42\x34\x77\x53')](-0x1d09+-0x1ecf+0x2fe*0x14,_0x446417-MAX_REQUIRED_SUBJECT_LOOKBACK);for(let _0x2b8dc1=_0x446417-(-0x468+-0x1fb8+0xc0b*0x3);_0x2b8dc1>=_0x21e666&&_0x4d25ef[_0x2b8dc1]?.[_0x380431(0x757,'\x54\x4d\x6f\x47')]===_0x581548['\x63\x6c\x61\x75\x73\x65'];_0x2b8dc1-=-0x11d+-0x1693+0x17b1){if(_0x380431(0x38e,'\x78\x62\x5e\x21')!==_0x380431(0x84e,'\x4a\x78\x36\x59')){const _0x57fdad=_0x4d25ef[_0x2b8dc1]?.[_0x380431(0x40f,'\x30\x76\x32\x4f')]??'';if(PREDICATE_COORDINATOR_TERMS[_0x380431(0x34e,'\x54\x5d\x24\x4b')](_0x57fdad)||PREDICATE_SCOPE_RESET_TERMS[_0x380431(0x873,'\x45\x76\x38\x71')](_0x57fdad))return![];if(isFinitePredicateBeforeParenthetical(_0x4d25ef,_0x2b8dc1,_0x21e666))return!![];}else{const _0x3b305b=_0x1b719a[_0x380431(0x1e1,'\x25\x71\x43\x21')](_0x2cb7a9=>{const _0x4bf5fd=_0x380431;return _0x3fa03f(_0x2cb7a9['\x74\x65\x78\x74'])[_0x4bf5fd(0x7b9,'\x70\x21\x57\x49')](_0x1a6ad1=>{const _0x407d56=_0x4bf5fd;if(_0x39b17a(_0x4a32d1(_0x598190(_0x1a6ad1[_0x407d56(0x811,'\x6a\x5e\x33\x41')])))!==_0xc68dda[_0x407d56(0x2ef,'\x21\x56\x4c\x4c')])return[];let _0x6cf228=_0x2cb7a9['\x74\x65\x78\x74\x53\x74\x61\x72'+'\x74']+_0x1a6ad1[_0x407d56(0x8c1,'\x4d\x66\x4f\x41')],_0x272fb8=_0x6cf228+_0x1a6ad1[_0x407d56(0x28d,'\x50\x40\x21\x41')][_0x407d56(0x20d,'\x68\x4e\x37\x78')];const _0x4bff48=_0x31c423['\x73\x6c\x69\x63\x65'](_0x2cb7a9['\x73\x74\x61\x72\x74'],_0x6cf228),_0x803a4d=_0x4bff48[_0x407d56(0x6ae,'\x4a\x25\x55\x5d')](/(?:,\s*|\s+)(?:and|but|however|although|though)\s*$/i);if(_0x803a4d)_0x6cf228-=_0x803a4d[0x575+-0x3*0x880+0x140b][_0x407d56(0x26a,'\x4a\x78\x36\x59')];else{if(/^\s*(?:[-*]\s+|\d+[.)]\s+|\[[ xX]\]\s*)$/['\x74\x65\x73\x74'](_0x4bff48))_0x6cf228=_0x2cb7a9[_0x407d56(0x6dd,'\x25\x64\x24\x23')];}const _0x5b5da3=_0x50e2bf[_0x407d56(0x4d3,'\x6c\x40\x4e\x40')](_0x272fb8,_0x2cb7a9[_0x407d56(0x78a,'\x30\x30\x5b\x66')]),_0x3508be=_0x5b5da3[_0x407d56(0x835,'\x78\x62\x5e\x21')](/^\s+but\s+also\s+/i)??_0x5b5da3['\x6d\x61\x74\x63\x68'](/^\s+(?:and|but|however|although|though)\s+/i);if(_0x3508be&&!_0x803a4d)_0x272fb8+=_0x3508be[0x14a8+0x2051*-0x1+0xba9]['\x6c\x65\x6e\x67\x74\x68'];return[{'\x73\x74\x61\x72\x74':_0x6cf228,'\x65\x6e\x64':_0x272fb8}];});});if(_0x3b305b[_0x380431(0x16a,'\x35\x25\x37\x72')]!==-0x1*0x5c6+-0x380*-0x7+-0x12b9)return[];const _0x848f8e=_0x3b305b[0x1f8b+-0x73e+-0x184d];if(!_0x848f8e)return[];const _0x58d326=_0x392a41[_0x380431(0x41c,'\x4a\x25\x55\x5d')](0x8*0x2ba+0x3e2*-0x6+0x17c,_0x848f8e['\x73\x74\x61\x72\x74'])+_0x436937[_0x380431(0x171,'\x6b\x23\x44\x4e')](_0x848f8e[_0x380431(0x591,'\x32\x72\x33\x34')]);if(_0x58d326===_0x2a1ee8)return[];return[{'\x6f\x72\x69\x67\x69\x6e\x61\x6c\x50\x72\x6f\x6d\x70\x74\x48\x61\x73\x68':_0xe10878,'\x61\x62\x6c\x61\x74\x65\x64\x50\x72\x6f\x6d\x70\x74\x48\x61\x73\x68':_0x9123e5(_0x58d326),'\x72\x65\x6d\x6f\x76\x65\x64\x43\x6f\x6e\x73\x74\x72\x61\x69\x6e\x74\x49\x64\x73':[_0x297b5b['\x69\x64']],..._0x5acab6[_0x380431(0x32b,'\x41\x4c\x5b\x2a')+_0x380431(0x86d,'\x78\x62\x5e\x21')+'\x72\x65\x76\x69\x65\x77']?{'\x72\x65\x64\x61\x63\x74\x65\x64\x50\x72\x65\x76\x69\x65\x77':_0x5f5888(_0x58d326)}:{}}];}}return![];}function isParentheticalIfAnythingModifier(_0x2452f3,_0x598dd3){const _0x2afd93=_0x4925e0,_0x4f9e3b=_0x2452f3[_0x598dd3],_0x868fc9=_0x2452f3[_0x598dd3+(0x7*-0x43a+0x1*0x268d+-0x8f6)],_0x3b3120=_0x2452f3[_0x598dd3+(0x3c1*-0x6+0x1012*0x2+-0xcd*0xc)];if(_0x4f9e3b?.[_0x2afd93(0x39b,'\x4d\x66\x4f\x41')]!=='\x69\x66'||_0x868fc9?.[_0x2afd93(0x4a9,'\x71\x6d\x78\x6d')]!==_0x2afd93(0x7e9,'\x5d\x6b\x6e\x5d')||_0x868fc9[_0x2afd93(0x5b4,'\x41\x4c\x5b\x2a')]!==_0x4f9e3b[_0x2afd93(0x228,'\x42\x34\x77\x53')])return![];const _0x135e57=_0x3b3120!==undefined&&_0x3b3120[_0x2afd93(0x639,'\x45\x76\x38\x71')]===_0x868fc9[_0x2afd93(0x37f,'\x2a\x32\x6e\x49')]&&COMMA_DELIMITED_PREPOSITION_TERMS[_0x2afd93(0x5a4,'\x4a\x78\x36\x59')](_0x3b3120[_0x2afd93(0x81f,'\x59\x73\x61\x39')]),_0x473296=_0x3b3120!==undefined&&_0x3b3120[_0x2afd93(0x6ad,'\x34\x34\x6f\x72')]===_0x868fc9[_0x2afd93(0x1e8,'\x25\x64\x24\x23')]&&TARGET_SCOPE_RESET_TERMS_LOCAL[_0x2afd93(0x54b,'\x38\x63\x21\x6a')](_0x3b3120[_0x2afd93(0x6c7,'\x5d\x6b\x6e\x5d')]),_0x572185=_0x3b3120===undefined||_0x3b3120[_0x2afd93(0x639,'\x45\x76\x38\x71')]!==_0x868fc9[_0x2afd93(0x31b,'\x25\x5b\x5d\x6e')]||_0x3b3120[_0x2afd93(0x58f,'\x30\x76\x32\x4f')+'\x6f\x72\x65']||_0x135e57||_0x473296;return _0x572185&&(_0x598dd3===0xa6a+0x116*0x22+-0x2f56||_0x4f9e3b['\x63\x6f\x6d\x6d\x61\x42\x65\x66'+'\x6f\x72\x65']||_0x3b3120===undefined||_0x135e57||_0x473296);}function isMentionedConditionalMarker(_0x487fce,_0x1ec9dc){const _0x5e13b3=_0x4925e0,_0x35b7ff=_0x487fce[_0x1ec9dc],_0x5068a3=_0x487fce[_0x1ec9dc-(-0x3*0xc0b+0x2ba*0x4+0x193a)];return _0x35b7ff!==undefined&&_0x5068a3?.[_0x5e13b3(0x2a0,'\x4a\x6a\x79\x67')]===_0x35b7ff['\x63\x6c\x61\x75\x73\x65']&&CONDITIONAL_MARKER_MENTION_HEAD_TERMS[_0x5e13b3(0x76e,'\x25\x64\x24\x23')](_0x5068a3[_0x5e13b3(0x8cc,'\x40\x5b\x7a\x34')]);}function embeddedIfGovernorIndex(_0x1df59a,_0x4dd65a){const _0x20c6fc=_0x4925e0,_0x10181c=_0x1df59a[_0x4dd65a];if(_0x10181c?.[_0x20c6fc(0x8f6,'\x55\x24\x47\x68')]!=='\x69\x66'||_0x10181c['\x63\x6f\x6d\x6d\x61\x42\x65\x66'+_0x20c6fc(0x1c1,'\x25\x64\x24\x23')])return undefined;for(let _0x34b425=_0x4dd65a-(0x1*-0x1362+0xfa8+0x3bb);_0x34b425>=0x1665+-0x13b3+-0x2b2;_0x34b425-=-0x2*0x1022+0x1959+0x4*0x1bb){const _0x427777=_0x1df59a[_0x34b425];if(!_0x427777||_0x427777[_0x20c6fc(0x466,'\x6c\x40\x4e\x40')]!==_0x10181c['\x63\x6c\x61\x75\x73\x65'])return undefined;const _0x214a44=_0x427777[_0x20c6fc(0x8de,'\x2a\x32\x6e\x49')];if(EMBEDDED_IF_GOVERNOR_TERMS[_0x20c6fc(0x5a4,'\x4a\x78\x36\x59')](_0x214a44))return _0x34b425;if(PREDICATE_COORDINATOR_TERMS[_0x20c6fc(0x6b8,'\x5d\x4e\x40\x5d')](_0x214a44)||CONDITIONAL_MARKER_TERMS[_0x20c6fc(0x42c,'\x78\x62\x5e\x21')](_0x214a44)||AFFIRMATIVE_ACTION_FORMS[_0x20c6fc(0x76c,'\x6e\x38\x46\x4f')](_0x214a44)||isFinitePredicateTerm(_0x214a44))return undefined;if(_0x1df59a[_0x34b425+(-0x3d4+-0x452+-0x1*-0x827)]?.[_0x20c6fc(0x520,'\x71\x6d\x78\x6d')+_0x20c6fc(0x380,'\x78\x62\x5e\x21')])return undefined;}return undefined;}function isEmbeddedIfComplement(_0x4526a4,_0x501bdf){return embeddedIfGovernorIndex(_0x4526a4,_0x501bdf)!==undefined;}function isFactualProvidedPredicate(_0x33d295,_0x359ace){const _0x30730f=_0x4925e0,_0x5ae193=_0x33d295[_0x359ace];if(_0x5ae193?.[_0x30730f(0x2fd,'\x38\x63\x21\x6a')]!==_0x30730f(0x6b9,'\x23\x51\x25\x30')||_0x5ae193[_0x30730f(0x711,'\x41\x4c\x5b\x2a')+_0x30730f(0x4ad,'\x40\x5b\x7a\x34')])return![];let _0x180704=_0x359ace;for(let _0x599de9=_0x359ace-(0x4*0x93a+0x790+0x1*-0x2c77);_0x599de9>=0x1*0x1e86+-0x1*-0xbd7+-0x1*0x2a5d;_0x599de9-=-0x1c44+0x2252+0x60d*-0x1){if(_0x30730f(0x14c,'\x79\x53\x55\x43')===_0x30730f(0x69a,'\x41\x4c\x5b\x2a')){const _0x44ad0e=_0x33d295[_0x599de9];if(!_0x44ad0e||_0x44ad0e[_0x30730f(0x191,'\x21\x56\x4c\x4c')]!==_0x5ae193[_0x30730f(0x330,'\x68\x4e\x37\x78')])break;if(_0x33d295[_0x599de9+(-0x1733+0x2406+-0xcd2)]?.[_0x30730f(0x82a,'\x4a\x78\x36\x59')+_0x30730f(0x46d,'\x4a\x78\x36\x59')]||PREDICATE_COORDINATOR_TERMS[_0x30730f(0x76e,'\x25\x64\x24\x23')](_0x44ad0e[_0x30730f(0x6f3,'\x25\x5b\x5d\x6e')]))break;_0x180704=_0x599de9;}else{const _0xfbf021=_0x24e8f0(_0xf7d6ff);for(let _0x2567db=-0x14cd*-0x1+0x218d+0x1*-0x3659;_0x2567db<_0xfbf021[_0x30730f(0x242,'\x36\x34\x30\x2a')][_0x30730f(0x645,'\x73\x69\x7a\x6a')];_0x2567db+=-0x1420+0x4*-0x7e6+0x33b9){const _0x50abff=_0xfbf021[_0x30730f(0x256,'\x55\x24\x47\x68')][_0x2567db]?.[_0x30730f(0x6f3,'\x25\x5b\x5d\x6e')]??'',_0x5be207=[_0x30730f(0x5c2,'\x41\x26\x59\x4b'),_0x30730f(0x82b,'\x57\x52\x43\x4b'),_0x30730f(0x52d,'\x79\x53\x55\x43'),_0x30730f(0x7ba,'\x42\x34\x77\x53')][_0x30730f(0x61c,'\x41\x4c\x5b\x2a')](_0x50abff)||_0x50abff[_0x30730f(0x334,'\x45\x76\x38\x71')]('\x65\x64')||_0x4bb6eb[_0x30730f(0x8ac,'\x68\x4e\x37\x78')](_0x50abff);if(_0x5be207&&_0x5bea1e(_0xfbf021,-0x16d4*0x1+-0x845+0x1a3*0x13,_0x2567db)===_0x30730f(0x38c,'\x6a\x5e\x33\x41'))return!![];}return![];}}if(_0x180704===_0x359ace)return![];for(let _0x1be294=_0x180704;_0x1be294<_0x359ace;_0x1be294+=0x1*0xbde+-0x195a+0x47f*0x3){const _0x16dd5a=_0x33d295[_0x1be294]?.[_0x30730f(0x509,'\x54\x5d\x24\x4b')]??'';if(AFFIRMATIVE_ACTION_FORMS[_0x30730f(0x8b4,'\x79\x53\x55\x43')](_0x16dd5a)||isFinitePredicateTerm(_0x16dd5a)||KNOWN_EVIDENCE_ACTION_TERMS[_0x30730f(0x6b8,'\x5d\x4e\x40\x5d')](_0x16dd5a))return![];}return hasSubjectBeforeRegularPast(_0x33d295,_0x359ace,_0x180704);}function isConditionalMarkerUse(_0x47c552,_0x11913f){const _0x672ebc=_0x4925e0,_0x1a81fd=_0x47c552[_0x11913f]?.['\x76\x61\x6c\x75\x65']??'';if(!CONDITIONAL_MARKER_TERMS[_0x672ebc(0x34e,'\x54\x5d\x24\x4b')](_0x1a81fd)||isAdjectivalProvided(_0x47c552,_0x11913f)||isFactualProvidedPredicate(_0x47c552,_0x11913f)||isParentheticalIfNotModifier(_0x47c552,_0x11913f)||isParentheticalIfAnythingModifier(_0x47c552,_0x11913f)||isMentionedConditionalMarker(_0x47c552,_0x11913f)||isEmbeddedIfComplement(_0x47c552,_0x11913f))return![];if(!TEMPORAL_CONDITIONAL_MARKER_TERMS[_0x672ebc(0x578,'\x59\x73\x61\x39')](_0x1a81fd))return!![];if(isFactualTemporalMarkerUse(_0x47c552,_0x11913f))return![];const _0x4c48f3=_0x47c552[_0x11913f]?.[_0x672ebc(0x67d,'\x5e\x42\x72\x54')];let _0x13e19e=_0x11913f;while(_0x13e19e>0xd70+0x2f9*0x5+0x15*-0x159&&_0x47c552[_0x13e19e-(0x2642+-0xd6b*0x1+-0x18d6*0x1)]?.['\x63\x6c\x61\x75\x73\x65']===_0x4c48f3)_0x13e19e-=-0x29d*0x3+-0x2451*-0x1+-0x1c79*0x1;if(_0x1a81fd===_0x672ebc(0x90c,'\x5d\x4e\x40\x5d')){if(_0x672ebc(0x2bc,'\x71\x6d\x78\x6d')===_0x672ebc(0x3ab,'\x23\x51\x25\x30'))_0x40b7e5[_0x672ebc(0x2ee,'\x25\x5b\x5d\x6e')](_0x339dd6),_0x555bc2[_0x672ebc(0x792,'\x36\x34\x30\x2a')](_0x487f17);else{let _0x2622cf=_0x13e19e;for(let _0x204d82=_0x11913f-(0x67*0x4+0x1*0x12cd+-0x1468);_0x204d82>=_0x13e19e;_0x204d82-=-0x2169+0xdc6*0x1+0x13a4){if(PREDICATE_COORDINATOR_TERMS[_0x672ebc(0x668,'\x36\x34\x30\x2a')](_0x47c552[_0x204d82]?.[_0x672ebc(0x153,'\x79\x53\x55\x43')]??'')){_0x2622cf=_0x204d82+(-0xe*-0xbf+0x2257+-0x2cc8);break;}}let _0x28410d=_0x11913f+(0x77*0x41+0x1ecd+-0x3d03);while(_0x47c552[_0x28410d]?.[_0x672ebc(0x1e8,'\x25\x64\x24\x23')]===_0x4c48f3&&/ly$/u[_0x672ebc(0x3c6,'\x6e\x38\x46\x4f')](_0x47c552[_0x28410d]?.[_0x672ebc(0x2fd,'\x38\x63\x21\x6a')]??''))_0x28410d+=-0x23*-0x73+0x1d*0x156+-0x3676;const _0x4e4732=_0x47c552[_0x28410d],_0x2d3095=_0x4e4732?.[_0x672ebc(0x7ec,'\x34\x34\x6f\x72')]??'',_0x463f67=_0x4e4732!==undefined&&_0x4e4732[_0x672ebc(0x1db,'\x38\x63\x21\x6a')]===_0x4c48f3&&!_0x4e4732['\x63\x6f\x6d\x6d\x61\x42\x65\x66'+_0x672ebc(0x2a8,'\x71\x6d\x78\x6d')]&&(isFinitePredicateTerm(_0x2d3095)||INDEPENDENT_AFFIRMATIVE_AUXILIARIES[_0x672ebc(0x82d,'\x73\x25\x78\x66')](_0x2d3095)||KNOWN_EVIDENCE_ACTION_TERMS[_0x672ebc(0x75a,'\x40\x5b\x7a\x34')](_0x2d3095));if(_0x463f67&&hasSubjectBeforeRegularPast(_0x47c552,_0x11913f,_0x2622cf))return![];}}return conditionalScopeStart(_0x47c552,_0x13e19e,_0x11913f)===_0x11913f;}function isFactualTemporalMarkerUse(_0x5e1e20,_0x3ca825){const _0x3a5038=_0x4925e0,_0x3efc21=_0x5e1e20[_0x3ca825]?.[_0x3a5038(0x87d,'\x73\x69\x7a\x6a')]??'',_0x5dc62b=_0x5e1e20[_0x3ca825-(0xbc3+-0x19e4+0xe22)]?.[_0x3a5038(0x27b,'\x4d\x59\x69\x5b')]??'',_0x5083da=_0x5e1e20[_0x3ca825+(0x3*-0x46f+0x5*0x462+-0x1d*0x4c)]?.['\x76\x61\x6c\x75\x65']??'';return _0x3efc21==='\x6f\x6e\x63\x65'&&isFactualOnceUse(_0x5e1e20,_0x3ca825)||_0x3efc21===_0x3a5038(0x363,'\x62\x64\x63\x6a')&&(['\x61',_0x3a5038(0x935,'\x6e\x38\x46\x4f'),_0x3a5038(0x513,'\x5d\x4e\x40\x5d'),_0x3a5038(0x5f3,'\x71\x6d\x78\x6d')]['\x69\x6e\x63\x6c\x75\x64\x65\x73'](_0x5dc62b)||_0x5083da==='\x6c\x61\x74\x65\x72');}function isFactualOnceUse(_0x509acf,_0x138638){const _0x35ac17=_0x4925e0;if(_0x509acf[_0x138638]?.[_0x35ac17(0x255,'\x68\x4e\x37\x78')]!==_0x35ac17(0x398,'\x71\x6d\x78\x6d'))return![];const _0x1be2fe=_0x509acf[_0x138638-(-0x9*0x3a6+-0x61b+0x26f2)]?.[_0x35ac17(0x675,'\x4a\x78\x36\x59')]??'',_0x58a258=_0x509acf[_0x138638+(-0x8e3+-0x1d18+-0xb*-0x374)]?.['\x76\x61\x6c\x75\x65']??'';return _0x509acf[_0x138638]?.[_0x35ac17(0x7b6,'\x59\x73\x61\x39')]===!![]||['\x61\x74',_0x35ac17(0x64a,'\x70\x21\x57\x49'),_0x35ac17(0x4c2,'\x54\x5d\x24\x4b')][_0x35ac17(0x3bf,'\x6b\x23\x44\x4e')](_0x1be2fe)||['\x61\x67\x61\x69\x6e',_0x35ac17(0x40e,'\x4d\x59\x69\x5b'),_0x35ac17(0x5b1,'\x54\x4d\x6f\x47')][_0x35ac17(0x54c,'\x30\x30\x5b\x66')](_0x58a258);}function hasMatrixSubjectBeforeTemporalAdjunct(_0x2f6592,_0x181b86){const _0x350108=_0x4925e0,_0x37b6ae=_0x2f6592['\x73\x6c\x69\x63\x65'](Math['\x6d\x61\x78'](0x7f5+0x6*0x3b1+-0x1e1b,_0x181b86-(0x1*-0x226d+0xd28*0x2+0x91d)),_0x181b86)[_0x350108(0x3e6,'\x5d\x6b\x6e\x5d')](/[.!?;\r\n]/u)[_0x350108(0x2b2,'\x5d\x6b\x6e\x5d')]()??'',_0x298c67=_0x37b6ae[_0x350108(0x4d3,'\x6c\x40\x4e\x40')](_0x37b6ae[_0x350108(0x6b4,'\x4a\x6a\x79\x67')+_0x350108(0x446,'\x5d\x6b\x6e\x5d')]('\x2c')+(-0x50e*0x1+-0x1d68+0x2277)),_0x353879=normalize(_0x298c67)[_0x350108(0x7e3,'\x4a\x78\x36\x59')]('\x20')[_0x350108(0x35f,'\x2a\x32\x6e\x49')](Boolean);if(_0x353879[_0x350108(0x25d,'\x78\x62\x5e\x21')]===-0x3*-0x65b+-0x3*0x7b5+0x40e)return![];if(_0x353879[_0x350108(0x351,'\x4e\x72\x30\x56')](_0x51214b=>SUBJECT_PRONOUN_TERMS[_0x350108(0x668,'\x36\x34\x30\x2a')](_0x51214b)))return!![];if(_0x353879[_0x350108(0x416,'\x25\x71\x43\x21')]((_0x431aa5,_0x1e198a)=>SUBJECT_ARTICLE_TERMS[_0x350108(0x19c,'\x54\x4d\x6f\x47')](_0x431aa5)&&_0x1e198a+(0x1*0x107f+-0x6b9*-0x3+-0x755*0x5)<_0x353879[_0x350108(0x3a3,'\x50\x40\x21\x41')]))return!![];if(_0x353879[_0x350108(0x970,'\x79\x53\x55\x43')]((_0x200d5c,_0x138534)=>NEGATIVE_EVIDENCE_DETERMINERS[_0x350108(0x42c,'\x78\x62\x5e\x21')](_0x200d5c)&&_0x138534+(-0x1*0xe0c+-0x2081+0x2e8e*0x1)<_0x353879[_0x350108(0x85f,'\x4d\x66\x4f\x41')]))return!![];const _0x26ee3f=_0x353879[0x1d6a+0x1567+-0x32d1*0x1]??'';return!LEADING_CLAUSE_MODIFIER_TERMS['\x68\x61\x73'](_0x26ee3f)&&!COMMA_DELIMITED_PREPOSITION_TERMS[_0x350108(0x72b,'\x36\x4e\x6f\x4e')](_0x26ee3f)&&!NON_SUBJECT_PREFIX_TERMS[_0x350108(0x805,'\x70\x21\x57\x49')](_0x26ee3f)&&!/ly$/u[_0x350108(0x806,'\x50\x40\x21\x41')](_0x26ee3f);}function stripFactualTemporalParentheticals(_0x530524){const _0x1217d3=_0x4925e0;return _0x530524[_0x1217d3(0x88c,'\x73\x69\x7a\x6a')](COMMA_DELIMITED_TEMPORAL_RE,(_0x31d3b5,_0x56db20,_0x38ffa6)=>{const _0x32fad2=_0x1217d3;if(!hasMatrixSubjectBeforeTemporalAdjunct(_0x38ffa6,_0x56db20))return _0x31d3b5;const _0x181f1b=_0x56db20+_0x31d3b5[_0x32fad2(0x53c,'\x7a\x33\x4e\x69')],_0x1526ce=_0x38ffa6['\x73\x6c\x69\x63\x65'](_0x181f1b,_0x181f1b+(-0x2619+-0x150e+0x3c27))[_0x32fad2(0x55a,'\x25\x5b\x5d\x6e')](/[.!?;\r\n]/u,0x4ca*0x2+0x667*-0x1+-0x74*0x7)[-0x1*0x19f+-0xfe*-0x1+0xa1]??'',_0x278545=normalize(_0x1526ce)[_0x32fad2(0x3bc,'\x25\x71\x43\x21')]('\x20')[_0x32fad2(0x4ea,'\x36\x4e\x6f\x4e')](Boolean),_0xe676=_0x278545[_0x32fad2(0x646,'\x5d\x4e\x40\x5d')](0xb2f+0xdfb+-0x192a,-0x1cba+0x11c1+0x1d*0x61)[_0x32fad2(0x5aa,'\x62\x64\x63\x6a')](_0x340905=>MODAL_AUXILIARY_TERMS[_0x32fad2(0x42c,'\x78\x62\x5e\x21')](_0x340905)||SEMI_MODAL_AUXILIARY_TERMS[_0x32fad2(0x578,'\x59\x73\x61\x39')](_0x340905));return _0xe676?_0x31d3b5:'\x20';});}function _0x12d2(){const _0x487bfd=['\x76\x38\x6f\x2b\x6a\x33\x47\x69','\x7a\x43\x6f\x53\x61\x67\x30\x42\x57\x35\x57','\x57\x34\x58\x65\x57\x51\x6a\x35\x57\x52\x53','\x44\x33\x37\x63\x4d\x75\x70\x63\x48\x38\x6b\x4e\x46\x57','\x57\x37\x65\x79\x57\x35\x70\x63\x49\x73\x34\x38\x70\x61','\x57\x35\x57\x47\x75\x47','\x78\x6d\x6f\x55\x6a\x61','\x57\x36\x65\x72\x57\x34\x64\x63\x4e\x59\x4f\x5a\x6b\x6d\x6f\x6f','\x57\x37\x74\x63\x4a\x71\x37\x63\x55\x48\x30','\x57\x52\x58\x37\x57\x37\x4e\x63\x53\x53\x6b\x61\x57\x51\x4f','\x43\x4d\x4e\x63\x4e\x30\x46\x63\x4e\x38\x6b\x58\x44\x61\x6d','\x57\x36\x70\x63\x50\x68\x65\x73\x78\x61','\x70\x38\x6b\x59\x66\x47\x64\x63\x47\x57\x30','\x57\x36\x70\x63\x47\x61\x79','\x57\x37\x42\x63\x55\x49\x61\x47\x57\x52\x65\x69','\x43\x53\x6f\x49\x62\x73\x38\x62','\x57\x37\x74\x63\x48\x59\x79\x6d\x57\x50\x4f','\x57\x50\x43\x64\x57\x35\x48\x76\x57\x37\x47','\x77\x38\x6b\x4b\x57\x52\x70\x64\x48\x61','\x43\x33\x75\x4b\x57\x51\x2f\x63\x4e\x71','\x57\x37\x68\x63\x48\x57\x56\x63\x55\x48\x4a\x63\x49\x47\x69','\x57\x34\x4f\x54\x76\x4a\x37\x64\x51\x75\x4b\x65\x41\x57','\x57\x51\x68\x63\x54\x63\x50\x66','\x57\x52\x35\x53\x57\x37\x47','\x57\x52\x33\x64\x4c\x38\x6b\x78','\x6b\x53\x6b\x48\x6b\x32\x74\x63\x4d\x74\x68\x63\x52\x6d\x6b\x76','\x43\x63\x54\x41\x57\x35\x46\x64\x48\x6d\x6b\x74\x61\x43\x6f\x76','\x57\x51\x66\x32\x57\x4f\x72\x64\x78\x53\x6b\x48\x43\x63\x56\x64\x47\x47\x33\x63\x4b\x59\x69','\x44\x33\x75\x4f\x57\x51\x78\x63\x49\x71','\x57\x51\x37\x63\x4e\x38\x6b\x53\x57\x50\x6d','\x57\x51\x58\x51\x57\x52\x4b','\x57\x36\x38\x57\x57\x35\x34\x67\x63\x47','\x57\x52\x65\x56\x66\x33\x52\x63\x48\x47','\x57\x52\x71\x37\x74\x47','\x57\x37\x33\x63\x4c\x49\x52\x64\x50\x5a\x47','\x57\x34\x4a\x63\x4b\x71\x72\x30\x57\x50\x78\x64\x49\x53\x6b\x4a\x73\x61','\x57\x52\x37\x64\x54\x38\x6f\x62\x57\x4f\x58\x39','\x6a\x38\x6b\x51\x6c\x4d\x78\x63\x56\x71','\x57\x36\x61\x68\x6b\x61','\x57\x51\x38\x42\x6a\x4d\x2f\x63\x47\x59\x6a\x63','\x7a\x77\x69\x53\x57\x51\x6c\x63\x4e\x57','\x73\x6d\x6f\x79\x6a\x30\x47\x6d\x63\x49\x39\x54','\x57\x36\x30\x76\x45\x74\x4c\x44','\x6f\x6d\x6b\x59\x63\x62\x46\x63\x4a\x48\x53','\x45\x43\x6f\x4d\x61\x75\x43','\x57\x51\x6a\x32\x57\x37\x47','\x6a\x53\x6b\x30\x67\x47\x33\x63\x4d\x72\x64\x63\x53\x43\x6b\x65','\x57\x51\x38\x30\x73\x75\x42\x64\x49\x71\x66\x4c\x75\x57','\x73\x53\x6f\x64\x6a\x4c\x4b','\x7a\x4e\x70\x63\x4d\x30\x37\x63\x4e\x47','\x57\x52\x31\x4f\x57\x51\x53\x69\x64\x43\x6b\x6e\x77\x47','\x57\x50\x47\x4c\x57\x36\x42\x63\x48\x47','\x44\x33\x74\x63\x4a\x30\x78\x63\x4d\x53\x6b\x47','\x6d\x58\x68\x63\x4c\x63\x50\x59\x57\x36\x47','\x57\x34\x35\x34\x67\x43\x6f\x62\x64\x65\x57','\x7a\x30\x4a\x63\x4b\x75\x56\x63\x47\x53\x6b\x4b\x46\x58\x6d','\x57\x50\x64\x64\x4a\x43\x6b\x4a\x57\x51\x44\x58','\x69\x72\x56\x63\x49\x64\x48\x59','\x57\x34\x79\x45\x46\x57\x46\x64\x4c\x47','\x57\x35\x57\x47\x76\x4a\x47','\x57\x37\x78\x63\x53\x64\x30\x57\x57\x52\x65\x45','\x79\x77\x69\x49\x57\x51\x42\x63\x49\x65\x42\x63\x4c\x67\x71','\x57\x4f\x52\x64\x49\x53\x6b\x71\x57\x52\x43','\x6d\x4b\x7a\x48\x57\x51\x52\x64\x53\x6d\x6f\x71','\x77\x71\x37\x64\x48\x43\x6b\x37\x57\x37\x42\x63\x4f\x53\x6f\x55\x57\x34\x57','\x57\x34\x79\x4e\x77\x73\x4b','\x57\x36\x69\x4d\x57\x35\x52\x63\x54\x73\x30','\x46\x33\x75\x51\x57\x51\x64\x63\x4a\x4b\x42\x63\x47\x5a\x4f','\x57\x36\x64\x63\x4a\x48\x52\x63\x4f\x57\x52\x63\x4a\x61','\x57\x52\x74\x64\x53\x32\x74\x63\x51\x4d\x42\x63\x53\x57','\x77\x6d\x6f\x54\x6d\x53\x6b\x4a','\x57\x52\x6a\x58\x57\x37\x64\x63\x54\x53\x6b\x75\x57\x4f\x78\x63\x56\x59\x69','\x57\x37\x4b\x42\x57\x35\x5a\x63\x4d\x61','\x6c\x53\x6b\x39\x6b\x47','\x57\x37\x79\x71\x57\x35\x79','\x57\x34\x4f\x50\x72\x73\x4b','\x75\x6d\x6b\x4a\x57\x52\x46\x64\x48\x68\x6a\x32','\x69\x4a\x4e\x64\x54\x63\x65\x79\x57\x37\x53','\x74\x53\x6f\x70\x6f\x4c\x57\x4b\x63\x64\x35\x53','\x79\x4e\x47\x49\x57\x52\x74\x63\x4c\x4b\x46\x63\x49\x74\x61','\x57\x51\x72\x57\x57\x37\x42\x63\x54\x43\x6b\x41\x57\x52\x64\x63\x54\x61','\x6a\x6d\x6b\x53\x57\x34\x47\x34\x57\x37\x30','\x57\x35\x4e\x63\x4c\x47\x35\x35\x57\x50\x46\x64\x4b\x6d\x6b\x2b\x43\x61','\x57\x36\x64\x63\x55\x59\x4f','\x57\x51\x74\x63\x4d\x38\x6b\x55','\x7a\x43\x6f\x4d\x65\x33\x57\x39\x57\x34\x37\x64\x54\x49\x79','\x57\x36\x6c\x63\x4e\x74\x5a\x64\x4f\x61\x4b\x61\x61\x53\x6b\x47','\x57\x34\x52\x64\x54\x43\x6b\x4a\x57\x52\x4a\x63\x4a\x48\x30\x56\x46\x61','\x57\x52\x50\x6c\x57\x4f\x34\x6e\x61\x71','\x57\x51\x4a\x63\x49\x6d\x6b\x52\x57\x4f\x74\x64\x4f\x5a\x47','\x75\x43\x6b\x4b\x57\x52\x71','\x57\x35\x6a\x48\x57\x50\x54\x52','\x57\x37\x4b\x4b\x57\x34\x75\x78\x68\x71','\x6f\x6d\x6b\x4d\x6f\x33\x38','\x57\x36\x64\x63\x4a\x72\x78\x63\x53\x48\x64\x63\x4e\x71\x37\x64\x55\x57','\x57\x51\x76\x55\x73\x68\x69\x36\x57\x52\x74\x63\x53\x71','\x6f\x68\x71\x68\x62\x57','\x75\x43\x6b\x4b\x57\x52\x74\x64\x4b\x4c\x7a\x52\x57\x50\x31\x41','\x57\x52\x62\x45\x57\x35\x79','\x75\x72\x78\x64\x47\x53\x6b\x39\x57\x34\x64\x63\x51\x43\x6f\x59','\x57\x36\x37\x63\x4f\x63\x4b\x53\x57\x51\x61','\x6a\x48\x42\x63\x4e\x5a\x53','\x41\x6d\x6f\x54\x68\x71','\x57\x37\x4b\x4d\x57\x35\x75','\x45\x43\x6f\x4d\x61\x75\x46\x64\x50\x38\x6f\x61\x57\x37\x4a\x64\x53\x61','\x6b\x43\x6b\x4a\x6c\x4d\x70\x63\x47\x5a\x4e\x63\x51\x61','\x57\x37\x78\x63\x49\x59\x78\x64\x51\x59\x34\x6a','\x6e\x74\x52\x64\x51\x5a\x65\x74','\x77\x57\x4e\x64\x4b\x57','\x71\x6d\x6f\x52\x6a\x61','\x57\x51\x76\x55\x73\x68\x69','\x69\x6d\x6b\x36\x6f\x32\x46\x63\x55\x59\x57','\x57\x51\x54\x50\x57\x51\x30\x6c\x61\x38\x6b\x34\x75\x43\x6f\x71','\x57\x34\x68\x63\x48\x58\x33\x63\x55\x71\x56\x63\x4a\x61','\x57\x52\x2f\x64\x55\x53\x6f\x79\x57\x4f\x7a\x4f\x43\x53\x6b\x6a','\x57\x4f\x52\x64\x47\x6d\x6b\x6d\x57\x37\x76\x31','\x57\x37\x42\x64\x51\x66\x37\x63\x4b\x38\x6f\x34','\x6e\x4b\x7a\x39','\x57\x35\x4e\x63\x4a\x61\x62\x2f','\x57\x52\x52\x64\x55\x6d\x6b\x62\x57\x37\x65\x41','\x79\x32\x6d\x49\x57\x51\x38','\x57\x35\x39\x35\x57\x4f\x48\x59','\x57\x52\x44\x47\x65\x61','\x57\x36\x74\x63\x4d\x59\x7a\x57\x57\x52\x61','\x57\x35\x4e\x63\x4a\x57\x72\x35\x57\x50\x43','\x6c\x4c\x7a\x38\x57\x51\x75','\x6b\x31\x47\x58\x6c\x43\x6f\x72','\x57\x51\x6d\x6b\x6d\x71','\x57\x52\x72\x6a\x57\x34\x6d','\x6c\x78\x38\x70','\x57\x35\x5a\x63\x47\x47\x66\x56\x57\x50\x43','\x57\x34\x38\x44\x46\x58\x38','\x6a\x5a\x37\x64\x50\x63\x30\x73\x57\x36\x52\x64\x51\x47','\x78\x38\x6f\x79\x6c\x76\x53\x69\x63\x59\x72\x39','\x57\x34\x34\x48\x77\x5a\x4a\x64\x51\x75\x4b','\x57\x4f\x42\x64\x4f\x61\x30\x58','\x57\x51\x46\x64\x4e\x43\x6b\x42\x57\x51\x48\x70','\x71\x48\x37\x64\x48\x6d\x6b\x54\x57\x36\x64\x63\x4f\x53\x6f\x4c\x57\x35\x30','\x6e\x5a\x37\x64\x56\x5a\x61','\x57\x51\x76\x4e\x57\x52\x71\x66\x63\x47','\x6f\x48\x5a\x63\x4b\x63\x50\x51\x57\x37\x4b\x54','\x57\x34\x47\x74\x45\x48\x31\x37\x57\x51\x53','\x79\x49\x58\x43\x57\x34\x33\x64\x49\x43\x6b\x45\x63\x47','\x57\x36\x33\x63\x55\x49\x30\x4c\x57\x52\x47\x50\x57\x4f\x75\x68','\x79\x43\x6f\x4d\x67\x77\x34\x71\x57\x34\x5a\x64\x53\x71','\x75\x43\x6b\x4b\x57\x51\x74\x64\x4f\x4d\x35\x56\x57\x4f\x72\x74','\x70\x38\x6b\x51\x70\x78\x68\x63\x51\x5a\x56\x63\x52\x61','\x57\x36\x57\x4e\x57\x34\x4b\x67','\x57\x35\x56\x64\x54\x43\x6b\x47\x57\x51\x70\x63\x4e\x71\x4f','\x76\x43\x6b\x55\x57\x52\x71','\x57\x50\x7a\x56\x57\x35\x78\x63\x4c\x6d\x6b\x47','\x79\x4a\x54\x62\x57\x35\x33\x64\x48\x43\x6b\x7a\x67\x57','\x57\x34\x4a\x64\x4f\x53\x6b\x48\x57\x52\x64\x63\x49\x48\x30\x34\x74\x61','\x69\x68\x34\x66\x62\x6d\x6f\x67\x57\x4f\x65','\x57\x37\x70\x63\x53\x4d\x6d\x31\x75\x63\x4e\x64\x4c\x71','\x57\x50\x2f\x64\x4d\x53\x6b\x6c\x57\x52\x35\x4c\x57\x36\x43','\x57\x34\x58\x4b\x57\x50\x39\x5a\x57\x52\x64\x63\x4d\x57\x65\x64','\x57\x50\x5a\x64\x4a\x43\x6b\x6f\x57\x52\x6e\x31\x57\x37\x65\x47\x57\x37\x79','\x70\x30\x62\x53\x57\x51\x4a\x64\x54\x38\x6f\x6c','\x57\x52\x58\x4a\x57\x52\x47\x73\x6d\x43\x6b\x6f\x76\x43\x6f\x65','\x57\x52\x54\x51\x57\x51\x4b\x66\x62\x57','\x57\x37\x65\x53\x57\x35\x69\x45\x67\x53\x6f\x39\x78\x74\x34','\x57\x4f\x52\x64\x48\x53\x6b\x77\x57\x52\x4f','\x7a\x38\x6f\x49\x62\x33\x30\x71','\x57\x52\x6a\x59\x57\x37\x5a\x63\x52\x53\x6b\x67\x57\x51\x69','\x57\x4f\x6d\x54\x57\x37\x37\x63\x4a\x59\x57','\x57\x52\x50\x52\x57\x52\x6d','\x6e\x67\x72\x4b\x57\x4f\x78\x64\x51\x47','\x57\x35\x38\x6f\x45\x61\x54\x38\x57\x51\x53','\x69\x78\x4f\x61','\x57\x51\x74\x64\x56\x43\x6f\x53\x42\x5a\x75','\x57\x51\x54\x30\x57\x51\x4b\x76\x62\x38\x6b\x6a','\x76\x38\x6f\x35\x6d\x53\x6b\x2b\x62\x53\x6b\x74\x57\x34\x48\x55','\x57\x36\x46\x63\x4a\x73\x5a\x64\x51\x63\x75\x6e\x65\x53\x6b\x6c','\x57\x37\x30\x44\x6d\x4b\x57','\x57\x37\x4c\x74\x57\x34\x79','\x75\x43\x6f\x43\x6c\x71','\x6a\x78\x75\x6d','\x57\x35\x7a\x34\x64\x38\x6f\x73','\x6f\x43\x6b\x34\x64\x71\x4e\x63\x4a\x62\x33\x64\x53\x57','\x42\x71\x74\x63\x53\x4c\x6c\x63\x49\x43\x6f\x44\x57\x51\x75\x71','\x57\x52\x74\x64\x56\x77\x74\x63\x51\x4e\x53','\x6c\x65\x35\x38','\x6c\x4e\x4f\x79\x62\x53\x6f\x45\x57\x4f\x61\x37\x57\x50\x38','\x57\x37\x46\x63\x48\x57\x4a\x63\x4f\x47','\x57\x34\x35\x55\x57\x4f\x7a\x30\x57\x50\x46\x63\x48\x47','\x57\x36\x42\x64\x51\x66\x42\x63\x48\x43\x6f\x55\x57\x36\x53','\x57\x51\x38\x70\x69\x78\x4a\x63\x48\x71','\x57\x35\x56\x64\x56\x6d\x6b\x56\x57\x51\x6c\x63\x49\x58\x30','\x57\x52\x50\x61\x57\x35\x42\x63\x52\x75\x62\x59','\x57\x50\x74\x64\x55\x43\x6b\x50\x57\x51\x6a\x52','\x57\x51\x34\x31\x73\x75\x33\x64\x49\x61\x75','\x57\x36\x2f\x63\x49\x61\x6c\x64\x4c\x63\x4b\x67','\x57\x52\x46\x64\x54\x67\x42\x63\x4f\x32\x30','\x57\x51\x68\x63\x55\x49\x58\x69','\x6f\x43\x6b\x51\x70\x78\x78\x63\x48\x5a\x42\x63\x56\x6d\x6b\x79','\x57\x52\x42\x64\x55\x78\x33\x63\x52\x71','\x6c\x65\x7a\x55\x57\x51\x4b','\x57\x51\x33\x64\x54\x77\x4a\x63\x50\x33\x57','\x41\x38\x6f\x51\x66\x75\x46\x64\x4b\x43\x6f\x67','\x76\x38\x6b\x4d\x57\x52\x68\x64\x4c\x68\x6a\x4e','\x57\x51\x42\x63\x4e\x38\x6b\x53\x57\x4f\x33\x64\x53\x63\x6d','\x57\x36\x52\x63\x54\x4d\x47','\x45\x4a\x39\x61','\x72\x53\x6f\x53\x6d\x38\x6b\x2b\x63\x38\x6b\x52','\x57\x37\x5a\x63\x4d\x74\x30','\x57\x50\x75\x4a\x57\x36\x4c\x6b','\x57\x36\x57\x6a\x6c\x4b\x34','\x57\x36\x5a\x63\x4a\x61\x4a\x63\x4f\x47\x56\x63\x49\x61\x37\x64\x55\x47','\x57\x4f\x37\x63\x50\x43\x6b\x68\x57\x51\x46\x64\x48\x71\x69\x72\x44\x47','\x72\x57\x2f\x64\x4c\x38\x6b\x39\x57\x35\x30','\x57\x37\x4b\x32\x57\x35\x47\x44\x61\x43\x6f\x67\x75\x59\x47','\x57\x37\x52\x63\x48\x71\x2f\x64\x4c\x64\x38','\x57\x34\x4c\x31\x57\x4f\x58\x4c\x57\x4f\x5a\x63\x48\x47','\x57\x36\x79\x66\x57\x37\x78\x63\x4c\x49\x30','\x57\x37\x64\x63\x4a\x48\x6c\x63\x54\x72\x57','\x57\x51\x35\x56\x57\x51\x57\x64\x65\x43\x6b\x64\x72\x38\x6f\x63','\x57\x4f\x4b\x2f\x57\x37\x58\x68','\x57\x34\x53\x4b\x76\x4a\x4e\x64\x56\x31\x34','\x57\x35\x6e\x56\x57\x4f\x4c\x30\x57\x4f\x68\x63\x4b\x62\x79','\x57\x37\x4f\x62\x57\x34\x68\x63\x49\x74\x57\x5a\x69\x38\x6f\x46','\x6c\x77\x6a\x6e\x57\x51\x5a\x64\x52\x57','\x57\x52\x61\x6c\x6a\x78\x46\x63\x4a\x67\x7a\x74','\x57\x34\x38\x74\x46\x62\x30','\x45\x53\x6f\x53\x66\x31\x46\x64\x4b\x43\x6f\x67\x57\x37\x5a\x64\x50\x47','\x57\x35\x43\x7a\x44\x61\x47','\x57\x51\x6a\x2f\x57\x36\x56\x63\x56\x47','\x57\x36\x47\x57\x57\x35\x34\x65\x62\x53\x6f\x39\x78\x73\x4b','\x46\x5a\x39\x79\x57\x35\x6c\x64\x4a\x53\x6b\x44','\x57\x34\x7a\x48\x57\x4f\x72\x49\x6e\x38\x6b\x54\x57\x37\x43\x6a','\x57\x4f\x57\x34\x57\x37\x35\x68\x57\x36\x4b','\x6f\x30\x31\x52','\x6d\x76\x6e\x51\x57\x51\x6d','\x57\x36\x4f\x58\x57\x35\x34\x43','\x57\x34\x75\x39\x72\x64\x4a\x64\x4b\x31\x75\x30\x41\x57','\x57\x36\x42\x63\x50\x68\x53\x59','\x57\x36\x4e\x63\x4e\x61\x64\x64\x48\x64\x38\x68','\x57\x36\x4f\x4e\x57\x34\x43\x78\x64\x53\x6f\x31','\x57\x51\x42\x63\x4c\x43\x6b\x58\x57\x50\x4b','\x46\x78\x4b\x4f\x57\x51\x75','\x6a\x53\x6b\x2f\x57\x35\x4b','\x57\x36\x70\x63\x54\x64\x30\x48','\x57\x51\x58\x45\x57\x52\x43\x47\x65\x47','\x57\x34\x58\x34\x65\x6d\x6f\x68\x64\x65\x30\x59\x57\x37\x61','\x57\x52\x47\x37\x75\x75\x30','\x57\x52\x2f\x63\x4c\x6d\x6b\x50\x57\x4f\x74\x64\x51\x5a\x57\x5a','\x57\x52\x4e\x64\x55\x53\x6f\x71\x57\x50\x34','\x57\x35\x6e\x56\x57\x4f\x76\x36\x6d\x57','\x57\x35\x2f\x63\x4b\x57\x4c\x37\x57\x4f\x42\x64\x48\x47','\x57\x50\x57\x38\x57\x36\x2f\x63\x4a\x5a\x50\x6b\x72\x65\x61','\x57\x36\x42\x64\x51\x31\x4e\x63\x4e\x53\x6f\x34\x57\x36\x33\x63\x4b\x6d\x6f\x78','\x57\x34\x4b\x53\x75\x57','\x73\x38\x6f\x67\x69\x76\x30\x61','\x79\x74\x7a\x73\x57\x35\x46\x64\x4a\x61','\x57\x37\x5a\x63\x49\x58\x64\x64\x49\x63\x34\x6b\x78\x4c\x30','\x57\x4f\x4e\x64\x53\x53\x6f\x44','\x57\x52\x70\x63\x4b\x38\x6b\x53\x57\x4f\x30','\x57\x35\x4e\x63\x51\x63\x4e\x64\x4c\x62\x4b','\x57\x52\x31\x2b\x74\x4d\x71\x39\x57\x37\x46\x63\x4f\x61','\x57\x37\x4e\x63\x4b\x73\x4e\x64\x51\x4a\x71\x61\x71\x43\x6b\x58','\x69\x72\x5a\x63\x49\x49\x4f','\x6f\x65\x7a\x51\x57\x51\x4b','\x79\x33\x75\x37\x57\x51\x4a\x63\x4e\x31\x71','\x57\x51\x74\x64\x50\x53\x6f\x72\x57\x50\x62\x48','\x57\x35\x39\x33\x57\x4f\x48\x2f\x57\x4f\x33\x63\x47\x61\x71\x6b','\x57\x34\x56\x64\x50\x6d\x6b\x38\x57\x51\x6c\x63\x4c\x72\x30\x4c\x73\x57','\x57\x52\x48\x4c\x66\x6d\x6f\x64\x41\x38\x6b\x6c','\x57\x51\x76\x32\x57\x37\x5a\x63\x52\x57','\x57\x36\x57\x4e\x57\x35\x30\x45\x62\x53\x6f\x33\x78\x57','\x70\x32\x38\x6b\x65\x43\x6f\x67','\x6e\x30\x31\x53\x57\x51\x68\x64\x53\x43\x6f\x43\x57\x4f\x71','\x70\x38\x6b\x4f\x57\x34\x34\x35\x57\x35\x58\x61\x57\x36\x44\x66','\x44\x33\x57\x53\x57\x52\x78\x63\x54\x30\x6c\x63\x4c\x57','\x6c\x77\x47\x61','\x6e\x4b\x6a\x38','\x46\x38\x6f\x4d\x68\x77\x30\x68','\x57\x34\x6a\x6e\x57\x52\x6e\x62\x6e\x71','\x77\x6d\x6f\x35\x6e\x43\x6b\x30\x64\x71','\x71\x62\x37\x64\x4d\x53\x6b\x4a','\x6b\x53\x6b\x48\x57\x35\x30\x55\x57\x36\x7a\x6c','\x78\x38\x6b\x56\x57\x51\x64\x64\x4c\x71','\x57\x36\x70\x63\x56\x4e\x43\x4b\x73\x4a\x6d','\x69\x78\x69\x66','\x57\x34\x66\x58\x66\x53\x6f\x70\x66\x76\x43','\x57\x36\x6d\x72\x57\x34\x68\x63\x49\x71','\x57\x52\x58\x53\x61\x43\x6f\x66','\x57\x4f\x33\x64\x4a\x53\x6b\x72\x57\x51\x66\x4b\x57\x37\x61','\x57\x51\x37\x63\x4e\x38\x6b\x53\x57\x4f\x70\x64\x4f\x73\x38','\x57\x51\x52\x64\x4e\x6d\x6b\x62\x57\x34\x61\x49\x64\x4b\x75\x33','\x57\x34\x6e\x2f\x62\x6d\x6f\x64\x66\x4c\x61','\x57\x34\x4e\x63\x4a\x61\x6e\x38\x57\x50\x56\x64\x4b\x43\x6b\x47\x72\x47','\x57\x37\x6c\x63\x4b\x73\x6c\x64\x50\x5a\x6d\x78\x66\x43\x6b\x58','\x70\x38\x6b\x38\x62\x71\x5a\x63\x49\x62\x4f','\x57\x34\x31\x56\x65\x47','\x57\x51\x2f\x64\x4c\x43\x6b\x41\x57\x34\x65\x6f','\x6d\x64\x70\x64\x52\x49\x69\x63','\x57\x51\x76\x37\x57\x36\x37\x63\x52\x57','\x57\x50\x68\x64\x51\x72\x38\x57\x57\x35\x30\x6a','\x57\x37\x6c\x63\x53\x63\x53\x54\x57\x52\x4f\x44','\x57\x34\x47\x6f\x43\x62\x54\x57','\x57\x50\x70\x64\x56\x38\x6f\x72\x79\x4a\x78\x64\x4d\x5a\x4f','\x57\x52\x31\x37\x57\x37\x70\x63\x56\x6d\x6b\x62\x57\x51\x38','\x57\x52\x50\x71\x57\x34\x70\x63\x52\x76\x47','\x57\x36\x46\x63\x4c\x5a\x56\x64\x53\x63\x6d\x6c','\x42\x6d\x6f\x4e\x68\x71','\x46\x4a\x54\x44\x57\x35\x5a\x64\x4c\x6d\x6b\x73','\x43\x77\x37\x63\x49\x65\x56\x63\x4e\x6d\x6b\x5a','\x57\x34\x47\x75\x45\x61\x50\x58\x57\x37\x78\x64\x4d\x4d\x79','\x70\x33\x4f\x63\x62\x57','\x57\x50\x57\x47\x57\x36\x70\x63\x49\x74\x53','\x77\x53\x6f\x70\x6c\x31\x43\x6c','\x79\x43\x6f\x53\x67\x67\x65\x62\x57\x34\x42\x64\x53\x59\x53','\x57\x37\x6c\x63\x4e\x73\x56\x64\x50\x47','\x57\x4f\x34\x49\x57\x36\x34','\x6a\x4a\x78\x64\x53\x57\x43\x7a\x57\x36\x6c\x64\x54\x6d\x6f\x53','\x57\x51\x2f\x63\x54\x64\x4b','\x77\x62\x37\x64\x4d\x6d\x6b\x4f\x57\x35\x33\x63\x50\x61','\x57\x34\x31\x50\x57\x4f\x72\x39\x57\x50\x57','\x57\x35\x6a\x34\x62\x43\x6f\x6f\x67\x76\x71\x33','\x78\x6d\x6f\x47\x66\x65\x78\x64\x4f\x61','\x57\x51\x62\x4a\x57\x51\x65\x75\x63\x38\x6b\x75\x75\x57','\x6d\x4b\x50\x35','\x6c\x65\x7a\x52\x57\x51\x5a\x64\x50\x38\x6f\x6d\x57\x4f\x72\x69','\x57\x36\x2f\x63\x48\x58\x78\x63\x53\x71\x33\x63\x47\x71','\x6f\x38\x6b\x4f\x57\x34\x57\x30\x57\x36\x44\x41\x57\x36\x50\x6f','\x57\x51\x31\x6e\x57\x34\x64\x63\x55\x47','\x57\x4f\x56\x64\x56\x38\x6f\x6b\x44\x62\x74\x64\x4b\x63\x5a\x64\x4c\x71','\x57\x34\x52\x64\x53\x43\x6b\x35\x57\x4f\x70\x63\x4e\x71\x61\x2f','\x57\x36\x52\x63\x54\x4d\x61','\x7a\x4a\x7a\x43\x57\x34\x37\x64\x48\x38\x6b\x73','\x57\x51\x68\x64\x55\x53\x6f\x6a\x57\x50\x48\x4e\x44\x6d\x6b\x69','\x57\x50\x68\x64\x51\x48\x61\x48\x57\x34\x43\x79\x75\x6d\x6f\x36','\x57\x36\x68\x63\x48\x72\x52\x64\x47\x5a\x38','\x57\x37\x64\x63\x49\x58\x78\x63\x53\x71','\x57\x37\x6c\x63\x51\x64\x46\x64\x55\x74\x5a\x64\x54\x43\x6b\x79\x57\x51\x74\x63\x4f\x4a\x69\x61\x43\x43\x6b\x2f','\x57\x51\x78\x64\x53\x4d\x56\x63\x56\x66\x2f\x63\x51\x43\x6f\x79\x57\x51\x69','\x57\x50\x37\x64\x54\x43\x6f\x76\x45\x5a\x5a\x64\x56\x63\x33\x64\x4c\x47','\x77\x6d\x6b\x4c\x57\x52\x70\x64\x47\x67\x31\x72\x57\x50\x31\x74','\x57\x36\x53\x71\x6c\x65\x74\x63\x4d\x57\x4f','\x57\x37\x30\x68\x6b\x76\x4e\x63\x49\x48\x53','\x57\x51\x78\x64\x50\x68\x2f\x63\x4f\x68\x56\x63\x50\x71','\x57\x51\x44\x72\x75\x77\x6d\x33','\x57\x36\x6d\x43\x57\x35\x56\x63\x4b\x57\x47','\x57\x50\x37\x64\x54\x53\x6f\x7a\x79\x59\x37\x64\x4d\x57','\x70\x4e\x34\x42\x64\x38\x6f\x74\x57\x4f\x4f\x57','\x43\x53\x6f\x51\x70\x30\x75\x32','\x6f\x38\x6b\x55\x70\x78\x64\x63\x51\x59\x5a\x63\x4d\x43\x6b\x45','\x6c\x74\x37\x64\x53\x73\x65\x65','\x57\x34\x50\x55\x57\x50\x35\x34\x57\x4f\x33\x63\x4e\x62\x6d\x64','\x57\x51\x34\x62\x6e\x4e\x52\x63\x47\x76\x7a\x63\x6a\x57','\x57\x50\x2f\x64\x53\x61\x30\x58\x57\x37\x65\x63\x76\x53\x6f\x48','\x6a\x63\x48\x37\x57\x37\x42\x64\x47\x58\x42\x64\x4c\x78\x70\x64\x51\x67\x46\x63\x49\x38\x6f\x6b\x57\x36\x34','\x57\x34\x78\x63\x4c\x48\x38','\x6e\x5a\x74\x64\x49\x59\x53\x62\x57\x36\x52\x64\x51\x38\x6f\x6f','\x57\x52\x37\x64\x4e\x6d\x6b\x46\x57\x34\x53\x6f\x66\x4b\x47\x38','\x57\x52\x31\x37\x57\x37\x5a\x63\x52\x71','\x57\x37\x65\x53\x57\x35\x4b\x78\x68\x43\x6f\x57\x74\x64\x34','\x6c\x75\x58\x49\x57\x51\x47','\x71\x43\x6f\x66\x70\x75\x57','\x57\x37\x70\x63\x4b\x62\x74\x63\x4f\x62\x64\x63\x4a\x71\x6c\x64\x53\x61','\x57\x52\x64\x63\x53\x5a\x44\x6c\x57\x50\x43','\x57\x35\x57\x47\x78\x4a\x37\x64\x51\x62\x79\x52\x45\x47','\x57\x36\x6c\x63\x4a\x62\x38','\x57\x37\x78\x63\x53\x64\x30\x57','\x57\x34\x4c\x47\x57\x4f\x72\x31','\x57\x50\x70\x64\x4f\x72\x4f','\x7a\x6d\x6f\x54\x68\x76\x42\x64\x4a\x6d\x6f\x72\x57\x36\x4f','\x57\x37\x42\x63\x49\x49\x68\x64\x51\x73\x75\x61','\x57\x35\x39\x47\x57\x4f\x35\x35','\x57\x50\x65\x35\x57\x37\x66\x68\x57\x37\x38\x70','\x45\x43\x6f\x53\x65\x4c\x42\x64\x4d\x53\x6f\x68','\x71\x43\x6f\x48\x6d\x43\x6b\x59','\x57\x51\x4a\x64\x53\x43\x6f\x6d\x57\x50\x4c\x45\x45\x6d\x6b\x79\x63\x61','\x6a\x68\x4f\x70','\x69\x33\x38\x6f','\x57\x35\x62\x2b\x57\x4f\x76\x47\x6e\x38\x6b\x6c','\x57\x51\x46\x63\x54\x64\x54\x45','\x76\x6d\x6f\x36\x6c\x43\x6b\x32\x65\x43\x6b\x50\x57\x34\x31\x6e','\x57\x51\x64\x64\x56\x53\x6f\x43\x57\x4f\x4c\x48\x75\x6d\x6b\x61\x64\x61','\x57\x52\x6d\x53\x72\x57','\x57\x52\x5a\x63\x4d\x38\x6b\x55\x57\x4f\x70\x64\x4f\x63\x4f\x50','\x57\x37\x75\x4a\x57\x34\x75\x72\x62\x38\x6f\x79\x76\x63\x65','\x6c\x64\x78\x64\x51\x5a\x30','\x57\x34\x38\x48\x71\x73\x4b','\x57\x36\x53\x4a\x57\x34\x43','\x57\x34\x57\x6e\x6f\x4b\x74\x63\x4d\x58\x53','\x6f\x68\x71\x61\x62\x53\x6f\x43\x57\x50\x4f','\x71\x6d\x6b\x56\x57\x51\x70\x64\x4c\x71','\x71\x48\x52\x64\x4d\x53\x6b\x36\x57\x34\x57','\x57\x4f\x42\x64\x51\x48\x75\x47\x57\x34\x61\x46','\x7a\x62\x42\x63\x55\x75\x4a\x63\x4e\x57','\x57\x4f\x71\x4c\x57\x37\x66\x68\x57\x37\x75','\x57\x37\x4a\x63\x47\x72\x68\x64\x4a\x63\x4b','\x57\x36\x6d\x44\x6c\x31\x38','\x6c\x53\x6b\x2f\x6b\x47','\x57\x35\x6d\x69\x45\x72\x31\x4e','\x57\x36\x69\x6e\x6d\x4b\x5a\x63\x4e\x72\x79','\x45\x4d\x4e\x63\x4e\x57','\x57\x52\x42\x63\x54\x73\x50\x65\x57\x4f\x38','\x72\x58\x52\x64\x47\x71','\x57\x34\x72\x30\x67\x38\x6f\x73\x68\x76\x79','\x6e\x58\x37\x63\x48\x49\x7a\x57','\x57\x34\x33\x63\x50\x78\x6d\x70\x42\x47','\x44\x38\x6b\x6c\x57\x50\x6c\x64\x50\x4d\x53','\x57\x37\x5a\x63\x4d\x74\x4a\x64\x50\x57','\x72\x61\x37\x64\x48\x43\x6b\x4e','\x57\x51\x4c\x31\x57\x52\x6d\x74\x64\x38\x6b\x74\x77\x53\x6f\x72','\x69\x4a\x46\x64\x53\x59\x57\x7a\x57\x37\x52\x64\x56\x53\x6f\x4c','\x57\x4f\x4e\x64\x56\x38\x6f\x7a\x44\x74\x78\x64\x4c\x59\x42\x64\x4c\x57','\x57\x35\x61\x7a\x46\x58\x39\x48\x57\x52\x61','\x57\x36\x2f\x63\x4c\x71\x44\x44\x57\x52\x75','\x57\x52\x4a\x64\x54\x58\x30\x6c\x57\x37\x4b','\x46\x62\x78\x63\x56\x30\x4e\x63\x4d\x61','\x57\x36\x57\x4e\x57\x34\x69\x67','\x44\x68\x46\x63\x4c\x4b\x46\x63\x4c\x43\x6b\x58','\x57\x35\x56\x64\x4f\x53\x6b\x4e\x57\x51\x74\x63\x4e\x71\x53','\x79\x71\x74\x63\x55\x76\x52\x63\x4d\x6d\x6f\x63\x57\x52\x79\x67','\x57\x50\x64\x64\x4d\x53\x6b\x72\x57\x51\x7a\x45\x57\x37\x4f\x52\x57\x35\x71','\x6c\x38\x6b\x4b\x57\x35\x69\x2f','\x71\x6d\x6b\x34\x57\x52\x68\x64\x4a\x33\x6a\x59\x57\x4f\x48\x61','\x46\x61\x4e\x63\x53\x75\x37\x63\x47\x6d\x6f\x70','\x57\x36\x4a\x63\x4a\x71\x79','\x57\x37\x70\x64\x4f\x75\x78\x63\x4b\x47','\x57\x52\x68\x64\x4d\x6d\x6b\x79\x57\x34\x43\x79','\x43\x68\x5a\x63\x4d\x31\x42\x63\x4d\x38\x6b\x49\x46\x57','\x57\x51\x37\x63\x55\x49\x43','\x57\x52\x71\x70\x6f\x77\x37\x63\x49\x61','\x57\x35\x2f\x63\x4a\x71\x7a\x30\x57\x50\x33\x64\x4c\x6d\x6b\x4a','\x57\x36\x53\x33\x57\x35\x6d\x46\x62\x53\x6f\x54','\x57\x4f\x4e\x64\x54\x43\x6f\x74\x43\x5a\x70\x64\x4a\x71','\x57\x50\x37\x64\x4a\x53\x6b\x77\x57\x52\x66\x50','\x70\x6d\x6b\x36\x70\x32\x46\x63\x4f\x73\x56\x63\x56\x43\x6b\x7a','\x57\x37\x70\x63\x56\x33\x4b\x56\x75\x47','\x70\x43\x6b\x4c\x57\x35\x6d\x4f\x57\x37\x61','\x57\x37\x42\x63\x56\x63\x69\x4f','\x57\x36\x64\x63\x4e\x73\x2f\x64\x4f\x73\x47','\x6b\x4e\x71\x45\x64\x43\x6f\x77','\x57\x51\x7a\x51\x75\x78\x34\x36\x57\x37\x71','\x57\x51\x30\x37\x75\x71','\x6f\x4e\x34\x7a\x63\x53\x6f\x75\x57\x4f\x61\x57\x57\x50\x34','\x7a\x78\x52\x63\x49\x76\x42\x64\x4e\x38\x6b\x32\x45\x57\x75','\x57\x50\x50\x62\x57\x50\x47\x77\x66\x57','\x79\x47\x37\x63\x51\x61','\x57\x36\x5a\x64\x53\x4c\x69','\x57\x34\x35\x4b\x57\x50\x76\x4c','\x6c\x77\x65\x45\x65\x43\x6f\x78\x57\x52\x79\x38\x57\x50\x71','\x79\x6d\x6f\x66\x68\x75\x53\x72','\x41\x48\x4e\x63\x52\x4c\x74\x63\x4e\x57','\x77\x62\x74\x64\x4c\x43\x6b\x55\x57\x34\x78\x63\x4e\x38\x6f\x31\x57\x35\x4b','\x57\x35\x4c\x47\x57\x4f\x6d','\x57\x37\x43\x33\x57\x34\x75\x63\x67\x53\x6f\x54\x74\x63\x47','\x57\x37\x78\x63\x55\x49\x75\x48\x57\x52\x4f\x6a','\x57\x37\x4a\x63\x47\x71\x2f\x64\x4a\x71','\x57\x51\x56\x64\x54\x53\x6f\x65\x57\x50\x35\x53\x79\x57','\x57\x4f\x79\x36\x57\x37\x54\x78\x57\x36\x69\x7a','\x57\x37\x71\x67\x57\x35\x46\x63\x4d\x71\x79\x5a\x6f\x6d\x6f\x63','\x43\x4e\x74\x63\x4a\x47','\x57\x35\x66\x59\x67\x53\x6f\x64','\x6e\x58\x78\x63\x47\x73\x50\x2f\x57\x36\x47','\x75\x48\x6c\x64\x4d\x53\x6b\x37\x57\x34\x5a\x63\x56\x47','\x57\x52\x2f\x64\x4c\x53\x6b\x44\x57\x34\x79\x63\x66\x65\x47\x39','\x57\x37\x64\x63\x4b\x48\x46\x63\x56\x57\x30','\x7a\x4e\x64\x63\x4b\x57','\x57\x36\x74\x63\x55\x33\x65\x30\x73\x49\x69','\x57\x35\x44\x52\x57\x50\x4c\x4a\x6e\x38\x6b\x6d\x57\x37\x43','\x57\x51\x4a\x63\x49\x6d\x6b\x54\x57\x50\x2f\x64\x4f\x59\x6d\x50','\x57\x36\x4f\x6e\x70\x30\x6c\x63\x4a\x72\x46\x64\x4a\x65\x43','\x57\x35\x33\x63\x4a\x62\x48\x32\x57\x50\x79','\x57\x4f\x33\x64\x55\x38\x6f\x6c\x79\x4e\x64\x64\x4e\x63\x4e\x64\x47\x47','\x57\x51\x31\x70\x57\x37\x6c\x63\x55\x4d\x38','\x57\x37\x53\x54\x57\x35\x38\x77\x62\x53\x6f\x54\x75\x73\x69','\x57\x50\x6c\x64\x4e\x43\x6b\x68','\x57\x36\x71\x62\x57\x35\x64\x63\x4c\x57\x79\x2b\x6f\x6d\x6f\x51','\x70\x43\x6b\x4f\x57\x34\x71\x56','\x76\x53\x6f\x33\x6c\x38\x6b\x35\x61\x6d\x6b\x56\x57\x35\x31\x30','\x45\x68\x6c\x63\x4c\x61','\x57\x36\x64\x63\x4c\x5a\x52\x64\x4f\x59\x57','\x79\x4e\x53\x4b','\x57\x34\x78\x63\x48\x57\x47','\x7a\x6d\x6f\x54\x68\x47','\x57\x50\x53\x4b\x57\x36\x70\x63\x4d\x64\x4f\x6f\x77\x4b\x69','\x7a\x78\x74\x63\x49\x47','\x57\x52\x39\x51\x73\x47','\x57\x36\x4f\x6e\x6f\x4b\x6c\x63\x48\x58\x46\x64\x4c\x4b\x75','\x57\x36\x4f\x6e\x6f\x4b\x37\x63\x4d\x57','\x57\x50\x52\x64\x53\x38\x6f\x6f\x43\x59\x34','\x6e\x31\x76\x51','\x76\x74\x7a\x75\x57\x37\x6c\x64\x51\x47','\x6a\x43\x6b\x4f\x57\x35\x30\x50\x57\x37\x54\x68\x57\x36\x31\x68','\x73\x53\x6f\x46\x6a\x47','\x6b\x68\x34\x6a\x66\x53\x6f\x76','\x57\x51\x74\x64\x51\x38\x6b\x66\x57\x51\x54\x4d','\x57\x52\x74\x64\x55\x78\x33\x63\x4f\x47','\x57\x36\x33\x63\x53\x63\x61\x4a\x57\x51\x61\x73','\x57\x37\x68\x64\x52\x66\x37\x63\x47\x57','\x57\x36\x4a\x63\x55\x59\x30\x4f\x57\x51\x65\x45\x57\x50\x71\x76','\x57\x35\x5a\x63\x48\x48\x34','\x6c\x49\x37\x64\x54\x64\x61\x79\x57\x51\x4a\x64\x52\x71','\x57\x51\x79\x65\x61\x65\x37\x63\x4f\x61','\x77\x58\x78\x64\x4c\x43\x6b\x51','\x70\x72\x33\x63\x49\x5a\x79','\x44\x4e\x75\x35','\x6a\x38\x6b\x53\x57\x35\x61','\x7a\x4e\x70\x63\x4d\x31\x64\x63\x4c\x57','\x57\x37\x53\x50\x57\x35\x75\x61\x6f\x57','\x57\x36\x38\x6c\x6b\x65\x6c\x63\x48\x48\x64\x64\x50\x65\x38','\x72\x6d\x6b\x4c\x57\x51\x70\x64\x49\x68\x76\x52\x57\x50\x39\x78','\x7a\x4e\x37\x63\x4c\x4b\x46\x63\x4b\x43\x6b\x47\x43\x58\x47','\x57\x36\x33\x63\x4c\x47\x42\x64\x4a\x33\x30\x78','\x57\x52\x46\x64\x4b\x6d\x6b\x44\x57\x34\x79','\x57\x52\x6e\x4e\x76\x4e\x69\x5a\x57\x37\x42\x63\x4f\x43\x6f\x56','\x7a\x77\x37\x63\x49\x75\x4f','\x71\x43\x6f\x39\x6d\x53\x6b\x4a','\x57\x37\x56\x63\x47\x71\x33\x64\x4c\x71','\x6a\x38\x6b\x55\x70\x61','\x6a\x53\x6b\x50\x57\x35\x4b','\x57\x4f\x57\x4a\x57\x36\x74\x63\x4d\x73\x50\x72\x73\x30\x34','\x57\x51\x76\x37\x57\x36\x78\x63\x52\x57','\x57\x34\x74\x64\x50\x78\x5a\x63\x4e\x43\x6f\x77','\x57\x4f\x53\x4a\x57\x36\x74\x63\x4a\x57','\x57\x37\x46\x63\x4c\x63\x2f\x64\x54\x5a\x6d\x6c','\x57\x35\x72\x55\x57\x4f\x6e\x30','\x57\x35\x74\x64\x54\x43\x6b\x47\x57\x52\x64\x63\x4a\x62\x61','\x78\x72\x78\x64\x47\x53\x6b\x47','\x57\x35\x54\x56\x57\x4f\x4b','\x43\x33\x6c\x63\x4c\x4c\x42\x63\x4c\x38\x6b\x4d','\x57\x36\x6d\x68\x6b\x4b\x34','\x57\x52\x37\x64\x4e\x6d\x6b\x46\x57\x34\x53\x6f\x66\x4b\x71\x32','\x57\x37\x42\x64\x52\x65\x78\x63\x4c\x43\x6f\x35','\x57\x52\x48\x57\x57\x37\x4f','\x57\x50\x39\x5a\x64\x38\x6f\x56\x75\x71','\x6f\x38\x6b\x4f\x57\x35\x53\x36\x57\x36\x44\x6b\x57\x36\x50\x6f','\x57\x51\x57\x2f\x75\x65\x4f','\x57\x36\x2f\x63\x55\x4a\x4f','\x6a\x38\x6b\x49\x57\x34\x47','\x57\x51\x37\x64\x53\x32\x68\x63\x51\x47','\x57\x36\x4e\x63\x53\x4e\x43\x47\x74\x73\x6c\x64\x4c\x48\x47','\x57\x37\x4a\x63\x47\x72\x64\x64\x4c\x71','\x57\x37\x70\x63\x4e\x74\x4f','\x78\x53\x6f\x64\x6a\x65\x4f\x61\x68\x61','\x57\x36\x2f\x63\x53\x63\x4b\x4c\x57\x51\x61\x74\x57\x4f\x43\x64','\x57\x52\x48\x6d\x57\x35\x43','\x57\x37\x4a\x63\x47\x72\x56\x64\x4c\x72\x69\x63\x77\x31\x61','\x57\x35\x34\x4b\x6b\x65\x6c\x63\x52\x71','\x57\x34\x47\x7a\x79\x47\x57','\x57\x50\x46\x64\x49\x38\x6b\x42\x57\x35\x47\x37','\x77\x43\x6b\x2f\x57\x51\x70\x64\x4c\x76\x35\x53\x57\x4f\x7a\x67','\x57\x50\x70\x64\x4e\x72\x71\x75\x57\x34\x71','\x57\x51\x62\x77\x57\x51\x6d\x6e\x62\x57','\x70\x48\x52\x63\x4b\x73\x4f','\x57\x51\x37\x64\x4d\x6d\x6b\x65\x57\x37\x79\x6f\x67\x66\x75','\x57\x37\x70\x64\x4f\x75\x78\x63\x4b\x53\x6f\x75\x57\x36\x64\x63\x47\x6d\x6f\x44','\x79\x71\x74\x63\x55\x76\x52\x63\x4d\x6d\x6f\x6f\x57\x51\x72\x6f','\x57\x4f\x37\x64\x4b\x4b\x30','\x57\x36\x42\x64\x51\x30\x74\x63\x48\x61','\x57\x35\x4e\x64\x56\x53\x6b\x51','\x57\x51\x31\x4f\x67\x43\x6f\x64\x46\x71','\x57\x37\x78\x63\x50\x68\x38\x56','\x57\x51\x6a\x2b\x73\x78\x38','\x57\x37\x46\x64\x4f\x75\x46\x63\x4e\x6d\x6f\x38\x57\x36\x33\x63\x47\x71','\x77\x38\x6f\x66\x6a\x76\x6d\x65\x6c\x63\x39\x56','\x57\x52\x33\x64\x51\x53\x6f\x42\x57\x4f\x69','\x57\x51\x37\x64\x55\x77\x4a\x63\x52\x4e\x5a\x63\x50\x43\x6f\x69\x57\x36\x43','\x57\x51\x4e\x64\x53\x4d\x56\x63\x51\x4e\x61','\x6b\x38\x6b\x54\x65\x67\x6c\x63\x56\x64\x71','\x6e\x74\x37\x64\x54\x73\x79\x2f\x57\x36\x68\x64\x56\x43\x6f\x4f','\x77\x43\x6f\x6f\x6c\x61','\x57\x51\x7a\x35\x77\x33\x71\x58\x57\x35\x52\x63\x4f\x71','\x78\x6d\x6b\x56\x57\x52\x78\x64\x48\x71','\x57\x51\x72\x51\x76\x4d\x69\x58','\x72\x48\x37\x64\x47\x6d\x6b\x4d\x57\x34\x5a\x63\x55\x57','\x57\x52\x52\x63\x54\x63\x53','\x57\x52\x48\x57\x57\x36\x37\x63\x53\x53\x6b\x72\x57\x51\x69','\x57\x52\x43\x37\x77\x57','\x57\x37\x78\x63\x54\x64\x30\x56\x57\x4f\x43\x70\x57\x50\x69\x66','\x57\x4f\x37\x64\x54\x53\x6f\x72\x44\x74\x47','\x57\x50\x37\x64\x4f\x62\x61\x49\x57\x35\x4f\x65','\x57\x52\x48\x41\x57\x35\x79','\x57\x4f\x42\x64\x4f\x61\x79\x58','\x57\x35\x33\x64\x56\x43\x6b\x56\x57\x52\x37\x63\x4c\x61','\x57\x4f\x65\x2f\x57\x37\x34','\x79\x47\x64\x63\x52\x47','\x57\x50\x57\x4a\x57\x36\x46\x63\x4a\x57','\x57\x37\x6c\x63\x4f\x64\x34\x30\x57\x52\x53\x6a\x57\x50\x47\x69','\x78\x43\x6f\x39\x6f\x71','\x57\x50\x64\x64\x55\x38\x6f\x61','\x57\x52\x50\x65\x57\x35\x6c\x63\x55\x31\x48\x4b','\x44\x4a\x44\x78\x57\x35\x78\x63\x48\x38\x6b\x6f','\x66\x4a\x2f\x64\x50\x48\x34\x4b','\x57\x52\x56\x64\x56\x53\x6f\x65\x57\x50\x39\x53','\x57\x34\x42\x63\x4a\x61\x35\x37\x57\x50\x37\x64\x53\x6d\x6b\x35\x74\x47','\x57\x51\x4c\x41\x57\x35\x5a\x63\x55\x65\x6a\x4c\x57\x35\x42\x63\x53\x61','\x57\x34\x53\x39\x72\x74\x37\x64\x51\x76\x75\x56\x43\x57','\x57\x4f\x6d\x4c\x57\x36\x38','\x57\x36\x6d\x42\x57\x35\x4e\x63\x4d\x61\x30\x55','\x70\x62\x42\x63\x48\x4a\x31\x57\x57\x36\x75','\x6d\x65\x7a\x4f\x57\x51\x5a\x64\x53\x6d\x6f\x72\x57\x50\x44\x6a','\x6f\x75\x7a\x37','\x57\x34\x7a\x4d\x57\x4f\x7a\x47\x6a\x43\x6b\x6b','\x76\x38\x6b\x4c\x57\x51\x78\x64\x4a\x77\x75','\x57\x52\x35\x2f\x66\x6d\x6f\x41\x42\x43\x6b\x70\x57\x50\x71\x35','\x75\x49\x37\x64\x4d\x38\x6b\x51\x57\x36\x65','\x57\x51\x74\x64\x53\x43\x6f\x6c\x57\x4f\x7a\x38\x44\x43\x6b\x6a\x6d\x47','\x7a\x43\x6f\x4d\x67\x68\x57','\x57\x36\x43\x45\x6f\x71','\x57\x34\x39\x4f\x62\x6d\x6f\x73','\x69\x53\x6b\x55\x6f\x33\x74\x63\x50\x48\x4e\x63\x54\x6d\x6b\x72','\x76\x58\x46\x64\x4c\x38\x6b\x36\x57\x35\x52\x63\x51\x71','\x73\x6d\x6f\x46\x6f\x31\x79','\x57\x34\x70\x63\x4b\x61\x6d\x39\x57\x4f\x79','\x57\x51\x4c\x53\x61\x38\x6f\x46\x46\x43\x6b\x7a','\x44\x6d\x6f\x54\x64\x33\x53\x49\x57\x34\x42\x64\x53\x73\x79','\x72\x62\x46\x64\x4c\x38\x6b\x48','\x57\x36\x4e\x63\x54\x4e\x57','\x57\x51\x56\x64\x55\x53\x6b\x78\x57\x34\x65\x72','\x57\x52\x39\x50\x57\x52\x75\x6b\x62\x53\x6b\x75\x65\x38\x6f\x63','\x57\x50\x65\x2b\x57\x37\x54\x77','\x57\x36\x52\x63\x4a\x62\x2f\x63\x53\x57\x68\x63\x50\x47\x65','\x71\x4d\x75\x56\x57\x51\x56\x63\x4e\x30\x64\x63\x4b\x57','\x57\x36\x64\x63\x55\x73\x6d\x52\x57\x51\x43\x6f','\x57\x37\x68\x63\x51\x63\x4a\x63\x4b\x62\x43','\x57\x36\x78\x63\x4b\x47\x79','\x57\x34\x31\x32\x65\x53\x6f\x69','\x72\x38\x6f\x39\x6e\x71','\x57\x4f\x37\x64\x52\x53\x6f\x7a\x7a\x63\x4b','\x72\x6d\x6b\x52\x57\x51\x70\x64\x4c\x73\x58\x47\x57\x4f\x48\x61','\x46\x78\x38\x55\x57\x51\x64\x63\x4c\x4e\x64\x63\x4b\x33\x79','\x57\x51\x66\x4e\x75\x33\x71\x58','\x57\x34\x43\x4d\x76\x63\x4b','\x70\x6d\x6b\x55\x6a\x4e\x6d','\x57\x37\x78\x63\x53\x4d\x61\x54\x77\x63\x74\x64\x4c\x57','\x57\x51\x4e\x64\x53\x4d\x5a\x63\x4f\x33\x33\x63\x50\x61','\x6a\x72\x6c\x63\x4c\x63\x65\x37\x57\x36\x47','\x57\x37\x70\x63\x55\x68\x53\x4b\x76\x5a\x71','\x57\x51\x66\x52\x57\x36\x37\x63\x53\x57','\x6d\x5a\x37\x64\x54\x73\x69\x74\x57\x36\x5a\x64\x52\x71','\x57\x36\x57\x6e\x6e\x75\x78\x63\x4a\x47','\x6f\x48\x6c\x63\x4c\x61','\x57\x37\x31\x45\x57\x50\x58\x39\x64\x47','\x44\x64\x44\x44\x57\x35\x6c\x64\x4c\x6d\x6b\x46','\x6f\x6d\x6b\x59\x65\x61\x61','\x75\x6d\x6f\x32\x6a\x43\x6b\x4b\x6d\x53\x6b\x4c\x57\x35\x31\x5a','\x57\x52\x74\x64\x55\x78\x5a\x63\x55\x57','\x57\x50\x56\x64\x4b\x5a\x47\x49\x57\x37\x30','\x57\x51\x30\x61\x6f\x77\x69','\x57\x50\x70\x64\x56\x38\x6f\x44\x43\x47','\x70\x62\x5a\x63\x4b\x57','\x57\x52\x69\x37\x75\x71','\x57\x52\x78\x64\x4c\x38\x6b\x75','\x45\x78\x65\x50','\x46\x64\x66\x68','\x57\x51\x4c\x44\x57\x34\x64\x63\x50\x47','\x57\x36\x71\x43\x57\x35\x56\x63\x4d\x58\x43','\x6a\x43\x6b\x6c\x57\x35\x4b\x70\x57\x36\x43','\x57\x37\x34\x52\x57\x35\x30\x67\x63\x53\x6f\x52','\x79\x33\x4b\x4a\x57\x51\x42\x63\x4b\x30\x33\x63\x47\x61','\x57\x36\x42\x63\x49\x59\x68\x64\x52\x61','\x6e\x4e\x6e\x53\x57\x51\x42\x64\x4f\x71','\x71\x53\x6f\x57\x6b\x6d\x6b\x37\x61\x61','\x57\x50\x70\x64\x54\x43\x6f\x6d','\x57\x34\x78\x63\x52\x71\x42\x64\x4a\x59\x38','\x57\x34\x47\x76\x46\x48\x7a\x74\x57\x52\x46\x64\x4d\x67\x34','\x6c\x78\x75\x6b\x64\x38\x6f\x6c\x57\x50\x4f\x57\x57\x4f\x4b','\x57\x50\x43\x5a\x57\x36\x58\x6c\x57\x37\x71\x6c','\x57\x50\x61\x52\x79\x32\x56\x64\x47\x61','\x79\x59\x2f\x64\x47\x6d\x6b\x4d\x57\x36\x65','\x57\x37\x74\x63\x55\x68\x30\x4b','\x57\x37\x46\x63\x4d\x73\x6c\x64\x52\x47','\x77\x53\x6b\x56\x57\x52\x46\x64\x47\x68\x76\x52\x57\x50\x39\x78','\x57\x51\x37\x63\x4e\x38\x6b\x48\x57\x4f\x70\x64\x4f\x63\x34\x35','\x57\x34\x44\x5a\x65\x38\x6f\x76\x6c\x30\x30\x57\x57\x37\x30','\x57\x35\x56\x64\x56\x38\x6b\x4a\x57\x52\x52\x63\x4d\x74\x4f\x55\x77\x71','\x45\x78\x65\x2b','\x57\x4f\x56\x64\x49\x53\x6b\x71\x57\x52\x62\x69\x57\x37\x4f\x47\x57\x34\x75','\x79\x33\x75\x50\x57\x51\x64\x63\x4d\x76\x46\x63\x47\x4e\x6d','\x57\x52\x6c\x64\x4c\x53\x6b\x44\x57\x34\x43','\x72\x63\x42\x63\x48\x67\x52\x63\x4f\x57','\x57\x35\x72\x34\x62\x43\x6f\x65\x6d\x75\x4f\x47\x57\x37\x61','\x57\x52\x66\x4b\x76\x68\x6d\x39\x57\x36\x46\x63\x52\x6d\x6f\x53','\x6e\x5a\x70\x64\x4f\x47','\x45\x68\x34\x51','\x57\x51\x57\x52\x79\x76\x4a\x64\x4c\x47','\x57\x34\x31\x55\x57\x4f\x6d\x32\x57\x4f\x30','\x57\x34\x57\x6f\x44\x61\x54\x47\x57\x52\x78\x64\x49\x32\x65','\x57\x37\x6d\x52\x57\x35\x38\x77','\x45\x5a\x62\x78\x57\x35\x37\x64\x4d\x61','\x57\x37\x53\x55\x57\x35\x61\x68\x68\x6d\x6f\x38','\x57\x36\x65\x41\x6f\x71','\x57\x36\x6d\x72\x57\x34\x52\x63\x49\x73\x53\x38\x70\x38\x6f\x64','\x57\x37\x70\x63\x53\x4d\x6d\x31','\x57\x52\x4b\x4a\x76\x32\x46\x64\x53\x57','\x57\x50\x2f\x64\x56\x38\x6f\x72\x45\x64\x4f','\x46\x53\x6f\x33\x67\x65\x68\x64\x47\x61','\x70\x6d\x6b\x4a\x6c\x4e\x74\x63\x50\x71\x46\x63\x52\x6d\x6b\x73','\x57\x37\x68\x64\x4f\x75\x74\x63\x48\x61','\x57\x52\x58\x56\x57\x51\x75\x63','\x57\x37\x6c\x63\x56\x73\x38\x32','\x57\x50\x79\x6c\x6c\x77\x38','\x6d\x72\x5a\x63\x4b\x49\x6e\x34\x57\x37\x6a\x34\x57\x35\x6d','\x57\x37\x68\x63\x55\x4a\x30\x54\x57\x51\x61\x74\x57\x4f\x43\x64','\x57\x37\x70\x63\x48\x57\x4e\x63\x53\x62\x5a\x63\x49\x48\x6d','\x57\x37\x4f\x35\x65\x30\x4a\x63\x47\x61','\x57\x37\x42\x63\x4a\x62\x64\x63\x55\x62\x42\x63\x4e\x47\x4b','\x57\x36\x64\x63\x4e\x74\x33\x64\x54\x47','\x70\x66\x66\x51\x57\x51\x4a\x64\x4f\x61','\x69\x4e\x71\x66\x62\x47','\x57\x52\x70\x64\x51\x67\x37\x63\x56\x78\x57','\x57\x36\x74\x64\x56\x4b\x6c\x63\x47\x53\x6f\x34\x57\x35\x68\x63\x4a\x38\x6f\x44','\x42\x78\x5a\x63\x56\x67\x5a\x63\x4c\x61','\x57\x51\x76\x32\x57\x37\x74\x63\x51\x43\x6b\x72\x57\x36\x52\x63\x51\x49\x65','\x79\x4a\x66\x61\x57\x34\x4a\x64\x49\x43\x6b\x79\x61\x38\x6f\x6c','\x57\x50\x6c\x64\x47\x43\x6b\x62\x57\x52\x43','\x57\x52\x65\x67\x6f\x4d\x37\x63\x47\x77\x66\x79\x79\x71','\x57\x36\x47\x4e\x57\x34\x6d\x75\x63\x53\x6f\x36\x74\x61','\x57\x50\x4b\x54\x57\x36\x42\x63\x4e\x5a\x53','\x57\x36\x64\x63\x55\x74\x57\x48\x57\x52\x75\x45\x57\x4f\x47','\x74\x6d\x6f\x70\x6f\x30\x4f','\x57\x4f\x6c\x64\x53\x61\x30\x54','\x46\x53\x6f\x5a\x66\x76\x52\x64\x47\x61','\x57\x52\x78\x63\x56\x49\x58\x70\x57\x51\x50\x72\x57\x4f\x34\x65','\x57\x51\x66\x4a\x75\x33\x65\x47','\x6f\x38\x6b\x4f\x57\x34\x57\x33\x57\x37\x72\x6e\x57\x36\x79','\x57\x35\x7a\x4b\x57\x4f\x6e\x32\x57\x4f\x33\x63\x4e\x71','\x6c\x75\x39\x4d\x57\x51\x37\x64\x4f\x71','\x72\x38\x6f\x35\x6e\x53\x6b\x64\x61\x6d\x6b\x30\x57\x35\x30','\x75\x43\x6f\x65\x6b\x31\x69\x71\x63\x49\x39\x36','\x79\x53\x6f\x52\x61\x4d\x34\x62','\x57\x51\x48\x4d\x62\x38\x6f\x63','\x57\x51\x79\x68\x6d\x71','\x57\x4f\x74\x64\x54\x62\x30\x73\x57\x36\x71','\x57\x51\x6d\x6c\x43\x4e\x6c\x64\x51\x47','\x57\x36\x61\x6e\x6f\x30\x52\x63\x4e\x72\x56\x64\x48\x47\x30','\x57\x34\x4e\x63\x4a\x61\x62\x33\x57\x50\x70\x64\x4f\x43\x6b\x4f\x73\x71','\x6c\x38\x6b\x49\x57\x34\x34\x32\x57\x37\x72\x41','\x57\x35\x68\x64\x50\x6d\x6b\x33\x57\x4f\x70\x63\x4b\x61\x4f\x55\x74\x61','\x57\x52\x38\x30\x71\x30\x52\x64\x49\x48\x6d','\x42\x61\x37\x63\x53\x31\x42\x63\x4a\x43\x6f\x50\x57\x51\x75\x66','\x79\x53\x6f\x56\x61\x4d\x53\x71','\x6b\x76\x66\x4d\x57\x52\x4e\x64\x4f\x43\x6f\x6c','\x57\x34\x4c\x68\x57\x4f\x7a\x61\x57\x50\x75','\x57\x52\x69\x43\x6d\x68\x33\x63\x49\x68\x43','\x70\x71\x46\x63\x4a\x59\x50\x55','\x57\x51\x38\x42\x6a\x4d\x38','\x57\x37\x78\x63\x4c\x64\x33\x64\x52\x71','\x57\x37\x33\x63\x4c\x49\x4b','\x57\x34\x79\x54\x75\x49\x4a\x64\x56\x57','\x57\x4f\x4e\x64\x56\x38\x6f\x61\x79\x47','\x79\x4d\x61\x48\x57\x51\x4a\x63\x4a\x47','\x57\x34\x4f\x7a\x79\x58\x50\x43\x57\x52\x42\x64\x4a\x4d\x79','\x57\x34\x4c\x52\x57\x4f\x44\x4f\x69\x53\x6b\x68','\x57\x51\x66\x4f\x57\x51\x6d\x6b\x66\x38\x6b\x45\x75\x43\x6f\x66','\x57\x36\x68\x63\x48\x72\x46\x64\x47\x4a\x69','\x78\x64\x4e\x64\x4e\x6d\x6b\x4f\x57\x36\x69','\x57\x36\x56\x63\x47\x72\x43','\x57\x52\x4b\x4f\x73\x31\x56\x64\x4a\x57\x75','\x57\x51\x4b\x2f\x74\x65\x57','\x71\x6d\x6f\x32\x69\x53\x6b\x34\x63\x38\x6b\x4f\x57\x34\x62\x56','\x57\x35\x57\x54\x72\x64\x47','\x65\x53\x6b\x46\x57\x37\x4b\x46\x57\x35\x72\x54\x57\x35\x44\x4c','\x7a\x59\x35\x78\x57\x35\x52\x64\x4c\x6d\x6b\x46','\x57\x50\x5a\x64\x4e\x43\x6b\x68','\x57\x51\x68\x64\x52\x4d\x52\x63\x4f\x73\x2f\x63\x54\x61','\x57\x51\x31\x4f\x57\x51\x71\x76\x6e\x43\x6b\x74\x71\x6d\x6f\x45','\x57\x52\x79\x67\x70\x68\x78\x63\x48\x47','\x57\x36\x6c\x63\x55\x49\x61\x49\x57\x52\x30\x69\x57\x50\x57\x64','\x57\x50\x64\x64\x55\x38\x6f\x69','\x66\x32\x50\x51\x57\x51\x70\x64\x53\x71','\x57\x36\x33\x63\x4a\x71\x38','\x57\x50\x43\x4c\x57\x37\x76\x6d','\x57\x37\x64\x63\x4b\x73\x4f','\x57\x51\x4c\x44\x57\x35\x68\x63\x4f\x4b\x6a\x59\x57\x35\x53','\x45\x78\x37\x63\x4c\x65\x78\x63\x48\x53\x6b\x38','\x6d\x72\x5a\x63\x49\x4a\x39\x57\x57\x37\x4b\x52\x57\x34\x69','\x57\x51\x72\x4a\x57\x51\x34\x62\x66\x53\x6b\x73','\x57\x36\x56\x63\x47\x58\x2f\x63\x55\x66\x37\x63\x4e\x71','\x43\x5a\x50\x78','\x57\x4f\x79\x49\x57\x36\x37\x63\x4a\x59\x7a\x53\x74\x61','\x57\x34\x4f\x39\x72\x61','\x57\x34\x50\x38\x61\x43\x6f\x64','\x57\x51\x4b\x32\x73\x30\x56\x64\x47\x57','\x79\x78\x37\x63\x49\x65\x38','\x57\x36\x46\x64\x4f\x76\x64\x63\x4d\x43\x6f\x5a\x57\x36\x64\x63\x4a\x43\x6f\x77','\x57\x37\x57\x6e\x6c\x65\x74\x63\x4d\x57\x52\x64\x48\x30\x71','\x57\x52\x35\x58\x65\x6d\x6f\x76','\x45\x53\x6f\x51\x66\x76\x38','\x77\x48\x37\x64\x4b\x38\x6b\x52\x57\x34\x46\x64\x51\x38\x6f\x31','\x6f\x33\x69\x46\x63\x38\x6f\x44\x57\x50\x57\x48','\x70\x43\x6b\x53\x57\x34\x38\x57','\x57\x52\x74\x64\x53\x32\x64\x63\x50\x61','\x7a\x4d\x56\x63\x4c\x4b\x56\x63\x48\x47','\x57\x51\x4f\x70\x6a\x47','\x76\x38\x6b\x4c\x57\x52\x37\x64\x48\x77\x48\x32\x57\x4f\x62\x44','\x57\x50\x75\x35\x57\x36\x4c\x6c\x57\x36\x75\x76\x57\x34\x64\x64\x4e\x61','\x57\x36\x33\x63\x54\x64\x4f\x48\x57\x52\x4f\x7a\x57\x4f\x47','\x57\x51\x5a\x64\x56\x6d\x6f\x43\x57\x4f\x6e\x4d\x46\x38\x6b\x51\x64\x57','\x57\x52\x50\x4a\x57\x52\x61\x6b\x61\x38\x6b\x7a\x75\x71','\x57\x51\x5a\x63\x49\x6d\x6b\x54\x57\x4f\x43','\x57\x35\x38\x54\x57\x34\x43\x78\x68\x43\x6f\x33\x76\x5a\x38','\x43\x59\x31\x68','\x79\x53\x6f\x4d\x63\x68\x4f\x71\x57\x35\x53','\x57\x51\x54\x6e\x57\x35\x46\x63\x50\x30\x48\x47\x57\x34\x46\x63\x53\x71','\x57\x35\x62\x34\x62\x38\x6f\x6b\x67\x75\x43\x48','\x70\x43\x6b\x51\x6c\x4e\x70\x63\x50\x5a\x42\x63\x56\x57','\x57\x50\x4e\x64\x56\x38\x6f\x75\x43\x59\x4e\x64\x4d\x57','\x6a\x68\x4f\x79','\x57\x36\x46\x63\x55\x47\x5a\x63\x4b\x61\x4b','\x6b\x68\x30\x5a\x6c\x53\x6f\x58','\x57\x51\x43\x69\x6d\x33\x37\x63\x4a\x4e\x65','\x57\x4f\x47\x50\x57\x37\x37\x63\x4e\x4a\x44\x6e\x74\x71','\x6c\x6d\x6b\x4a\x57\x35\x47','\x7a\x47\x2f\x63\x56\x76\x46\x63\x4d\x43\x6f\x70\x57\x51\x75\x58','\x57\x52\x78\x64\x4c\x38\x6b\x78\x57\x34\x43\x74\x62\x76\x69','\x57\x51\x66\x4a\x76\x77\x61\x58\x57\x37\x43','\x79\x43\x6f\x4d\x66\x31\x74\x64\x47\x6d\x6f\x43','\x57\x51\x74\x63\x4e\x38\x6b\x30\x57\x4f\x2f\x64\x54\x47','\x57\x35\x37\x63\x48\x48\x35\x55','\x57\x37\x66\x67\x57\x52\x44\x61\x57\x52\x79','\x71\x43\x6f\x39\x6f\x43\x6b\x4a','\x57\x51\x4c\x49\x57\x51\x71','\x57\x51\x68\x64\x55\x53\x6f\x6a\x57\x50\x58\x53\x79\x47','\x77\x38\x6f\x66\x6a\x4b\x30\x72\x68\x63\x54\x47','\x57\x52\x52\x63\x4c\x43\x6b\x58\x57\x4f\x70\x64\x53\x63\x69\x52\x74\x47','\x57\x37\x53\x4a\x57\x34\x71\x76\x62\x38\x6f\x54','\x6b\x64\x37\x64\x51\x71','\x6c\x5a\x37\x64\x50\x4a\x69\x74','\x57\x35\x4e\x63\x4a\x62\x48\x4f\x57\x50\x68\x64\x48\x47','\x46\x53\x6f\x51\x61\x31\x79','\x44\x64\x39\x41\x57\x35\x46\x64\x4c\x43\x6b\x69\x63\x53\x6f\x54','\x57\x35\x68\x64\x56\x38\x6b\x49\x57\x52\x42\x63\x4a\x62\x65\x4b\x75\x71','\x57\x51\x38\x62\x6a\x33\x34','\x6f\x43\x6b\x55\x69\x32\x6c\x63\x51\x57','\x57\x52\x31\x6e\x57\x35\x2f\x63\x51\x31\x38','\x57\x51\x58\x48\x65\x6d\x6f\x65\x46\x43\x6b\x70\x57\x50\x6d','\x57\x37\x78\x63\x56\x73\x53\x51','\x57\x4f\x30\x50\x57\x36\x2f\x63\x48\x61','\x6a\x48\x5a\x63\x4a\x63\x50\x59\x57\x36\x38','\x57\x34\x72\x56\x67\x6d\x6f\x6c','\x79\x4e\x38\x47\x57\x51\x71','\x57\x4f\x71\x4c\x57\x36\x74\x63\x4a\x47','\x57\x36\x43\x67\x6f\x57','\x57\x52\x33\x64\x56\x53\x6f\x41\x57\x50\x35\x47\x43\x53\x6b\x66\x65\x61','\x57\x4f\x4e\x64\x47\x6d\x6b\x6a\x57\x52\x44\x56\x57\x36\x43','\x72\x57\x56\x64\x4d\x53\x6b\x4d\x57\x35\x30','\x57\x34\x56\x64\x56\x6d\x6b\x4e\x57\x52\x74\x63\x4e\x71','\x57\x35\x6e\x52\x57\x50\x54\x54','\x57\x50\x79\x49\x57\x37\x54\x71\x57\x36\x75','\x57\x34\x2f\x63\x4a\x71\x4b','\x57\x52\x35\x55\x76\x68\x61\x47\x57\x37\x53','\x57\x34\x43\x2b\x75\x4a\x37\x64\x50\x66\x34\x36\x45\x57','\x57\x51\x4e\x64\x49\x53\x6b\x77','\x57\x52\x66\x6e\x57\x35\x6c\x63\x56\x61','\x57\x4f\x5a\x64\x51\x53\x6f\x76\x7a\x5a\x4f','\x57\x36\x6c\x63\x49\x58\x46\x64\x49\x74\x6d\x6e\x74\x57','\x6f\x48\x6c\x63\x47\x57','\x6f\x53\x6b\x4c\x57\x35\x30\x31\x57\x52\x6a\x41','\x57\x52\x4e\x64\x55\x53\x6f\x42\x57\x50\x34','\x69\x77\x34\x79\x66\x38\x6f\x54\x57\x4f\x43\x36\x57\x4f\x34','\x57\x52\x35\x4b\x77\x78\x79\x34\x57\x34\x64\x63\x53\x43\x6f\x49','\x57\x52\x62\x36\x57\x37\x4b','\x57\x36\x79\x6a\x6c\x57','\x57\x52\x4e\x64\x53\x6d\x6f\x64\x57\x4f\x39\x4e\x79\x47','\x57\x51\x66\x2f\x57\x36\x37\x63\x51\x6d\x6b\x71\x57\x52\x71','\x57\x51\x31\x6e\x57\x34\x56\x63\x55\x4d\x6e\x47\x57\x34\x64\x63\x56\x61','\x46\x5a\x44\x75\x57\x35\x70\x64\x4c\x61','\x57\x52\x6c\x64\x4b\x30\x70\x64\x50\x75\x2f\x64\x4b\x66\x6c\x64\x4d\x43\x6b\x59\x72\x53\x6b\x74\x6d\x5a\x69','\x6c\x6d\x6b\x47\x69\x77\x74\x63\x55\x49\x52\x63\x55\x43\x6b\x75','\x57\x37\x34\x41\x57\x35\x75','\x57\x51\x64\x64\x56\x53\x6f\x71','\x57\x35\x4e\x63\x49\x57\x57\x4f\x57\x34\x46\x63\x4c\x71','\x57\x4f\x34\x73\x57\x37\x6e\x4e\x57\x34\x79','\x57\x4f\x6d\x2f\x57\x37\x72\x6c\x57\x36\x75\x7a','\x7a\x4e\x70\x63\x4b\x30\x74\x63\x48\x47','\x57\x36\x4e\x63\x55\x67\x71','\x57\x34\x52\x63\x4c\x62\x6c\x64\x51\x4a\x69','\x45\x71\x74\x63\x52\x66\x6c\x63\x49\x53\x6f\x73\x57\x51\x4b\x6e','\x45\x4a\x39\x66\x57\x35\x34','\x6d\x64\x70\x64\x50\x4e\x7a\x64\x57\x52\x4e\x63\x4f\x57','\x69\x43\x6b\x47\x69\x78\x69','\x44\x68\x33\x63\x4e\x65\x56\x63\x47\x6d\x6b\x35\x45\x57\x6d','\x6a\x43\x6b\x49\x57\x35\x38\x36\x57\x37\x4c\x39\x57\x37\x44\x62','\x57\x52\x52\x63\x4e\x38\x6b\x57\x57\x4f\x5a\x64\x4f\x73\x47\x50','\x57\x37\x52\x63\x4a\x62\x68\x64\x51\x59\x34\x44\x61\x38\x6b\x52','\x57\x4f\x61\x34\x57\x37\x35\x72\x57\x34\x79\x76\x57\x34\x6c\x64\x4b\x71','\x57\x51\x6a\x32\x57\x37\x5a\x64\x51\x43\x6f\x61\x57\x37\x65','\x57\x36\x33\x63\x4c\x4b\x65','\x42\x76\x74\x63\x4e\x61','\x57\x35\x44\x47\x57\x50\x30','\x57\x37\x4b\x55\x57\x35\x30\x78\x63\x6d\x6f\x57\x76\x49\x4f','\x57\x51\x7a\x4b\x75\x78\x69\x36\x57\x36\x61','\x6b\x4b\x7a\x38\x57\x52\x4b','\x76\x53\x6f\x70\x69\x75\x4f\x6e\x63\x5a\x47','\x57\x36\x47\x57\x57\x35\x34\x76\x68\x43\x6f\x38\x73\x5a\x34','\x57\x36\x4f\x62\x6f\x65\x78\x64\x4a\x47\x4f','\x7a\x4a\x7a\x41\x57\x35\x78\x64\x49\x38\x6b\x74\x61\x43\x6f\x76','\x57\x35\x58\x4f\x57\x4f\x66\x30\x57\x4f\x52\x63\x4a\x62\x79\x73','\x57\x4f\x33\x64\x4d\x53\x6b\x72\x57\x52\x4f','\x57\x35\x52\x64\x54\x43\x6b\x49\x57\x52\x37\x63\x4e\x71\x34\x55','\x77\x43\x6f\x6d\x6c\x4c\x43\x78\x61\x59\x54\x39','\x57\x36\x53\x55\x57\x35\x47\x72\x63\x47','\x57\x35\x6e\x52\x57\x50\x54\x54\x68\x38\x6b\x62\x57\x37\x79\x6b','\x57\x52\x46\x63\x54\x64\x76\x69\x57\x4f\x31\x6d','\x57\x51\x42\x63\x54\x74\x50\x45\x57\x52\x72\x77\x57\x50\x34\x6a','\x57\x52\x75\x6c\x6a\x33\x34','\x57\x34\x66\x79\x57\x51\x48\x36\x6a\x57','\x57\x4f\x47\x33\x57\x36\x35\x62\x57\x37\x4b','\x57\x52\x58\x52\x57\x36\x37\x63\x52\x38\x6b\x51\x57\x51\x4e\x63\x54\x74\x61','\x6f\x68\x34\x6b\x61\x6d\x6f\x41','\x79\x75\x64\x64\x4e\x33\x30\x53\x57\x51\x50\x4e\x57\x34\x34\x30\x57\x37\x78\x64\x50\x64\x76\x71','\x57\x34\x47\x7a\x41\x71\x57','\x57\x51\x2f\x64\x49\x43\x6b\x46\x57\x34\x53\x46','\x57\x35\x68\x64\x56\x53\x6b\x54\x57\x52\x56\x63\x4a\x72\x57\x55\x74\x61','\x69\x64\x70\x64\x51\x63\x53\x66\x57\x36\x52\x64\x51\x47','\x57\x52\x50\x4e\x57\x51\x34','\x71\x6d\x6b\x56\x57\x51\x4a\x64\x4c\x71','\x57\x36\x78\x63\x55\x4a\x53\x4d\x57\x51\x61','\x7a\x73\x58\x41\x57\x34\x2f\x64\x48\x71','\x57\x51\x37\x64\x53\x6d\x6f\x67\x57\x50\x4c\x39\x79\x38\x6b\x6e\x63\x71','\x57\x51\x64\x63\x54\x5a\x39\x79\x57\x50\x62\x41','\x6f\x6d\x6b\x4d\x6f\x33\x2f\x63\x4f\x73\x33\x63\x52\x61','\x57\x35\x56\x64\x56\x38\x6b\x47\x57\x52\x70\x63\x4b\x71\x57\x49\x75\x61','\x57\x35\x30\x4d\x77\x59\x4e\x64\x56\x30\x47','\x6e\x4b\x58\x4a\x57\x51\x4b','\x57\x52\x6c\x64\x55\x78\x2f\x63\x4f\x32\x4e\x63\x4f\x38\x6f\x6a','\x57\x51\x74\x63\x4c\x43\x6b\x53\x57\x4f\x38','\x57\x35\x6d\x6f\x44\x61','\x45\x43\x6f\x53\x66\x76\x43','\x45\x6d\x6f\x31\x64\x47','\x57\x37\x75\x67\x57\x35\x46\x63\x4e\x61\x47\x55','\x45\x57\x74\x63\x52\x75\x2f\x63\x4e\x57','\x57\x51\x4a\x64\x53\x43\x6f\x6a\x57\x4f\x48\x4c','\x57\x36\x69\x6e\x6f\x4c\x38','\x57\x36\x4a\x64\x50\x76\x5a\x63\x4c\x71','\x57\x4f\x57\x4a\x57\x36\x74\x63\x4a\x4a\x44\x78\x71\x30\x47','\x57\x52\x6e\x35\x78\x57','\x57\x37\x6c\x63\x56\x49\x43\x54\x57\x52\x4f\x44','\x6b\x4b\x58\x4b\x57\x51\x4a\x64\x51\x53\x6f\x6c','\x43\x64\x6a\x77\x57\x35\x38','\x79\x67\x61\x47\x57\x52\x64\x63\x4e\x71','\x57\x35\x5a\x63\x48\x48\x39\x34\x57\x52\x56\x64\x4a\x43\x6b\x50\x73\x47','\x75\x53\x6f\x39\x6e\x71','\x57\x51\x43\x61\x69\x77\x4e\x63\x48\x67\x62\x66','\x57\x51\x6a\x31\x57\x35\x42\x63\x4a\x53\x6b\x38','\x57\x51\x39\x53\x64\x43\x6f\x63','\x6c\x53\x6b\x56\x68\x49\x2f\x63\x52\x61','\x69\x43\x6b\x37\x62\x4e\x6d','\x7a\x47\x2f\x63\x54\x30\x2f\x63\x48\x43\x6f\x6b\x57\x51\x57\x70','\x57\x50\x5a\x64\x54\x53\x6f\x6d\x46\x4a\x6c\x64\x49\x59\x2f\x64\x4d\x61','\x69\x38\x6b\x51\x69\x78\x64\x63\x55\x4a\x61','\x57\x36\x65\x76\x57\x35\x37\x63\x49\x61\x79','\x43\x53\x6f\x53\x62\x77\x57\x43\x57\x35\x56\x64\x52\x63\x65','\x57\x51\x70\x64\x53\x32\x68\x63\x4f\x77\x33\x63\x4f\x38\x6f\x79\x57\x51\x75','\x77\x53\x6b\x56\x57\x52\x78\x64\x48\x77\x38\x4c\x57\x50\x30','\x57\x50\x4b\x4c\x57\x36\x38','\x57\x52\x69\x43\x6f\x4d\x33\x63\x48\x67\x66\x74\x69\x47','\x43\x32\x75\x2b\x57\x51\x74\x63\x49\x71','\x57\x36\x46\x63\x4e\x74\x4f','\x57\x35\x38\x71\x43\x61\x31\x4d\x57\x52\x30','\x70\x58\x6c\x63\x4a\x63\x50\x56','\x57\x51\x6c\x63\x56\x64\x53','\x57\x52\x4e\x64\x54\x38\x6f\x68\x57\x50\x39\x55\x45\x43\x6b\x79','\x46\x6d\x6f\x49\x67\x57','\x46\x32\x71\x48\x57\x52\x47','\x57\x35\x4e\x63\x50\x71\x7a\x6c\x57\x50\x34','\x57\x50\x5a\x64\x56\x53\x6f\x43','\x57\x37\x4f\x6e\x6a\x66\x38','\x57\x52\x66\x6a\x57\x34\x61','\x57\x52\x43\x37\x75\x47','\x57\x50\x74\x64\x52\x62\x61\x48\x57\x34\x43\x63\x78\x47','\x57\x36\x53\x32\x57\x35\x61\x61\x67\x57','\x46\x71\x74\x63\x52\x4c\x74\x63\x4e\x53\x6f\x46\x57\x52\x6d','\x57\x36\x70\x63\x55\x68\x75\x59\x76\x32\x64\x64\x48\x47','\x57\x35\x70\x64\x54\x43\x6b\x33','\x72\x53\x6f\x57\x6c\x53\x6b\x49\x63\x43\x6b\x4f','\x57\x50\x53\x4c\x57\x36\x78\x63\x48\x62\x48\x6d\x77\x65\x4f','\x57\x51\x31\x6e\x57\x34\x56\x63\x55\x47','\x57\x36\x52\x63\x4c\x47\x5a\x64\x4a\x61','\x46\x43\x6f\x32\x63\x4c\x53','\x57\x52\x48\x37\x57\x36\x34','\x72\x38\x6f\x39\x6e\x38\x6b\x2b\x61\x6d\x6b\x37','\x57\x52\x4e\x63\x49\x53\x6b\x55\x57\x4f\x70\x64\x53\x61','\x6e\x62\x52\x63\x49\x5a\x54\x35\x57\x36\x34','\x7a\x57\x74\x63\x50\x47','\x57\x36\x38\x42\x6b\x61','\x69\x6d\x6b\x4a\x57\x35\x53','\x57\x4f\x56\x64\x4a\x53\x6b\x6f\x57\x51\x44\x4b','\x57\x37\x6c\x63\x4f\x73\x65\x32\x57\x52\x65','\x6c\x78\x75\x70','\x57\x51\x44\x30\x57\x51\x75','\x57\x36\x52\x64\x54\x4c\x69','\x57\x51\x34\x31\x73\x75\x33\x64\x49\x61','\x77\x6d\x6b\x56\x57\x52\x37\x64\x48\x4e\x76\x51','\x57\x50\x2f\x64\x4a\x53\x6b\x71\x57\x52\x43','\x57\x4f\x69\x54\x57\x37\x37\x63\x49\x74\x79','\x79\x4e\x47\x49\x57\x52\x74\x63\x4c\x4b\x43','\x57\x34\x31\x4f\x61\x38\x6f\x77\x64\x76\x61\x57\x57\x37\x57','\x72\x38\x6f\x52\x6c\x53\x6b\x35','\x76\x53\x6f\x57\x6c\x53\x6b\x4b\x61\x6d\x6b\x49','\x57\x52\x66\x35\x78\x33\x6d\x58\x57\x37\x33\x63\x53\x43\x6f\x51','\x6e\x74\x37\x64\x54\x73\x30\x71\x57\x36\x42\x64\x56\x6d\x6f\x2b','\x76\x6d\x6f\x32\x6a\x71','\x57\x50\x65\x33\x57\x36\x39\x66\x57\x37\x4b\x69','\x57\x34\x38\x75\x45\x62\x35\x48','\x57\x36\x30\x65\x70\x75\x6c\x63\x48\x62\x56\x64\x48\x47','\x6b\x4a\x37\x64\x51\x74\x61\x50\x57\x37\x5a\x64\x56\x6d\x6f\x55','\x43\x6d\x6f\x48\x62\x32\x4b\x62\x57\x34\x42\x64\x51\x49\x61','\x7a\x4a\x54\x73\x57\x35\x4a\x64\x49\x6d\x6b\x46\x68\x61','\x57\x4f\x37\x64\x48\x38\x6b\x6e\x57\x51\x75','\x57\x4f\x30\x50\x57\x36\x5a\x63\x48\x73\x58\x67','\x69\x38\x6b\x47\x6c\x68\x42\x63\x4f\x47\x56\x63\x52\x6d\x6b\x43','\x6f\x61\x42\x63\x4c\x64\x53','\x57\x52\x37\x64\x4e\x43\x6b\x6a\x57\x52\x72\x57','\x57\x51\x68\x64\x55\x53\x6f\x67\x57\x4f\x31\x39\x45\x71','\x6b\x4e\x43\x6b\x66\x38\x6f\x2f\x57\x4f\x47\x4c','\x57\x34\x5a\x64\x54\x43\x6b\x32\x57\x51\x6d','\x78\x72\x78\x64\x4c\x43\x6b\x4a\x57\x35\x5a\x63\x51\x6d\x6f\x4b','\x57\x37\x68\x64\x4f\x75\x2f\x63\x48\x61','\x77\x38\x6f\x39\x6a\x53\x6b\x32\x65\x43\x6b\x50\x57\x34\x30\x32','\x6c\x4e\x34\x6f\x64\x71','\x57\x51\x62\x4e\x57\x52\x6d','\x57\x51\x33\x64\x56\x78\x56\x63\x52\x67\x61','\x57\x4f\x65\x50\x57\x36\x33\x63\x49\x59\x50\x6b\x78\x65\x69','\x57\x51\x46\x64\x52\x4d\x64\x63\x55\x4e\x47','\x57\x36\x33\x64\x4c\x6d\x6b\x4b\x57\x51\x2f\x63\x4a\x71','\x75\x48\x52\x64\x4c\x43\x6b\x37\x57\x35\x5a\x63\x52\x43\x6f\x54','\x6f\x53\x6b\x4b\x57\x35\x69\x34\x57\x37\x61','\x7a\x4e\x46\x63\x4b\x30\x68\x63\x4c\x57','\x57\x52\x64\x63\x54\x5a\x44\x6f\x57\x4f\x79','\x57\x34\x34\x54\x75\x49\x47','\x57\x35\x7a\x49\x57\x4f\x62\x53\x6d\x57','\x79\x78\x37\x63\x49\x76\x79','\x43\x68\x79\x52\x57\x51\x4a\x63\x49\x65\x37\x63\x48\x4d\x6d','\x57\x51\x54\x4d\x62\x53\x6f\x46\x42\x6d\x6b\x68\x57\x50\x79\x35','\x57\x35\x72\x4b\x57\x4f\x50\x57\x57\x4f\x33\x63\x4b\x61\x66\x6c','\x57\x51\x48\x39\x66\x6d\x6f\x63\x42\x43\x6b\x44\x57\x4f\x75\x56','\x72\x38\x6f\x39\x6d\x43\x6b\x34\x66\x38\x6b\x34\x57\x35\x4f','\x57\x34\x38\x71\x45\x62\x54\x57','\x57\x35\x37\x64\x53\x43\x6b\x4e\x57\x52\x56\x63\x4a\x71\x4f\x55\x79\x61','\x45\x59\x48\x77','\x57\x37\x30\x6d\x77\x64\x72\x39','\x72\x58\x70\x64\x4c\x38\x6b\x4a\x57\x34\x75','\x6d\x57\x64\x63\x47\x47','\x72\x38\x6f\x39\x6d\x43\x6b\x37\x62\x6d\x6b\x56\x57\x34\x57','\x57\x51\x31\x37\x57\x4f\x76\x61\x77\x6d\x6b\x54\x64\x74\x78\x64\x4b\x63\x2f\x63\x4c\x58\x4c\x6f','\x57\x36\x4e\x63\x54\x64\x47\x48\x57\x52\x50\x44\x57\x4f\x75','\x79\x78\x74\x63\x4b\x75\x46\x63\x4e\x6d\x6b\x4e','\x57\x37\x64\x63\x54\x4d\x6d','\x6e\x5a\x74\x64\x52\x63\x65\x79\x57\x37\x57','\x57\x4f\x74\x64\x4f\x61\x57\x4e\x57\x36\x43\x63\x78\x43\x6f\x57','\x70\x62\x42\x63\x47\x63\x35\x4f\x57\x37\x75\x50\x57\x34\x69','\x57\x52\x72\x49\x76\x4d\x6d\x58\x57\x36\x65','\x57\x52\x39\x58\x57\x36\x4b','\x74\x53\x6f\x63\x63\x32\x4b\x6f','\x57\x35\x4e\x63\x49\x57\x6a\x54','\x69\x72\x2f\x63\x4a\x49\x58\x35','\x57\x37\x65\x30\x57\x35\x71','\x57\x34\x5a\x63\x4a\x57\x58\x55','\x74\x38\x6f\x66\x70\x76\x69\x62','\x57\x36\x56\x63\x53\x4e\x34\x4d\x74\x73\x38','\x57\x34\x5a\x64\x56\x38\x6b\x4c\x57\x52\x6c\x63\x4c\x47\x53','\x57\x50\x64\x64\x4f\x62\x53\x52','\x57\x37\x79\x4a\x57\x35\x30','\x57\x52\x56\x64\x55\x53\x6f\x41\x57\x4f\x48\x61\x46\x38\x6b\x69\x62\x71','\x57\x50\x6c\x64\x51\x6d\x6f\x44','\x44\x43\x6f\x55\x65\x30\x43\x58','\x57\x36\x6c\x63\x4e\x74\x5a\x64\x4f\x61','\x57\x4f\x68\x64\x51\x72\x43\x4d\x57\x34\x53','\x57\x52\x35\x56\x57\x51\x75\x63','\x6c\x53\x6b\x4b\x57\x34\x4f\x2b\x57\x37\x53','\x57\x50\x68\x64\x49\x53\x6b\x64\x57\x51\x62\x56','\x6c\x53\x6b\x5a\x67\x72\x42\x63\x55\x48\x46\x64\x4f\x53\x6b\x79','\x7a\x4a\x54\x61\x57\x34\x38','\x6f\x38\x6b\x38\x64\x48\x79','\x57\x51\x2f\x63\x56\x4a\x62\x6b\x57\x50\x44\x78','\x57\x4f\x53\x34\x57\x35\x38\x4a\x57\x34\x5a\x64\x48\x4c\x6d\x46\x57\x52\x64\x63\x53\x5a\x46\x63\x54\x53\x6f\x4f','\x78\x6d\x6f\x35\x6d\x4b\x43\x30','\x76\x53\x6f\x45\x66\x30\x30\x61\x61\x64\x4c\x47','\x63\x43\x6b\x74\x45\x47\x58\x71\x78\x78\x58\x57\x57\x34\x33\x64\x4f\x31\x53\x71\x65\x71','\x57\x37\x30\x61\x70\x75\x46\x63\x48\x71','\x57\x52\x43\x37\x76\x4b\x56\x64\x4a\x4a\x44\x4e\x79\x61','\x57\x51\x39\x4d\x68\x53\x6f\x74\x44\x53\x6b\x44','\x6a\x62\x6c\x63\x49\x5a\x50\x35','\x57\x52\x4c\x53\x65\x53\x6f\x46\x44\x47','\x57\x51\x68\x64\x52\x33\x53','\x57\x35\x37\x63\x48\x48\x76\x55','\x70\x71\x68\x63\x47\x47','\x7a\x64\x54\x62\x57\x35\x4e\x64\x51\x43\x6b\x75\x63\x38\x6f\x78','\x46\x43\x6f\x4d\x62\x77\x38\x62\x57\x34\x43','\x57\x52\x58\x67\x57\x35\x46\x63\x56\x78\x58\x4f\x57\x34\x46\x63\x56\x61','\x6c\x4a\x52\x64\x54\x57','\x57\x34\x56\x64\x55\x43\x6b\x30\x57\x52\x69','\x71\x6d\x6b\x49\x57\x52\x75','\x79\x4e\x6c\x63\x4a\x4b\x52\x63\x4d\x38\x6b\x36','\x70\x38\x6b\x34\x62\x72\x65','\x57\x52\x75\x4f\x72\x57','\x57\x37\x52\x63\x4e\x73\x4e\x64\x4f\x5a\x71\x68\x65\x6d\x6b\x47','\x57\x34\x4a\x63\x4c\x48\x71','\x57\x36\x53\x54\x57\x35\x57\x78','\x57\x4f\x6a\x4b\x57\x4f\x4f\x33\x69\x71','\x57\x36\x64\x64\x51\x76\x78\x63\x4c\x43\x6f\x35','\x57\x37\x5a\x64\x51\x30\x69','\x57\x36\x46\x63\x4a\x71\x33\x64\x48\x71','\x57\x36\x46\x63\x56\x63\x61\x47','\x57\x37\x74\x63\x47\x57\x47','\x57\x50\x37\x64\x47\x6d\x6b\x70\x57\x52\x39\x47\x57\x35\x79\x48\x57\x34\x79','\x57\x37\x78\x63\x53\x63\x69\x4f','\x57\x37\x4b\x34\x57\x34\x71\x61\x63\x53\x6f\x67\x77\x59\x65','\x43\x33\x46\x63\x4d\x31\x42\x63\x56\x38\x6b\x31\x41\x47','\x6c\x38\x6b\x53\x57\x35\x38\x56\x57\x36\x62\x70\x57\x36\x38','\x6b\x43\x6b\x34\x67\x61\x53','\x57\x51\x68\x64\x52\x68\x2f\x63\x52\x4e\x52\x63\x50\x43\x6f\x63\x57\x52\x34','\x46\x78\x75\x53\x57\x51\x4f','\x57\x52\x54\x53\x76\x68\x47\x4d\x57\x37\x42\x63\x4f\x71','\x57\x35\x47\x74\x44\x61\x53','\x57\x50\x37\x64\x47\x6d\x6b\x78\x57\x52\x35\x4c','\x46\x53\x6f\x56\x65\x66\x64\x64\x4b\x71','\x77\x53\x6f\x6c\x6f\x31\x53','\x57\x35\x33\x63\x47\x48\x34','\x57\x51\x4b\x51\x74\x4b\x68\x64\x4b\x47','\x57\x36\x6c\x63\x4e\x74\x5a\x64\x51\x59\x79\x78','\x57\x52\x4a\x63\x4e\x38\x6b\x59\x57\x4f\x42\x64\x50\x73\x47\x34','\x77\x43\x6f\x67\x6a\x66\x53\x63\x63\x5a\x4b','\x57\x4f\x46\x63\x51\x53\x6b\x4c\x57\x52\x5a\x64\x4e\x71','\x57\x50\x53\x54\x57\x37\x56\x63\x52\x62\x75','\x57\x51\x66\x49\x76\x32\x43\x34\x57\x37\x42\x64\x51\x6d\x6f\x5a','\x57\x51\x61\x70\x6a\x4e\x34','\x57\x52\x70\x64\x4a\x53\x6b\x77','\x57\x37\x47\x6a\x6d\x66\x37\x63\x4a\x61','\x57\x37\x6c\x63\x4f\x63\x30\x4e\x57\x52\x65\x46\x57\x50\x75','\x57\x51\x56\x63\x4e\x53\x6b\x4d','\x57\x52\x4c\x2f\x57\x37\x4b','\x57\x35\x48\x30\x57\x50\x4b','\x57\x37\x4a\x63\x4e\x73\x64\x64\x50\x74\x71\x67','\x57\x34\x6e\x56\x65\x47','\x77\x6d\x6f\x35\x6f\x71','\x57\x52\x76\x33\x57\x37\x4a\x63\x56\x57','\x78\x43\x6b\x4b\x57\x52\x74\x64\x48\x68\x4b','\x57\x36\x53\x67\x6f\x66\x4a\x63\x56\x48\x46\x64\x4c\x4b\x47','\x57\x51\x4c\x4c\x57\x51\x75','\x57\x51\x43\x61\x6d\x77\x4a\x63\x55\x4d\x58\x63\x6c\x47','\x57\x51\x4c\x41\x57\x35\x5a\x63\x51\x76\x4c\x4b\x57\x34\x64\x63\x50\x57','\x57\x52\x37\x64\x49\x38\x6b\x77\x57\x34\x79','\x57\x50\x4f\x32\x57\x36\x56\x63\x4d\x48\x43','\x6f\x4e\x4f\x68\x66\x53\x6f\x78','\x57\x50\x30\x52\x41\x4d\x46\x64\x53\x57','\x79\x73\x50\x73\x57\x34\x4e\x64\x4c\x61','\x57\x4f\x2f\x64\x4d\x53\x6b\x6d\x57\x52\x58\x4f\x57\x37\x4f\x4a','\x57\x52\x6e\x4f\x62\x47','\x57\x34\x54\x5a\x66\x6d\x6f\x6b\x64\x75\x61\x48\x57\x36\x79','\x70\x6d\x6b\x38\x64\x47','\x57\x34\x35\x50\x57\x4f\x72\x49','\x57\x34\x65\x4d\x76\x63\x64\x64\x55\x76\x38\x2b\x42\x61','\x57\x51\x64\x64\x51\x53\x6f\x42\x57\x50\x34','\x6c\x38\x6b\x30\x67\x47\x64\x63\x4e\x47\x4f','\x57\x34\x43\x4d\x77\x5a\x75','\x57\x34\x4a\x64\x4f\x53\x6b\x48\x57\x51\x68\x63\x4b\x72\x57\x55\x77\x57','\x57\x4f\x57\x47\x57\x36\x56\x63\x4e\x59\x31\x67','\x57\x4f\x65\x35\x57\x37\x39\x72\x57\x37\x39\x42\x57\x34\x69','\x6d\x4b\x7a\x55\x57\x51\x42\x64\x54\x57','\x57\x35\x4c\x54\x57\x4f\x58\x4b\x57\x4f\x52\x63\x4b\x61','\x6b\x6d\x6b\x58\x68\x62\x64\x63\x4e\x48\x53','\x57\x35\x6e\x2f\x57\x4f\x50\x79\x68\x61','\x57\x51\x50\x79\x57\x35\x2f\x63\x50\x31\x38','\x57\x36\x64\x63\x47\x71\x33\x64\x48\x49\x34\x6c','\x72\x38\x6b\x49\x57\x52\x68\x63\x4b\x5a\x71\x30\x57\x35\x6d','\x57\x52\x74\x63\x56\x49\x58\x69','\x6b\x38\x6b\x53\x57\x34\x38\x2b','\x57\x50\x78\x64\x4a\x53\x6b\x72','\x57\x52\x2f\x64\x55\x53\x6f\x6a\x57\x4f\x34','\x57\x36\x47\x57\x57\x35\x34\x65\x62\x53\x6f\x39\x78\x71','\x6c\x74\x52\x64\x51\x57','\x57\x34\x58\x38\x67\x57','\x7a\x78\x65\x4d','\x57\x34\x62\x34\x57\x4f\x58\x39','\x6d\x74\x37\x64\x54\x59\x47\x78\x57\x36\x5a\x64\x56\x61','\x57\x51\x31\x57\x57\x51\x75\x75\x67\x57','\x6a\x43\x6b\x4f\x57\x35\x69\x38\x57\x36\x66\x67','\x57\x51\x34\x2f\x75\x76\x57','\x70\x6d\x6b\x51\x6b\x4e\x6d','\x57\x34\x71\x54\x77\x73\x56\x64\x55\x66\x6d','\x57\x35\x2f\x64\x4f\x53\x6b\x52\x57\x52\x6c\x63\x4c\x72\x30\x4c\x73\x57','\x57\x50\x68\x64\x47\x6d\x6b\x62\x57\x52\x6e\x54\x57\x34\x43\x57\x57\x34\x65','\x70\x66\x7a\x37','\x6f\x6d\x6b\x55\x70\x68\x4e\x64\x51\x73\x57','\x75\x43\x6f\x65\x6c\x57','\x57\x51\x6e\x37\x57\x37\x5a\x63\x56\x57','\x44\x68\x2f\x63\x4e\x47','\x45\x57\x74\x63\x52\x75\x38','\x57\x50\x53\x4a\x57\x36\x68\x63\x4a\x5a\x62\x71','\x57\x4f\x42\x64\x52\x72\x53\x38','\x57\x37\x46\x63\x4a\x72\x64\x63\x53\x58\x46\x63\x4d\x47','\x74\x6d\x6f\x79\x6b\x76\x61\x77\x61\x59\x6e\x39','\x75\x6d\x6f\x6c\x6f\x57','\x7a\x48\x6c\x63\x53\x62\x5a\x63\x4d\x61','\x6f\x6d\x6b\x4f\x68\x57\x2f\x63\x49\x62\x33\x64\x4f\x53\x6b\x39','\x57\x4f\x4e\x64\x51\x6d\x6f\x72\x45\x57','\x57\x35\x34\x50\x77\x5a\x4e\x64\x51\x71','\x7a\x78\x38\x4d\x57\x51\x74\x63\x4c\x66\x61','\x69\x64\x46\x64\x50\x4a\x65\x66\x57\x36\x4f','\x57\x36\x2f\x63\x54\x4d\x6d','\x57\x51\x68\x64\x53\x4d\x37\x63\x4f\x33\x68\x63\x53\x38\x6f\x66\x57\x52\x4b','\x57\x52\x37\x64\x54\x53\x6f\x66\x57\x50\x50\x4c\x44\x6d\x6f\x62\x65\x61','\x57\x34\x58\x34\x65\x6d\x6f\x68\x64\x65\x65\x47\x57\x52\x47','\x57\x52\x2f\x63\x4f\x6d\x6b\x50\x57\x50\x37\x64\x50\x57','\x57\x34\x5a\x64\x54\x43\x6b\x39\x57\x51\x6d','\x57\x37\x30\x65\x6e\x75\x4a\x63\x4a\x61','\x43\x6d\x6f\x57\x64\x47','\x57\x52\x65\x63\x70\x68\x4a\x63\x49\x61','\x6c\x43\x6b\x4a\x6b\x4e\x6c\x63\x51\x47','\x79\x33\x30\x2b','\x57\x51\x37\x64\x55\x77\x4a\x63\x52\x4e\x5a\x63\x51\x43\x6f\x41\x57\x51\x38','\x57\x51\x48\x4c\x68\x6d\x6f\x76\x46\x71','\x57\x37\x69\x7a\x57\x35\x70\x63\x4c\x61\x38','\x43\x4e\x65\x4a\x57\x51\x2f\x63\x4c\x76\x43','\x57\x51\x6a\x35\x76\x78\x61\x4d\x57\x37\x42\x63\x54\x53\x6f\x57','\x6c\x6d\x6b\x47\x69\x4e\x52\x63\x52\x58\x52\x63\x56\x43\x6b\x42','\x6f\x38\x6b\x55\x6a\x68\x69','\x57\x52\x72\x57\x57\x37\x4b','\x57\x37\x46\x63\x54\x63\x69\x58\x57\x52\x65','\x57\x52\x2f\x64\x4c\x53\x6b\x45\x57\x34\x38\x6b\x69\x4b\x71\x30','\x57\x35\x38\x6f\x44\x62\x58\x57\x57\x52\x42\x64\x4e\x4d\x4f','\x7a\x64\x39\x46\x57\x34\x37\x64\x48\x71','\x57\x51\x78\x63\x56\x4a\x54\x6a\x57\x4f\x50\x72\x57\x4f\x30','\x57\x52\x44\x59\x57\x37\x5a\x63\x56\x6d\x6b\x67','\x57\x36\x74\x64\x54\x30\x6d','\x57\x37\x78\x64\x4f\x75\x78\x63\x4c\x53\x6f\x34\x57\x36\x33\x63\x4b\x61','\x57\x35\x7a\x31\x67\x6d\x6f\x74\x68\x30\x57','\x6f\x53\x6b\x39\x57\x35\x4b\x2b\x57\x37\x66\x6c\x57\x36\x43','\x76\x72\x4a\x64\x4c\x43\x6b\x47\x57\x35\x56\x63\x51\x6d\x6f\x4f\x57\x35\x79','\x68\x6d\x6b\x50\x57\x35\x30\x62\x57\x34\x43','\x71\x57\x4e\x64\x4e\x38\x6b\x37','\x57\x51\x78\x63\x53\x4a\x6a\x7a\x57\x4f\x7a\x6e','\x75\x6d\x6b\x56\x57\x51\x74\x64\x48\x68\x6e\x56\x57\x4f\x62\x43','\x57\x34\x4c\x50\x57\x4f\x58\x2f\x57\x35\x37\x63\x47\x71','\x45\x5a\x62\x78\x57\x35\x37\x64\x4d\x6d\x6b\x46\x68\x61','\x57\x51\x76\x58\x57\x37\x42\x63\x56\x53\x6b\x42\x57\x52\x71','\x57\x35\x71\x44\x79\x47','\x57\x52\x61\x44\x6f\x4e\x75','\x57\x51\x46\x63\x54\x64\x44\x64\x57\x4f\x71','\x57\x37\x75\x6d\x79\x58\x6a\x68','\x57\x51\x4e\x64\x54\x53\x6f\x6d','\x43\x33\x75\x52\x57\x51\x37\x63\x49\x65\x79','\x72\x53\x6f\x33\x6c\x6d\x6b\x59','\x69\x64\x52\x64\x53\x59\x43\x45','\x57\x52\x46\x63\x51\x74\x44\x61','\x57\x4f\x7a\x46\x78\x67\x38\x55','\x57\x52\x74\x64\x50\x78\x2f\x63\x51\x47','\x57\x52\x74\x64\x4d\x6d\x6b\x61','\x57\x51\x31\x57\x57\x51\x65\x6b\x66\x38\x6b\x42\x71\x6d\x6f\x46','\x7a\x59\x35\x43\x57\x35\x75','\x7a\x43\x6f\x4d\x67\x77\x75','\x57\x37\x4b\x6e\x6c\x4b\x34','\x57\x51\x37\x64\x53\x38\x6f\x6a\x57\x50\x39\x36\x44\x61','\x57\x4f\x68\x64\x53\x61\x34\x31\x57\x34\x65\x46\x78\x6d\x6f\x4d','\x57\x51\x7a\x51\x75\x78\x69\x4e','\x42\x61\x33\x63\x56\x30\x37\x63\x4e\x38\x6f\x6f','\x57\x37\x78\x63\x4e\x63\x4f','\x70\x43\x6b\x4c\x57\x35\x75\x50\x57\x37\x65\x64\x57\x37\x6e\x66','\x57\x4f\x74\x64\x4f\x61\x57\x4e','\x57\x50\x79\x2b\x57\x37\x76\x76\x57\x36\x69','\x57\x37\x4f\x76\x57\x35\x42\x63\x4d\x61','\x57\x36\x2f\x63\x4a\x61\x5a\x64\x4a\x49\x4b\x67','\x57\x4f\x71\x57\x57\x37\x58\x6c\x57\x36\x6d\x72\x57\x35\x46\x64\x4a\x71','\x57\x36\x38\x41\x6f\x75\x78\x64\x4a\x47\x4f','\x57\x37\x68\x64\x52\x66\x37\x63\x47\x53\x6f\x35\x57\x51\x70\x63\x4c\x6d\x6f\x44','\x6b\x78\x75\x70\x65\x6d\x6f\x4c\x57\x4f\x61\x48\x57\x50\x69','\x6f\x4b\x50\x52','\x57\x52\x33\x63\x4b\x53\x6b\x54','\x57\x4f\x43\x54\x57\x37\x4b','\x6e\x71\x68\x63\x49\x64\x50\x53','\x57\x4f\x56\x64\x55\x38\x6f\x75\x79\x5a\x47','\x57\x4f\x78\x64\x52\x72\x43\x50\x57\x34\x53','\x45\x43\x6f\x53\x6e\x76\x5a\x64\x47\x38\x6f\x72\x57\x36\x56\x64\x47\x71','\x57\x51\x6c\x64\x55\x77\x42\x63\x4f\x77\x38','\x57\x35\x42\x64\x56\x38\x6b\x36','\x57\x51\x31\x53\x62\x38\x6f\x75\x75\x43\x6b\x61\x57\x4f\x71\x35','\x57\x37\x42\x64\x52\x76\x52\x63\x47\x6d\x6f\x58\x57\x36\x56\x64\x49\x43\x6f\x69','\x57\x37\x4b\x76\x57\x35\x34','\x57\x52\x48\x4d\x61\x6d\x6f\x41\x46\x6d\x6b\x61\x57\x34\x43\x4f','\x57\x52\x64\x63\x56\x4a\x39\x46\x57\x4f\x62\x78','\x45\x68\x52\x63\x4a\x4b\x68\x63\x4d\x47','\x57\x4f\x34\x4f\x57\x36\x34','\x79\x6d\x6f\x32\x63\x4b\x43','\x57\x52\x64\x64\x52\x4d\x64\x63\x55\x77\x68\x63\x50\x61','\x57\x51\x4c\x53\x62\x43\x6f\x7a\x41\x53\x6b\x41\x57\x4f\x75\x34','\x57\x36\x42\x63\x53\x64\x4f','\x6c\x38\x6b\x59\x67\x62\x79','\x79\x78\x37\x63\x47\x4c\x79','\x57\x36\x53\x33\x57\x34\x6d\x65\x62\x53\x6f\x56\x78\x71','\x57\x37\x2f\x63\x4a\x61\x52\x64\x48\x59\x34','\x57\x36\x4a\x64\x50\x75\x70\x63\x48\x6d\x6f\x34\x57\x37\x57','\x57\x52\x48\x4d\x67\x38\x6f\x63\x41\x53\x6b\x62\x57\x4f\x57','\x57\x52\x74\x64\x4d\x6d\x6b\x66\x57\x34\x43','\x57\x51\x64\x63\x4a\x38\x6b\x58\x57\x50\x34','\x57\x51\x6c\x63\x56\x73\x50\x69\x57\x50\x65','\x57\x37\x53\x54\x57\x35\x38\x75\x62\x53\x6f\x52\x76\x71','\x57\x51\x6c\x63\x4d\x38\x6b\x58','\x57\x35\x4f\x71\x43\x61\x58\x79\x57\x52\x4e\x64\x4d\x47','\x57\x50\x65\x5a\x57\x36\x4c\x77','\x44\x32\x4e\x63\x4b\x30\x5a\x63\x4c\x71','\x57\x51\x4e\x64\x53\x4d\x47','\x63\x38\x6b\x77\x6e\x76\x6c\x63\x56\x61','\x57\x37\x4e\x63\x4a\x74\x33\x64\x54\x48\x38\x61\x63\x43\x6b\x58','\x57\x37\x74\x63\x53\x4e\x34\x4c','\x57\x37\x52\x63\x4d\x73\x69','\x57\x51\x6a\x32\x57\x37\x74\x63\x56\x43\x6b\x62','\x68\x6d\x6b\x36\x6c\x78\x33\x63\x51\x5a\x56\x63\x52\x61','\x57\x51\x6d\x63\x69\x4e\x52\x63\x4c\x68\x79','\x57\x51\x44\x4f\x57\x51\x75','\x57\x36\x74\x63\x53\x73\x38\x4e\x57\x51\x61\x46\x57\x50\x75\x32','\x57\x52\x2f\x64\x52\x6d\x6f\x68\x57\x4f\x71','\x57\x35\x53\x4b\x78\x49\x2f\x64\x51\x71','\x79\x38\x6f\x4d\x68\x66\x46\x64\x48\x57','\x73\x38\x6f\x64\x6a\x75\x34\x6a\x63\x32\x44\x35','\x6f\x43\x6b\x34\x68\x61\x65','\x57\x4f\x4e\x64\x48\x38\x6b\x6c\x57\x51\x65','\x57\x51\x57\x6c\x6d\x4e\x52\x63\x4d\x77\x62\x73\x41\x57','\x57\x51\x52\x64\x4d\x6d\x6b\x46\x57\x35\x43\x6f','\x75\x6d\x6f\x31\x69\x6d\x6b\x2b\x63\x71','\x57\x4f\x4e\x64\x53\x53\x6f\x72\x7a\x64\x4e\x63\x4b\x5a\x4a\x64\x4c\x71','\x6c\x6d\x6b\x47\x69\x78\x4e\x63\x51\x5a\x56\x63\x52\x6d\x6b\x73','\x57\x37\x2f\x63\x4b\x72\x70\x64\x4b\x74\x75\x71\x71\x76\x79','\x57\x35\x37\x64\x55\x43\x6b\x49\x57\x52\x6c\x63\x49\x57\x65\x34\x73\x57','\x79\x53\x6f\x54\x66\x75\x4f','\x6f\x6d\x6b\x50\x68\x62\x46\x63\x4d\x71','\x57\x52\x7a\x59\x75\x33\x4b\x5a','\x57\x34\x79\x54\x75\x63\x33\x64\x55\x66\x69\x54\x45\x47','\x57\x37\x57\x67\x57\x35\x38\x2b\x6a\x61','\x42\x38\x6f\x49\x63\x31\x79','\x57\x37\x70\x63\x53\x64\x34\x4f\x57\x52\x75\x7a\x57\x50\x71','\x45\x78\x74\x63\x4d\x75\x70\x63\x4e\x53\x6b\x68\x42\x48\x79','\x46\x43\x6f\x58\x68\x65\x64\x64\x4b\x43\x6f\x67\x57\x36\x38','\x57\x50\x64\x64\x48\x53\x6b\x41\x57\x52\x44\x4c','\x57\x52\x5a\x63\x4d\x38\x6b\x55\x57\x50\x2f\x64\x4f\x71','\x57\x4f\x33\x64\x54\x43\x6f\x6c\x46\x59\x4e\x64\x4c\x5a\x37\x64\x4c\x71','\x57\x37\x4e\x63\x4d\x74\x34','\x6c\x33\x43\x6b\x66\x53\x6f\x62\x57\x4f\x57','\x6a\x74\x46\x64\x50\x4a\x61\x37\x57\x36\x37\x64\x51\x71','\x57\x51\x48\x49\x70\x53\x6f\x4a\x75\x71','\x44\x5a\x62\x78','\x57\x50\x70\x64\x51\x72\x69\x51\x57\x35\x4b','\x57\x37\x74\x63\x50\x33\x75\x4c','\x57\x4f\x64\x64\x54\x72\x71\x4e\x57\x36\x65','\x57\x34\x6e\x57\x67\x6d\x6f\x69\x68\x57','\x57\x36\x4a\x64\x50\x75\x70\x63\x4b\x38\x6f\x31\x57\x34\x2f\x63\x49\x6d\x6f\x75','\x57\x51\x7a\x63\x78\x4d\x71','\x70\x33\x69\x46\x63\x53\x6f\x65\x57\x4f\x57','\x57\x50\x6c\x64\x54\x6d\x6f\x75\x42\x57','\x57\x51\x53\x79\x6d\x61','\x57\x35\x69\x74\x7a\x71','\x46\x74\x62\x71\x57\x35\x34','\x57\x52\x6c\x64\x4e\x6d\x6b\x77\x57\x34\x79','\x71\x62\x74\x64\x4e\x43\x6b\x51\x57\x34\x46\x63\x56\x57','\x57\x52\x48\x38\x74\x47','\x57\x36\x2f\x63\x47\x57\x2f\x63\x53\x57\x53','\x57\x52\x38\x66\x74\x4b\x33\x64\x48\x58\x30','\x57\x51\x74\x64\x53\x43\x6f\x6c\x57\x4f\x7a\x38\x44\x43\x6b\x6a\x65\x57','\x6d\x5a\x52\x64\x54\x64\x62\x42\x57\x36\x33\x64\x55\x6d\x6f\x2f','\x6f\x43\x6b\x2f\x57\x35\x6d\x38\x57\x36\x44\x6c\x57\x37\x62\x74','\x57\x36\x46\x63\x4a\x73\x5a\x64\x51\x63\x75\x6e\x65\x53\x6b\x69','\x57\x50\x79\x36\x57\x37\x6e\x62\x57\x37\x71','\x6e\x30\x58\x4a\x57\x51\x5a\x64\x53\x6d\x6f\x72\x57\x4f\x35\x63','\x57\x52\x72\x38\x65\x53\x6f\x45\x42\x61','\x57\x34\x72\x47\x57\x4f\x30','\x57\x37\x74\x63\x53\x4e\x34\x31','\x57\x37\x70\x63\x4c\x59\x64\x64\x50\x57','\x6a\x74\x6c\x64\x51\x73\x61\x2f\x57\x36\x68\x64\x56\x43\x6f\x4f','\x57\x35\x64\x64\x53\x43\x6b\x39','\x57\x37\x70\x63\x54\x64\x4b\x71\x57\x52\x65\x63\x57\x4f\x75','\x57\x50\x5a\x64\x49\x38\x6b\x67','\x57\x36\x6c\x63\x52\x33\x75\x49','\x57\x34\x66\x59\x61\x53\x6f\x6b\x68\x65\x50\x4a\x57\x36\x65','\x57\x37\x64\x63\x4c\x59\x56\x64\x53\x71','\x71\x43\x6f\x33\x6b\x53\x6b\x59\x63\x38\x6b\x2f','\x57\x52\x42\x64\x56\x77\x70\x63\x55\x4d\x30','\x45\x38\x6f\x4d\x63\x31\x68\x64\x56\x43\x6f\x41\x57\x37\x33\x64\x50\x57','\x45\x68\x34\x55\x57\x51\x33\x63\x4a\x30\x46\x63\x47\x4d\x71','\x57\x36\x4b\x5a\x57\x37\x79\x7a\x69\x71','\x57\x50\x64\x64\x48\x53\x6b\x66\x57\x52\x50\x31','\x57\x34\x74\x63\x47\x47\x65','\x74\x43\x6f\x65\x69\x31\x61\x6b\x67\x73\x71','\x57\x36\x53\x67\x6b\x65\x6c\x63\x4d\x58\x53','\x69\x64\x74\x64\x51\x73\x4f\x74\x57\x36\x5a\x64\x52\x43\x6f\x49','\x57\x36\x4a\x63\x4f\x59\x53','\x57\x34\x53\x36\x75\x49\x4a\x64\x51\x76\x75\x56\x44\x47','\x43\x53\x6f\x56\x63\x4e\x30\x67\x57\x34\x4f','\x57\x52\x31\x37\x57\x37\x5a\x63\x51\x43\x6b\x42\x57\x52\x71','\x57\x4f\x6d\x4c\x57\x36\x68\x63\x4a\x5a\x6a\x41','\x57\x36\x46\x63\x4c\x63\x46\x64\x4f\x73\x75','\x6f\x62\x5a\x63\x4a\x49\x65','\x77\x53\x6b\x4c\x57\x51\x71','\x57\x52\x66\x51\x74\x4e\x71\x38\x57\x37\x52\x63\x51\x38\x6f\x4b','\x69\x38\x6b\x38\x67\x71\x56\x64\x49\x47\x4f','\x78\x72\x78\x64\x4b\x53\x6b\x51\x57\x35\x65','\x6a\x6d\x6b\x4f\x6a\x78\x5a\x63\x54\x61','\x57\x51\x68\x63\x51\x74\x54\x6d\x57\x4f\x48\x77\x57\x4f\x71\x67','\x57\x34\x54\x2b\x57\x4f\x72\x71\x69\x53\x6b\x61\x57\x37\x4b\x6b','\x79\x57\x74\x63\x53\x66\x5a\x63\x4d\x6d\x6f\x64','\x72\x38\x6b\x4d\x57\x52\x4e\x64\x47\x4d\x71','\x57\x52\x46\x63\x56\x49\x7a\x7a','\x57\x34\x6e\x54\x68\x53\x6f\x35\x65\x30\x65\x39','\x6f\x6d\x6b\x50\x68\x62\x68\x63\x4d\x61\x33\x64\x53\x38\x6b\x64','\x57\x36\x78\x63\x4a\x71\x4b','\x57\x34\x66\x58\x66\x53\x6f\x74\x63\x30\x65','\x57\x35\x7a\x37\x57\x4f\x50\x53\x6d\x38\x6b\x43\x57\x36\x65','\x57\x52\x46\x63\x4f\x4a\x44\x64\x57\x4f\x71','\x57\x4f\x2f\x64\x49\x53\x6b\x75\x57\x52\x54\x4b\x57\x36\x6d','\x6d\x71\x68\x63\x47\x49\x35\x4f\x57\x37\x4b','\x57\x51\x4a\x64\x56\x78\x4e\x63\x51\x47','\x57\x50\x48\x59\x57\x34\x74\x63\x4f\x4e\x38','\x57\x34\x39\x2f\x6e\x53\x6f\x74\x63\x61','\x57\x35\x66\x58\x68\x53\x6f\x66\x68\x71','\x69\x38\x6b\x38\x64\x47','\x57\x51\x2f\x64\x4b\x53\x6b\x41\x57\x34\x43\x70','\x57\x50\x37\x64\x4a\x53\x6b\x6d','\x75\x6d\x6f\x47\x6a\x6d\x6b\x30','\x70\x43\x6b\x2f\x57\x35\x75\x32','\x63\x78\x75\x37\x66\x38\x6f\x47','\x57\x35\x66\x48\x57\x4f\x6a\x51\x6f\x6d\x6b\x43','\x57\x51\x4a\x63\x56\x4a\x54\x44\x57\x50\x61','\x6f\x38\x6b\x51\x69\x33\x56\x63\x56\x71','\x57\x50\x37\x64\x48\x38\x6b\x68\x57\x52\x66\x51','\x42\x71\x64\x63\x52\x66\x34','\x57\x51\x56\x63\x49\x6d\x6b\x4e','\x57\x52\x62\x6e\x57\x35\x43','\x57\x36\x57\x51\x57\x35\x61\x67','\x45\x43\x6f\x4d\x63\x4b\x43','\x57\x37\x78\x63\x56\x73\x43\x51\x57\x52\x38\x74\x57\x50\x38\x62','\x69\x47\x68\x63\x4a\x49\x66\x4f','\x57\x36\x53\x4e\x57\x35\x38\x62\x62\x53\x6f\x54\x75\x74\x53','\x6d\x72\x2f\x63\x48\x4a\x50\x56\x57\x37\x4b','\x57\x34\x35\x4f\x57\x4f\x47','\x57\x4f\x30\x33\x57\x36\x4b','\x57\x52\x46\x63\x53\x5a\x39\x7a','\x57\x51\x31\x61\x57\x35\x5a\x63\x55\x30\x58\x50','\x57\x52\x50\x51\x61\x43\x6f\x46\x44\x38\x6b\x61\x57\x51\x79\x5a','\x57\x52\x37\x63\x4e\x38\x6b\x58\x57\x50\x34','\x57\x36\x64\x63\x4e\x74\x5a\x64\x52\x57','\x6f\x38\x6b\x55\x6e\x33\x34','\x57\x36\x37\x63\x47\x57\x2f\x63\x54\x72\x65','\x76\x53\x6f\x33\x6c\x38\x6b\x5a\x64\x6d\x6b\x34\x57\x34\x62\x30','\x57\x52\x50\x51\x78\x47','\x57\x37\x47\x6e\x6c\x4b\x4e\x63\x51\x62\x4a\x64\x4c\x4b\x75','\x57\x36\x6d\x72\x57\x34\x52\x63\x49\x74\x61\x50\x6c\x43\x6f\x7a','\x6a\x53\x6b\x4a\x57\x35\x61\x49','\x57\x34\x4f\x44\x46\x71\x31\x57','\x57\x34\x2f\x64\x54\x43\x6b\x38\x57\x52\x69','\x57\x51\x4c\x53\x62\x43\x6f\x41\x45\x43\x6b\x6e\x57\x4f\x75','\x57\x34\x72\x38\x57\x4f\x7a\x36\x6f\x6d\x6b\x6c','\x69\x68\x71\x69\x61\x53\x6f\x45\x57\x52\x4f\x48\x57\x50\x53','\x57\x50\x4e\x64\x55\x53\x6f\x41\x57\x4f\x43','\x57\x52\x44\x56\x77\x33\x71\x47\x57\x37\x42\x63\x4f\x43\x6f\x74','\x57\x37\x64\x63\x55\x68\x34\x4c\x78\x64\x78\x64\x4d\x31\x53','\x57\x52\x2f\x64\x4c\x43\x6b\x73\x57\x35\x43\x79\x62\x71','\x57\x50\x46\x64\x51\x57\x47\x41\x57\x35\x47\x6e\x76\x43\x6f\x47','\x57\x35\x4c\x5a\x57\x4f\x48\x31\x57\x50\x5a\x63\x4d\x58\x65\x70','\x57\x51\x50\x68\x57\x35\x37\x63\x51\x57','\x6e\x5a\x37\x64\x54\x64\x61','\x57\x51\x4a\x64\x4e\x6d\x6b\x61\x57\x35\x79','\x57\x51\x56\x63\x4c\x6d\x6b\x4d','\x69\x4a\x2f\x64\x4f\x57','\x57\x36\x70\x63\x4d\x74\x30','\x57\x50\x56\x64\x54\x53\x6f\x7a\x43\x73\x34','\x70\x6d\x6b\x2f\x69\x33\x37\x63\x55\x47','\x57\x52\x72\x4e\x67\x43\x6f\x70','\x57\x51\x6e\x56\x57\x51\x34\x63','\x57\x50\x78\x64\x55\x38\x6f\x43','\x57\x36\x74\x64\x51\x66\x56\x63\x4c\x43\x6f\x36\x57\x36\x56\x63\x47\x61','\x71\x6d\x6b\x4c\x57\x52\x56\x64\x48\x67\x39\x58','\x57\x36\x4e\x63\x54\x64\x30','\x78\x43\x6f\x35\x6d\x47','\x57\x35\x34\x6f\x44\x62\x31\x58\x57\x52\x68\x64\x48\x67\x71','\x57\x37\x70\x63\x53\x64\x38\x58\x57\x52\x30\x69\x57\x50\x71','\x6b\x4a\x37\x64\x4f\x57','\x57\x50\x74\x63\x49\x5a\x50\x56\x57\x50\x71','\x57\x52\x2f\x64\x4c\x53\x6b\x44\x57\x34\x57\x6f\x61\x31\x75\x39','\x57\x51\x54\x6e\x57\x34\x70\x63\x4f\x4b\x50\x49\x57\x35\x79','\x57\x37\x6c\x63\x54\x64\x43\x33','\x79\x38\x6f\x53\x64\x71','\x57\x52\x33\x64\x52\x43\x6f\x68\x57\x50\x58\x47\x44\x43\x6b\x6a\x62\x61','\x7a\x43\x6f\x4d\x65\x33\x57','\x57\x4f\x52\x64\x47\x6d\x6b\x78\x57\x52\x35\x4c','\x57\x4f\x70\x64\x50\x38\x6f\x4a\x57\x4f\x62\x6c','\x57\x36\x74\x63\x48\x72\x61','\x57\x51\x54\x51\x57\x51\x65\x74\x65\x43\x6b\x46','\x57\x36\x6c\x63\x4f\x78\x65\x54\x74\x63\x42\x64\x48\x4c\x61','\x57\x34\x44\x36\x66\x53\x6f\x73\x65\x76\x69\x48','\x57\x37\x6c\x63\x55\x73\x43\x4e\x57\x52\x65','\x57\x37\x72\x59\x57\x51\x48\x59\x57\x4f\x57','\x57\x34\x74\x63\x55\x67\x75\x56\x74\x71','\x57\x52\x6e\x4e\x73\x68\x69\x31\x57\x37\x46\x63\x56\x61','\x57\x35\x6c\x63\x4c\x61\x44\x64\x57\x52\x79','\x57\x51\x4a\x64\x4c\x53\x6b\x79\x57\x34\x43\x66\x65\x57','\x57\x35\x34\x50\x77\x5a\x4e\x64\x51\x75\x47','\x57\x36\x74\x63\x54\x4e\x34','\x57\x52\x58\x2f\x57\x36\x30','\x57\x36\x6c\x63\x55\x71\x70\x64\x55\x61\x79','\x57\x51\x50\x44\x57\x35\x68\x63\x50\x65\x35\x49\x57\x34\x46\x63\x4c\x71','\x57\x37\x61\x4a\x57\x34\x69','\x57\x51\x6a\x33\x57\x36\x46\x63\x56\x47','\x76\x43\x6f\x6c\x6d\x61','\x42\x53\x6f\x56\x67\x65\x42\x64\x48\x38\x6f\x72','\x57\x35\x78\x64\x53\x43\x6b\x36\x57\x52\x74\x63\x4b\x61','\x57\x34\x56\x63\x47\x62\x4c\x5a\x57\x50\x33\x64\x4a\x43\x6b\x6c\x71\x61','\x72\x53\x6f\x58\x6e\x43\x6b\x2b\x65\x38\x6b\x50','\x57\x50\x70\x64\x52\x53\x6f\x58\x43\x47','\x57\x50\x37\x64\x54\x43\x6f\x77\x45\x64\x4a\x64\x4e\x74\x5a\x64\x4e\x57','\x57\x51\x2f\x63\x4c\x38\x6b\x4a\x57\x4f\x70\x64\x51\x61','\x57\x36\x56\x63\x54\x4d\x6d\x31\x43\x63\x4e\x64\x4c\x4c\x61','\x6f\x4c\x4a\x64\x51\x47\x4e\x64\x4d\x38\x6b\x46\x57\x37\x75\x42\x65\x4a\x76\x79\x57\x51\x74\x64\x4c\x61','\x57\x52\x61\x6c\x6d\x33\x37\x63\x4e\x57','\x57\x36\x71\x79\x57\x35\x56\x63\x4e\x47\x79','\x78\x6d\x6b\x52\x57\x51\x6d','\x57\x51\x4f\x4f\x74\x76\x37\x64\x4a\x58\x6a\x55\x41\x61','\x57\x36\x68\x63\x55\x33\x65\x31\x44\x63\x42\x64\x47\x47','\x57\x52\x35\x52\x57\x37\x52\x63\x53\x38\x6b\x62','\x57\x37\x68\x63\x54\x4e\x57\x30\x78\x61','\x57\x51\x57\x37\x74\x4c\x33\x64\x47\x57','\x57\x4f\x61\x55\x57\x37\x39\x62','\x69\x53\x6b\x5a\x67\x71\x64\x63\x4c\x71','\x57\x34\x30\x4d\x75\x57','\x57\x35\x38\x74\x46\x57\x54\x48\x57\x51\x52\x64\x49\x32\x4f','\x57\x35\x6d\x73\x46\x71\x65','\x57\x52\x62\x4e\x78\x33\x69\x57','\x57\x4f\x66\x32\x57\x52\x69\x6d\x6d\x61','\x57\x51\x70\x63\x4a\x6d\x6b\x4e','\x79\x6d\x6f\x51\x68\x4c\x56\x64\x47\x6d\x6f\x41\x57\x52\x37\x64\x54\x47','\x79\x33\x52\x63\x4c\x4c\x46\x63\x4c\x57','\x57\x52\x37\x64\x51\x53\x6f\x41\x57\x50\x58\x47\x7a\x38\x6b\x6a\x65\x57','\x57\x4f\x37\x64\x4e\x38\x6b\x6f\x57\x52\x54\x31','\x57\x50\x35\x51\x57\x4f\x71\x4b\x67\x47','\x57\x50\x2f\x64\x50\x61\x79','\x73\x38\x6f\x46\x6b\x4b\x30\x61\x68\x5a\x39\x53','\x70\x43\x6b\x4f\x57\x34\x34\x32','\x57\x52\x54\x50\x57\x51\x30\x64','\x57\x4f\x68\x64\x54\x72\x69\x53\x57\x35\x4f','\x57\x35\x7a\x59\x67\x6d\x6f\x6e','\x79\x43\x6f\x58\x62\x68\x61\x6d\x57\x37\x64\x64\x53\x73\x65','\x57\x4f\x69\x33\x57\x36\x58\x68','\x57\x52\x65\x67\x6e\x63\x4e\x64\x4d\x64\x6d\x6d','\x6f\x6d\x6b\x4e\x6b\x4d\x78\x63\x51\x5a\x4e\x63\x51\x57','\x69\x61\x64\x63\x49\x63\x65','\x77\x43\x6f\x79\x6c\x71','\x57\x50\x7a\x75\x41\x76\x69\x78\x57\x34\x68\x63\x47\x6d\x6f\x78','\x69\x71\x42\x63\x4c\x5a\x39\x5a\x57\x36\x38\x36\x57\x34\x6d','\x57\x51\x46\x63\x4a\x38\x6b\x58\x57\x50\x34','\x57\x50\x68\x64\x4a\x53\x6b\x77\x57\x52\x44\x5a','\x57\x34\x38\x44\x41\x62\x66\x37\x57\x52\x38','\x7a\x74\x7a\x77\x57\x35\x75','\x6f\x53\x6b\x35\x57\x35\x30\x50\x57\x36\x65','\x57\x4f\x53\x49\x57\x34\x76\x6c\x57\x37\x38\x70\x57\x35\x70\x64\x4c\x57','\x57\x35\x7a\x59\x68\x6d\x6f\x64\x66\x4c\x43','\x57\x4f\x37\x64\x53\x53\x6f\x72\x43\x63\x4b','\x57\x37\x61\x4a\x57\x34\x43\x78\x61\x43\x6b\x2b\x74\x61','\x70\x6d\x6b\x2b\x57\x35\x4b','\x57\x36\x64\x63\x4a\x72\x78\x63\x55\x62\x5a\x63\x49\x48\x70\x64\x55\x57','\x57\x51\x34\x59\x73\x31\x53','\x6a\x38\x6b\x4f\x57\x35\x53\x36\x57\x36\x66\x6c\x57\x36\x43\x6e','\x57\x36\x56\x63\x55\x68\x6d\x47\x76\x72\x4a\x64\x47\x4c\x71','\x57\x50\x53\x4b\x57\x36\x38','\x57\x50\x30\x2f\x57\x36\x78\x63\x48\x61','\x6c\x66\x7a\x48','\x57\x34\x44\x37\x57\x50\x61','\x46\x38\x6f\x4d\x63\x76\x5a\x64\x48\x53\x6f\x61','\x6a\x64\x37\x64\x53\x57','\x41\x47\x5a\x63\x47\x75\x56\x63\x4a\x43\x6f\x46\x57\x51\x47','\x6c\x5a\x37\x64\x51\x73\x6d\x63\x57\x36\x43','\x6f\x4e\x34\x7a\x61\x43\x6f\x5a\x57\x4f\x38\x48\x57\x50\x38','\x43\x38\x6f\x49\x67\x67\x30','\x57\x52\x58\x4a\x57\x52\x6d\x73','\x57\x4f\x4e\x64\x56\x38\x6f\x6c\x79\x47','\x57\x51\x39\x6a\x57\x35\x2f\x63\x55\x30\x34','\x57\x34\x66\x56\x65\x53\x6f\x63\x68\x75\x4f\x57\x57\x37\x57','\x57\x50\x52\x64\x50\x61\x30','\x57\x51\x5a\x64\x55\x38\x6f\x6d','\x79\x73\x54\x72\x57\x35\x68\x64\x48\x43\x6b\x7a\x67\x38\x6f\x2f','\x57\x51\x35\x62\x57\x34\x46\x63\x50\x4b\x72\x30\x57\x34\x43','\x57\x52\x47\x56\x73\x30\x74\x64\x4b\x47','\x57\x35\x48\x54\x57\x4f\x48\x30\x57\x50\x33\x63\x4e\x61\x53\x62','\x63\x68\x61\x6a\x6a\x43\x6f\x6c','\x57\x34\x38\x7a\x43\x47\x50\x57\x57\x51\x57','\x45\x43\x6f\x4d\x65\x57','\x70\x6d\x6b\x4e\x69\x67\x6c\x63\x4f\x4a\x57','\x57\x34\x56\x63\x48\x57\x4b','\x70\x38\x6b\x34\x64\x48\x65','\x57\x36\x74\x63\x55\x59\x4f','\x46\x6d\x6f\x6e\x64\x31\x68\x64\x48\x61','\x44\x68\x46\x63\x4a\x4b\x52\x63\x4e\x43\x6b\x48\x46\x72\x38','\x42\x53\x6f\x53\x66\x31\x78\x64\x4e\x43\x6f\x67\x57\x37\x74\x64\x53\x71','\x57\x35\x37\x64\x55\x43\x6b\x47\x57\x52\x70\x63\x49\x57','\x57\x36\x4a\x63\x55\x59\x4b','\x57\x52\x44\x53\x67\x38\x6f\x72\x42\x6d\x6b\x67','\x41\x57\x74\x63\x51\x4c\x37\x63\x4e\x53\x6f\x67\x57\x51\x4b\x6e','\x6a\x6d\x6b\x53\x57\x34\x75','\x57\x37\x2f\x63\x49\x61\x52\x64\x47\x4a\x38','\x46\x6d\x6f\x49\x65\x47','\x69\x47\x68\x63\x49\x64\x4c\x31\x57\x37\x47\x36\x57\x34\x6d','\x57\x36\x43\x67\x6f\x65\x37\x63\x4b\x74\x68\x64\x48\x61','\x46\x78\x75\x4a\x57\x51\x42\x63\x4a\x4b\x53','\x77\x53\x6b\x56\x57\x52\x46\x64\x47\x68\x76\x4e\x57\x4f\x30\x46','\x57\x37\x33\x63\x4a\x49\x53','\x57\x51\x37\x64\x53\x6d\x6f\x66\x57\x4f\x44\x4f\x75\x38\x6b\x6a\x62\x47','\x57\x51\x6c\x64\x52\x43\x6f\x6e','\x57\x34\x6c\x63\x48\x47\x58\x4f\x57\x50\x79','\x72\x43\x6f\x54\x6d\x38\x6b\x4e\x63\x53\x6b\x2b\x57\x35\x31\x2b','\x71\x62\x70\x64\x4b\x38\x6b\x4d\x57\x35\x53','\x41\x76\x69\x6a\x57\x50\x4e\x63\x54\x57','\x6b\x53\x6b\x2f\x64\x47\x64\x63\x47\x57\x4f','\x6a\x38\x6b\x34\x65\x57\x6c\x63\x4d\x72\x79','\x57\x37\x37\x63\x54\x57\x4a\x64\x49\x63\x4f\x74\x74\x76\x57','\x57\x51\x76\x4e\x57\x51\x53\x64','\x77\x43\x6f\x39\x6c\x38\x6b\x57\x65\x43\x6b\x4b','\x57\x51\x4a\x64\x4e\x6d\x6b\x61\x57\x35\x79\x79','\x57\x52\x37\x63\x4e\x38\x6b\x36\x57\x50\x34','\x45\x43\x6f\x49\x64\x57','\x57\x52\x70\x64\x53\x67\x42\x63\x52\x67\x30','\x74\x6d\x6f\x70\x6d\x65\x4f','\x57\x36\x46\x64\x53\x76\x37\x63\x4e\x6d\x6f\x35','\x57\x34\x35\x4e\x57\x4f\x44\x52','\x57\x36\x6c\x63\x50\x59\x53\x47\x57\x52\x65\x75\x57\x4f\x75\x70','\x75\x62\x6c\x64\x48\x43\x6b\x2f\x57\x34\x78\x63\x52\x43\x6f\x34','\x6c\x75\x54\x47\x57\x52\x4a\x64\x51\x6d\x6f\x43','\x6e\x64\x70\x64\x52\x49\x47\x74','\x7a\x4a\x7a\x77\x57\x35\x75','\x57\x37\x65\x44\x57\x35\x5a\x63\x4d\x73\x4f\x5a\x6b\x6d\x6f\x6f','\x57\x51\x57\x2b\x57\x36\x68\x63\x4a\x63\x38','\x57\x51\x4b\x68\x6f\x33\x38','\x57\x52\x50\x51\x73\x71','\x6c\x5a\x74\x64\x50\x63\x75\x41\x57\x35\x5a\x64\x52\x43\x6f\x53','\x57\x37\x38\x76\x57\x34\x65','\x6d\x6d\x6b\x78\x57\x36\x79\x48\x57\x37\x65','\x57\x4f\x52\x64\x56\x38\x6f\x6b\x43\x5a\x70\x63\x4d\x74\x57','\x57\x35\x4e\x63\x4b\x57\x66\x5a\x57\x4f\x79','\x7a\x68\x34\x4d\x57\x51\x2f\x63\x4c\x76\x74\x63\x49\x71','\x57\x4f\x53\x49\x57\x34\x76\x72\x57\x37\x71\x73\x57\x34\x78\x64\x4b\x61','\x6f\x53\x6b\x4c\x57\x35\x6d\x53','\x57\x37\x4f\x6e\x6c\x31\x38','\x74\x6d\x6f\x66\x69\x31\x53\x6c\x68\x71','\x6f\x4b\x58\x51\x57\x52\x34','\x57\x36\x53\x32\x57\x35\x34\x61\x63\x47','\x76\x58\x74\x64\x4d\x38\x6b\x49\x57\x34\x4a\x63\x4a\x53\x6f\x4b\x57\x35\x34','\x57\x35\x66\x4d\x57\x4f\x62\x39\x6d\x53\x6f\x63\x57\x36\x69\x6b','\x46\x6d\x6f\x49\x68\x32\x53\x44','\x6c\x74\x37\x64\x4f\x63\x75\x63\x57\x36\x52\x64\x56\x43\x6b\x47','\x57\x52\x4b\x49\x75\x4b\x56\x64\x4c\x71','\x57\x52\x54\x59\x57\x51\x65\x75\x66\x47','\x6f\x6d\x6b\x58\x66\x61\x42\x63\x49\x61','\x57\x34\x53\x47\x77\x64\x2f\x64\x51\x71','\x57\x50\x5a\x64\x47\x38\x6b\x72\x57\x52\x30','\x57\x52\x6a\x58\x57\x37\x70\x63\x51\x6d\x6b\x62\x57\x52\x78\x63\x55\x59\x30','\x57\x37\x4f\x68\x6e\x30\x37\x63\x48\x57\x30','\x57\x4f\x4e\x64\x49\x53\x6b\x72\x57\x51\x79','\x57\x52\x33\x64\x4e\x43\x6b\x78','\x57\x36\x71\x65\x57\x35\x37\x63\x4c\x62\x43','\x57\x34\x30\x4d\x75\x5a\x2f\x64\x4d\x31\x69\x56\x44\x57','\x46\x61\x33\x63\x54\x31\x4a\x63\x49\x71','\x57\x34\x42\x63\x48\x47\x6e\x39\x57\x4f\x42\x64\x49\x57','\x70\x48\x42\x63\x49\x73\x48\x4f\x57\x37\x71','\x57\x52\x79\x6c\x6c\x77\x38','\x46\x57\x64\x63\x52\x65\x2f\x63\x48\x43\x6f\x69\x57\x51\x4b\x74','\x57\x52\x54\x39\x44\x4b\x6d\x4b','\x57\x52\x48\x4f\x67\x38\x6b\x72\x42\x61','\x44\x4e\x46\x63\x4d\x31\x46\x63\x47\x43\x6b\x58','\x43\x64\x54\x75\x57\x35\x52\x64\x4a\x47','\x57\x51\x35\x56\x57\x51\x57\x73\x62\x38\x6b\x69','\x41\x47\x2f\x63\x56\x31\x4e\x63\x47\x6d\x6f\x6f','\x57\x52\x4a\x63\x4d\x38\x6b\x31\x57\x52\x37\x64\x4f\x74\x6d\x50','\x57\x50\x42\x64\x49\x53\x6b\x68\x57\x51\x69','\x6c\x4d\x4b\x6f\x62\x53\x6f\x77','\x57\x37\x78\x63\x47\x58\x46\x63\x4f\x58\x57','\x57\x37\x30\x53\x57\x35\x75\x62\x6f\x6d\x6f\x57\x74\x63\x75','\x43\x74\x6a\x73\x57\x34\x37\x64\x4b\x38\x6b\x46','\x57\x34\x4b\x51\x72\x63\x4e\x64\x4f\x4b\x38','\x57\x34\x48\x59\x57\x4f\x6a\x2f','\x57\x36\x33\x64\x50\x75\x71','\x57\x34\x56\x63\x4b\x61\x79','\x57\x52\x76\x6e\x57\x35\x6c\x63\x50\x76\x47','\x57\x52\x44\x4d\x66\x53\x6f\x78\x44\x6d\x6b\x39\x57\x50\x71\x39','\x57\x51\x7a\x51\x73\x68\x61\x58\x57\x36\x46\x63\x48\x6d\x6f\x47','\x57\x51\x7a\x51\x75\x78\x69','\x57\x37\x70\x63\x56\x33\x65\x31','\x6b\x4b\x54\x55\x57\x51\x6d','\x57\x51\x37\x64\x53\x38\x6f\x6a\x57\x4f\x6e\x4b\x79\x47','\x7a\x53\x6f\x52\x64\x4d\x79','\x57\x36\x6c\x63\x47\x71\x42\x64\x48\x71','\x57\x36\x74\x63\x55\x62\x65\x30\x57\x52\x75\x6f\x57\x50\x4b','\x57\x37\x79\x4e\x57\x34\x43\x78\x68\x71','\x57\x52\x72\x44\x57\x34\x64\x63\x55\x47','\x71\x48\x52\x64\x4d\x53\x6b\x36\x57\x34\x5a\x63\x56\x57','\x57\x35\x56\x63\x52\x62\x70\x64\x55\x57\x61','\x57\x36\x6c\x63\x56\x73\x65\x52\x57\x51\x43\x74\x57\x50\x38\x62','\x57\x35\x75\x73\x44\x72\x31\x54','\x57\x34\x61\x50\x72\x61','\x57\x51\x33\x64\x56\x78\x38','\x69\x43\x6b\x53\x57\x34\x38','\x57\x34\x71\x48\x71\x73\x4b','\x46\x78\x52\x63\x49\x71','\x57\x4f\x76\x69\x6a\x65\x4b\x4b\x57\x36\x64\x64\x4f\x4d\x76\x63\x57\x51\x74\x63\x52\x33\x69','\x57\x52\x33\x63\x4e\x38\x6b\x53\x57\x50\x34','\x42\x53\x6f\x53\x63\x4b\x43','\x57\x36\x57\x54\x57\x35\x4f\x78\x61\x43\x6f\x51','\x57\x36\x42\x64\x51\x31\x52\x63\x47\x6d\x6f\x59\x57\x37\x56\x63\x49\x53\x6f\x43','\x57\x34\x75\x50\x72\x57','\x57\x50\x4b\x52\x42\x4e\x68\x64\x51\x61','\x57\x36\x74\x63\x55\x68\x30\x58\x76\x4a\x6c\x64\x4e\x66\x65','\x57\x52\x56\x64\x55\x53\x6f\x41\x57\x4f\x48\x69\x44\x38\x6b\x79\x62\x71','\x76\x38\x6f\x65\x6a\x65\x43','\x42\x47\x78\x63\x55\x47','\x57\x34\x2f\x64\x4f\x53\x6b\x4e\x57\x51\x70\x63\x4e\x71','\x71\x48\x52\x64\x4d\x53\x6b\x4d\x57\x34\x33\x63\x52\x43\x6f\x31\x57\x35\x30','\x57\x51\x2f\x64\x4b\x43\x6b\x73\x57\x34\x34\x68','\x57\x37\x37\x63\x47\x72\x70\x64\x4a\x74\x53\x61\x74\x71','\x79\x53\x6f\x32\x63\x77\x69\x71\x57\x34\x5a\x64\x53\x71\x6d','\x70\x65\x7a\x51\x57\x51\x6d','\x41\x61\x37\x63\x55\x30\x47','\x76\x38\x6b\x4c\x57\x52\x33\x64\x4a\x67\x62\x61\x57\x4f\x58\x75','\x71\x62\x70\x64\x4e\x38\x6b\x39\x57\x34\x33\x64\x4f\x43\x6f\x58\x57\x35\x30','\x6e\x43\x6b\x51\x70\x78\x47','\x57\x37\x37\x63\x48\x72\x74\x64\x54\x74\x38\x42\x78\x61','\x45\x57\x37\x63\x54\x76\x37\x63\x47\x53\x6f\x79','\x57\x50\x78\x64\x55\x38\x6f\x6f\x43\x57','\x46\x67\x33\x63\x4e\x57','\x57\x34\x44\x5a\x65\x57','\x72\x43\x6f\x35\x6d\x53\x6b\x4a\x73\x6d\x6b\x55\x57\x34\x48\x50','\x44\x67\x4a\x63\x49\x75\x46\x63\x47\x6d\x6b\x47\x41\x71','\x7a\x33\x65\x48\x57\x52\x74\x63\x4e\x57','\x57\x34\x38\x69\x43\x61\x50\x48','\x57\x4f\x34\x2b\x57\x36\x38','\x57\x51\x39\x48\x68\x6d\x6f\x66','\x69\x48\x6c\x63\x4c\x64\x53\x58\x57\x37\x34\x2b\x57\x35\x75','\x57\x4f\x71\x59\x57\x37\x34','\x57\x37\x6c\x63\x55\x4a\x53\x32\x57\x52\x43\x46','\x57\x37\x57\x6e\x6c\x65\x46\x63\x49\x62\x33\x64\x48\x57','\x70\x72\x33\x63\x48\x63\x4f','\x45\x6d\x6f\x54\x65\x4c\x33\x64\x4d\x38\x6f\x64\x57\x37\x43','\x57\x36\x42\x63\x53\x77\x71\x4b\x73\x57','\x57\x52\x39\x51\x74\x4e\x71\x38','\x43\x68\x42\x63\x50\x76\x6c\x63\x4b\x38\x6b\x47\x43\x47','\x57\x34\x58\x47\x57\x4f\x31\x51\x6c\x47','\x75\x72\x78\x64\x4b\x53\x6b\x38\x57\x37\x37\x63\x50\x43\x6f\x31\x57\x35\x61','\x57\x4f\x33\x64\x52\x38\x6f\x6c\x46\x47','\x6b\x4a\x78\x64\x4f\x61','\x71\x53\x6b\x56\x57\x51\x6c\x64\x47\x57','\x57\x37\x61\x72\x57\x34\x79','\x57\x51\x6c\x63\x4c\x43\x6b\x31\x57\x4f\x2f\x64\x53\x49\x34\x56','\x57\x52\x76\x6e\x57\x35\x33\x63\x51\x76\x39\x50','\x57\x50\x79\x50\x57\x37\x34','\x6f\x30\x31\x52\x57\x52\x37\x64\x4b\x38\x6f\x72\x57\x50\x76\x65','\x7a\x78\x75\x31\x57\x52\x75','\x76\x43\x6f\x46\x6f\x30\x4f\x36\x61\x63\x76\x39','\x57\x52\x48\x67\x57\x34\x4f','\x57\x50\x75\x4b\x57\x37\x76\x61\x57\x37\x61\x45\x57\x35\x52\x64\x47\x61','\x57\x51\x64\x63\x54\x64\x62\x6a\x57\x4f\x50\x6c\x57\x4f\x6d\x6f','\x57\x36\x47\x41\x6d\x30\x79','\x57\x51\x74\x64\x54\x77\x53','\x78\x49\x56\x63\x51\x31\x37\x63\x50\x71','\x57\x51\x31\x30\x57\x51\x6d\x53\x69\x57','\x57\x52\x50\x33\x57\x37\x70\x63\x56\x57','\x6c\x6d\x6b\x4a\x6c\x4d\x6c\x63\x56\x74\x30','\x76\x58\x46\x64\x4c\x38\x6b\x4d\x57\x34\x71','\x57\x51\x5a\x64\x55\x77\x68\x63\x51\x68\x5a\x63\x51\x61','\x79\x4d\x75\x55\x57\x51\x6c\x63\x4e\x31\x64\x63\x4c\x68\x65','\x57\x37\x4a\x63\x49\x57\x4a\x64\x48\x64\x71\x71','\x78\x53\x6f\x67\x6b\x75\x4f\x4f\x64\x5a\x4f','\x7a\x78\x75\x48\x57\x51\x33\x63\x49\x71','\x57\x4f\x4c\x32\x57\x4f\x4b\x51\x63\x47','\x77\x38\x6f\x66\x6a\x75\x34\x6b\x67\x59\x72\x54','\x74\x6d\x6f\x63\x6b\x75\x4f','\x57\x51\x7a\x35\x77\x33\x71\x58','\x57\x36\x78\x63\x4a\x48\x52\x63\x4f\x4a\x74\x63\x49\x62\x43','\x57\x4f\x52\x64\x56\x38\x6f\x6b\x43\x57','\x57\x34\x50\x38\x62\x61','\x57\x4f\x37\x64\x47\x38\x6b\x6c\x57\x52\x66\x4b','\x57\x52\x50\x68\x57\x35\x37\x63\x56\x4b\x72\x30\x57\x35\x33\x63\x53\x61','\x57\x4f\x34\x51\x57\x36\x5a\x63\x47\x59\x58\x6f\x73\x31\x6d','\x57\x37\x4b\x47\x57\x34\x69\x78\x61\x43\x6f\x54','\x57\x36\x38\x6d\x6d\x75\x6c\x63\x4e\x71','\x57\x4f\x37\x64\x4d\x38\x6b\x64\x57\x51\x62\x31','\x57\x50\x56\x64\x48\x53\x6b\x6f\x57\x51\x7a\x4b\x57\x36\x79','\x57\x50\x70\x64\x55\x38\x6f\x75','\x57\x52\x6a\x37\x57\x37\x70\x63\x52\x38\x6b\x71\x57\x52\x78\x63\x51\x71','\x70\x33\x6d\x6b\x64\x43\x6b\x76\x57\x50\x30','\x6b\x6d\x6b\x51\x6f\x57','\x57\x50\x2f\x64\x55\x38\x6f\x6c\x43\x59\x34','\x57\x51\x76\x5a\x57\x52\x6d\x73','\x62\x53\x6f\x2b\x57\x36\x4a\x63\x4c\x5a\x75\x33\x57\x35\x31\x43\x57\x36\x74\x63\x47\x67\x4c\x5a\x71\x61','\x57\x51\x4b\x31\x74\x30\x30','\x57\x35\x43\x7a\x41\x61\x39\x36\x57\x51\x52\x64\x4a\x47','\x6f\x43\x6b\x57\x64\x47','\x57\x52\x4b\x31\x74\x65\x42\x64\x47\x58\x76\x2f\x79\x57','\x57\x34\x74\x63\x4e\x5a\x43\x69\x57\x50\x53','\x57\x51\x42\x64\x4f\x61\x79\x58','\x57\x37\x70\x63\x4a\x48\x52\x63\x55\x61','\x57\x52\x6c\x64\x4e\x6d\x6b\x77\x57\x34\x79\x79','\x6f\x4b\x58\x34\x57\x51\x70\x64\x53\x6d\x6f\x72\x57\x4f\x58\x6a','\x7a\x4a\x7a\x43\x57\x34\x37\x64\x48\x38\x6b\x73\x67\x57','\x46\x38\x6f\x4d\x63\x76\x2f\x64\x4c\x43\x6f\x78\x57\x37\x57','\x57\x34\x2f\x64\x55\x6d\x6b\x52\x57\x52\x4b','\x57\x51\x53\x74\x57\x35\x52\x63\x4f\x48\x66\x54\x42\x33\x4f','\x68\x6d\x6b\x42\x41\x61','\x57\x51\x2f\x64\x52\x4d\x4f','\x57\x52\x35\x4e\x57\x51\x57\x74\x62\x57','\x57\x36\x70\x63\x4b\x63\x56\x64\x52\x61','\x57\x52\x4c\x2f\x57\x36\x34','\x57\x36\x6c\x64\x51\x31\x4e\x63\x4c\x71','\x6a\x64\x4a\x64\x4b\x64\x6d\x68','\x71\x53\x6b\x52\x57\x52\x5a\x64\x4c\x67\x71','\x57\x52\x4e\x63\x4c\x43\x6b\x56\x57\x4f\x38','\x57\x52\x35\x4e\x65\x71','\x6b\x6d\x6b\x50\x57\x35\x47','\x70\x38\x6b\x38\x64\x57\x6c\x63\x49\x61\x52\x64\x4c\x38\x6b\x74','\x57\x34\x38\x6d\x46\x72\x66\x48','\x46\x33\x38\x35','\x57\x4f\x30\x35\x57\x37\x4b','\x57\x35\x44\x52\x57\x50\x39\x4d\x6d\x38\x6b\x79','\x57\x52\x4e\x64\x47\x43\x6b\x64\x57\x34\x30\x79\x62\x71','\x57\x51\x68\x64\x55\x53\x6f\x6a\x57\x4f\x57','\x44\x68\x78\x63\x47\x31\x42\x63\x4d\x53\x6b\x39\x44\x62\x61','\x7a\x4a\x7a\x73\x57\x34\x38','\x57\x51\x6a\x32\x57\x37\x5a\x63\x51\x43\x6b\x71','\x45\x38\x6f\x49\x66\x75\x42\x64\x4b\x71','\x57\x35\x4e\x63\x4b\x57\x48\x2b','\x72\x53\x6f\x30\x6b\x6d\x6b\x30\x61\x61','\x57\x36\x34\x77\x72\x5a\x6e\x35','\x77\x43\x6f\x33\x69\x53\x6b\x32\x63\x43\x6b\x46\x57\x35\x31\x36','\x73\x53\x6f\x64\x6a\x4c\x4b\x77','\x6a\x53\x6b\x38\x63\x71\x42\x63\x48\x71','\x57\x51\x76\x2f\x57\x36\x37\x63\x53\x61','\x57\x35\x4f\x6f\x46\x48\x75','\x57\x50\x53\x4b\x57\x36\x56\x63\x4e\x47','\x57\x36\x70\x63\x49\x49\x46\x64\x54\x4a\x71\x6c\x63\x61','\x7a\x57\x64\x63\x51\x66\x37\x63\x47\x53\x6b\x6d\x57\x52\x71','\x70\x6d\x6b\x30\x63\x71\x33\x63\x47\x47\x56\x64\x4f\x47','\x78\x6d\x6b\x52\x57\x52\x71','\x57\x34\x38\x7a\x43\x61\x50\x32\x57\x52\x61','\x57\x52\x79\x67\x70\x67\x4e\x63\x49\x73\x48\x67\x69\x57','\x57\x36\x64\x63\x4c\x59\x78\x64\x50\x59\x34\x44','\x57\x52\x52\x64\x4c\x53\x6b\x62','\x57\x51\x6e\x37\x57\x37\x5a\x63\x56\x38\x6b\x67','\x57\x35\x72\x38\x67\x38\x6f\x74\x68\x71','\x57\x51\x7a\x55\x71\x4d\x6d','\x57\x51\x46\x64\x56\x31\x4a\x63\x55\x68\x4b','\x6f\x53\x6b\x49\x57\x35\x65\x2b','\x57\x50\x56\x64\x54\x53\x6f\x7a\x79\x48\x64\x64\x4e\x5a\x47','\x45\x57\x74\x63\x50\x4b\x38','\x57\x36\x56\x63\x47\x57\x47','\x57\x34\x35\x4b\x57\x50\x35\x4c','\x6a\x48\x52\x63\x49\x63\x66\x41\x57\x37\x6d\x54\x57\x34\x4f','\x57\x51\x4a\x64\x4f\x57\x30\x33\x57\x34\x43','\x57\x35\x78\x64\x53\x43\x6b\x4c\x57\x52\x69','\x43\x63\x54\x6b\x57\x35\x6c\x64\x4a\x53\x6b\x44','\x70\x6d\x6b\x4a\x6a\x4e\x74\x63\x51\x57','\x6d\x4b\x44\x61\x57\x4f\x78\x64\x50\x71','\x57\x34\x44\x52\x66\x53\x6f\x6b\x64\x75\x75\x57\x57\x37\x61','\x57\x36\x34\x4e\x57\x34\x6d\x71','\x75\x6d\x6f\x52\x6d\x47','\x57\x37\x76\x36\x57\x4f\x50\x77\x69\x71','\x57\x37\x78\x63\x53\x64\x79\x57','\x57\x50\x74\x64\x52\x62\x69\x58\x57\x34\x53\x45','\x46\x43\x6f\x53\x63\x4c\x52\x64\x47\x6d\x6f\x44\x57\x36\x2f\x64\x50\x57','\x76\x30\x71\x76\x57\x51\x52\x63\x53\x57','\x6c\x4b\x7a\x39\x57\x51\x56\x64\x4f\x43\x6f\x42\x57\x50\x75','\x57\x37\x65\x44\x57\x35\x5a\x63\x4c\x62\x43\x34','\x57\x36\x4e\x64\x4f\x76\x4e\x63\x4c\x38\x6f\x50\x57\x36\x79','\x57\x36\x64\x63\x50\x4a\x30\x48\x57\x51\x79\x6f\x57\x50\x71\x63','\x57\x35\x6c\x63\x4b\x33\x4f\x35\x74\x61','\x7a\x57\x64\x63\x52\x71','\x57\x51\x61\x43\x6f\x4e\x64\x63\x49\x61','\x43\x68\x71\x50','\x57\x34\x31\x55\x57\x50\x48\x39\x57\x50\x33\x63\x4d\x30\x69\x73','\x57\x34\x50\x37\x57\x4f\x35\x4e\x69\x53\x6b\x62\x57\x52\x75\x42','\x74\x53\x6f\x6c\x6a\x65\x53\x61','\x57\x35\x37\x63\x49\x57\x48\x30','\x43\x6d\x6f\x4e\x64\x57','\x57\x34\x31\x56\x57\x50\x4f','\x6f\x53\x6b\x4f\x57\x35\x4b','\x57\x51\x31\x68\x57\x35\x4a\x63\x51\x30\x76\x59','\x57\x37\x34\x63\x57\x35\x43','\x57\x51\x53\x62\x6f\x30\x74\x63\x4e\x32\x62\x67\x6b\x47','\x57\x52\x79\x6c\x6a\x4d\x38','\x57\x37\x52\x63\x4c\x5a\x4f','\x57\x37\x46\x64\x50\x76\x4e\x63\x4c\x57','\x57\x35\x38\x74\x46\x62\x76\x30\x57\x50\x52\x64\x4a\x32\x75','\x57\x34\x31\x56\x57\x4f\x30','\x71\x62\x37\x64\x4a\x53\x6b\x37','\x6b\x5a\x52\x64\x54\x61','\x57\x52\x30\x31\x76\x4c\x5a\x64\x47\x58\x47','\x57\x51\x4e\x63\x4c\x43\x6b\x53\x57\x50\x4e\x64\x53\x64\x4b\x38\x71\x47','\x6f\x53\x6b\x49\x57\x34\x34\x56','\x72\x38\x6b\x56\x57\x52\x78\x64\x4a\x57','\x6d\x64\x74\x64\x51\x49\x65','\x57\x4f\x34\x2f\x75\x65\x75','\x6b\x4b\x7a\x33\x57\x52\x4b','\x57\x36\x6d\x6a\x6b\x65\x4a\x63\x47\x71','\x6d\x65\x7a\x4f\x57\x51\x5a\x64\x53\x6d\x6f\x44\x57\x4f\x75\x62','\x57\x34\x64\x63\x4e\x74\x5a\x64\x52\x57','\x7a\x4e\x70\x63\x4d\x58\x64\x64\x48\x38\x6f\x49\x69\x61','\x78\x43\x6b\x4b\x57\x52\x43','\x6b\x62\x42\x63\x4c\x73\x61','\x6f\x38\x6b\x59\x64\x47\x5a\x63\x4d\x72\x46\x64\x4f\x6d\x6b\x76','\x57\x52\x35\x4e\x65\x43\x6f\x66\x74\x38\x6b\x68\x57\x50\x71\x30','\x57\x51\x44\x2f\x57\x37\x68\x63\x52\x53\x6b\x71','\x57\x37\x6c\x63\x55\x78\x53\x56\x76\x4a\x64\x64\x4e\x61','\x57\x35\x70\x64\x54\x43\x6b\x47','\x57\x50\x70\x64\x47\x6d\x6b\x77','\x57\x52\x37\x64\x51\x38\x6f\x6a\x57\x50\x48\x39','\x57\x37\x75\x42\x57\x34\x46\x63\x4b\x57\x43\x38\x70\x53\x6f\x73','\x77\x38\x6f\x67\x6b\x75\x53\x77\x63\x57','\x57\x52\x44\x4c\x78\x47','\x79\x57\x74\x63\x56\x30\x33\x63\x49\x71','\x57\x4f\x79\x49\x57\x36\x4e\x63\x48\x49\x54\x68\x74\x57','\x57\x36\x4e\x64\x56\x76\x37\x63\x4e\x53\x6f\x36','\x6c\x74\x37\x64\x4f\x63\x75\x63\x57\x36\x42\x64\x52\x38\x6f\x4f','\x76\x6d\x6f\x70\x6a\x4c\x4b\x72\x62\x47','\x6d\x64\x46\x64\x52\x49\x43\x74','\x69\x53\x6b\x55\x6f\x33\x74\x63\x50\x47','\x6f\x48\x52\x63\x4f\x71\x7a\x75','\x57\x35\x57\x4e\x78\x63\x4e\x64\x4f\x4b\x47','\x57\x35\x34\x55\x7a\x61\x62\x43','\x57\x36\x68\x63\x4b\x72\x64\x64\x4c\x71','\x57\x36\x2f\x64\x48\x6d\x6b\x34\x57\x52\x37\x63\x53\x61','\x57\x51\x7a\x4b\x76\x4e\x6d','\x57\x52\x4e\x64\x53\x6d\x6f\x4b\x57\x4f\x76\x2b\x44\x6d\x6b\x45\x69\x57','\x57\x50\x37\x64\x47\x38\x6b\x64\x57\x51\x44\x59\x57\x37\x65','\x6b\x53\x6b\x49\x65\x67\x46\x63\x52\x59\x5a\x63\x53\x61','\x57\x37\x34\x41\x57\x35\x42\x63\x4d\x62\x53','\x57\x4f\x4f\x4b\x57\x37\x38','\x57\x34\x58\x34\x65\x53\x6f\x63','\x57\x50\x70\x63\x4f\x48\x39\x41\x57\x52\x71','\x6c\x53\x6b\x48\x6c\x4e\x56\x63\x54\x59\x56\x63\x53\x43\x6b\x6f','\x77\x53\x6b\x52\x57\x52\x57','\x57\x51\x42\x64\x51\x77\x70\x63\x4f\x57','\x57\x52\x79\x2f\x74\x65\x2f\x64\x4b\x48\x34','\x79\x53\x6f\x5a\x64\x4d\x30\x72\x57\x35\x57','\x79\x47\x64\x63\x50\x57','\x57\x4f\x6d\x50\x57\x36\x74\x63\x4a\x73\x50\x6c','\x57\x52\x58\x50\x57\x51\x53\x64\x64\x6d\x6b\x6a','\x57\x34\x4a\x63\x48\x47\x35\x37\x57\x4f\x46\x64\x4b\x6d\x6b\x4f','\x41\x71\x37\x63\x52\x61','\x57\x51\x70\x64\x53\x67\x37\x63\x55\x4e\x56\x63\x50\x71','\x57\x51\x78\x64\x56\x53\x6f\x42','\x44\x33\x52\x63\x49\x65\x43','\x57\x34\x37\x63\x53\x62\x44\x4a\x57\x51\x6d','\x57\x50\x57\x35\x57\x37\x52\x63\x4d\x4a\x66\x71\x74\x57','\x57\x36\x6c\x63\x55\x73\x38\x58\x57\x51\x43\x46','\x57\x35\x37\x63\x4a\x61\x7a\x2f\x57\x50\x5a\x64\x4b\x61','\x57\x37\x71\x4e\x57\x35\x38\x76\x67\x38\x6f\x58','\x57\x52\x39\x56\x57\x52\x71\x6f\x64\x43\x6b\x70\x71\x61','\x57\x37\x70\x63\x4c\x57\x4a\x63\x56\x47','\x57\x36\x53\x6d\x70\x75\x4a\x63\x4e\x72\x56\x64\x48\x4e\x61','\x57\x51\x65\x6a\x57\x34\x4c\x4e\x57\x35\x69\x55\x57\x37\x70\x64\x52\x71','\x63\x65\x50\x47\x57\x51\x68\x64\x50\x43\x6f\x6d\x57\x4f\x48\x64','\x75\x62\x37\x64\x4d\x6d\x6b\x32\x57\x34\x64\x63\x4f\x53\x6f\x4d','\x57\x35\x37\x64\x4f\x53\x6b\x48\x57\x52\x4f','\x57\x50\x47\x50\x57\x37\x4a\x63\x4a\x57','\x45\x43\x6f\x49\x67\x61','\x76\x43\x6f\x6c\x6c\x32\x68\x64\x50\x47','\x6c\x53\x6b\x36\x68\x62\x68\x63\x48\x61\x4a\x64\x53\x57','\x57\x37\x4a\x63\x4a\x71\x79','\x7a\x43\x6f\x49\x63\x47','\x57\x51\x66\x2f\x57\x36\x2f\x63\x52\x38\x6b\x43\x57\x51\x42\x63\x54\x47','\x57\x4f\x4e\x64\x53\x53\x6f\x7a\x79\x47','\x57\x35\x4e\x63\x48\x47\x58\x4f\x57\x50\x68\x64\x49\x57','\x6b\x72\x5a\x64\x52\x61\x57\x79','\x57\x4f\x79\x49\x57\x36\x37\x63\x4a\x59\x79','\x45\x71\x64\x63\x53\x4b\x37\x63\x49\x71','\x57\x37\x4f\x4e\x57\x35\x79\x68\x61\x71','\x79\x38\x6f\x4d\x68\x66\x46\x64\x4d\x53\x6b\x74\x57\x36\x30','\x57\x35\x35\x4f\x57\x50\x35\x59\x57\x50\x42\x63\x48\x57\x65\x35','\x57\x35\x4e\x64\x54\x53\x6b\x4f\x57\x52\x37\x63\x49\x48\x75\x51\x73\x57','\x57\x34\x7a\x49\x57\x4f\x48\x36\x6a\x43\x6b\x6b','\x72\x53\x6b\x56\x57\x51\x64\x64\x4a\x77\x62\x48\x57\x4f\x57','\x57\x37\x2f\x64\x4f\x75\x78\x63\x4e\x57','\x57\x51\x35\x6a\x57\x34\x61','\x57\x36\x64\x63\x50\x49\x53','\x57\x36\x74\x63\x49\x57\x33\x63\x56\x58\x46\x63\x4a\x47','\x57\x52\x6c\x64\x55\x78\x4e\x63\x50\x4d\x33\x63\x54\x57','\x70\x43\x6b\x34\x64\x57\x46\x63\x50\x62\x64\x64\x53\x53\x6b\x76','\x57\x36\x43\x67\x57\x35\x33\x63\x4d\x48\x65\x34\x70\x38\x6f\x79','\x57\x36\x5a\x63\x48\x48\x34','\x46\x71\x74\x63\x52\x4c\x46\x63\x4a\x43\x6f\x69\x57\x51\x75','\x57\x50\x78\x64\x55\x38\x6f\x6c','\x57\x52\x44\x53\x66\x6d\x6f\x61\x46\x43\x6b\x44','\x57\x35\x7a\x34\x62\x6d\x6f\x73','\x7a\x5a\x62\x79\x57\x35\x78\x64\x4a\x38\x6b\x6e\x61\x71','\x7a\x74\x54\x62\x57\x35\x34','\x57\x4f\x42\x64\x50\x62\x75\x47','\x57\x52\x37\x64\x4d\x6d\x6b\x61\x57\x34\x53\x79','\x72\x61\x4e\x64\x4e\x38\x6b\x48\x57\x35\x30','\x76\x71\x4a\x64\x48\x43\x6b\x51\x57\x35\x56\x63\x55\x6d\x6f\x59','\x57\x50\x5a\x64\x4f\x49\x4f\x31\x57\x37\x30','\x6a\x4a\x78\x64\x4f\x57','\x57\x52\x48\x4f\x67\x43\x6f\x41','\x57\x37\x2f\x63\x4b\x61\x6c\x64\x4b\x59\x34','\x57\x51\x70\x63\x4c\x6d\x6b\x4c','\x57\x34\x38\x6a\x43\x58\x6a\x57\x57\x52\x56\x64\x4e\x4b\x69','\x57\x36\x68\x63\x47\x57\x4a\x63\x53\x58\x78\x63\x47\x61\x4e\x64\x53\x71','\x57\x52\x64\x64\x53\x33\x5a\x63\x50\x4e\x5a\x63\x51\x43\x6f\x41\x57\x51\x38','\x57\x50\x52\x64\x50\x61\x30\x52\x57\x4f\x4b\x79','\x46\x61\x4e\x63\x54\x31\x33\x63\x4d\x61','\x57\x51\x68\x64\x55\x67\x53','\x57\x34\x4c\x50\x57\x4f\x6a\x4d\x57\x50\x64\x63\x4d\x57\x69','\x57\x52\x65\x68\x6f\x33\x5a\x63\x48\x67\x54\x72','\x57\x51\x4a\x64\x4e\x6d\x6b\x6c\x57\x35\x79','\x57\x36\x4e\x63\x53\x4e\x43\x47\x74\x73\x37\x64\x48\x66\x61','\x76\x53\x6f\x33\x6c\x6d\x6b\x36\x62\x6d\x6b\x6f\x57\x34\x58\x39','\x6a\x62\x42\x63\x4c\x73\x31\x76\x57\x37\x69\x37\x57\x34\x69','\x76\x53\x6f\x30\x69\x6d\x6b\x49\x66\x53\x6b\x50','\x57\x37\x68\x63\x53\x72\x64\x63\x56\x57\x4e\x63\x4d\x71\x6c\x64\x53\x61','\x71\x38\x6f\x35\x6c\x43\x6b\x49\x61\x61','\x69\x4e\x34\x6f\x62\x38\x6f\x62','\x6a\x48\x42\x63\x4c\x64\x53','\x78\x62\x52\x64\x48\x71','\x71\x62\x52\x64\x4e\x43\x6b\x51\x57\x34\x43','\x77\x38\x6f\x6c\x70\x66\x30\x6e\x63\x5a\x4b','\x57\x34\x70\x63\x4a\x71\x76\x2f\x57\x4f\x64\x64\x49\x53\x6b\x35\x78\x61','\x41\x53\x6f\x4c\x63\x30\x56\x64\x56\x61','\x6e\x75\x7a\x51\x57\x52\x33\x64\x52\x43\x6f\x77\x57\x4f\x79','\x57\x34\x52\x64\x54\x43\x6b\x2b\x57\x52\x56\x63\x4d\x72\x53\x55','\x57\x36\x38\x6d\x6f\x61','\x57\x34\x6c\x63\x47\x48\x34','\x75\x6d\x6b\x56\x57\x52\x37\x64\x49\x67\x72\x58','\x57\x35\x37\x63\x49\x57\x72\x4f\x57\x50\x42\x63\x4a\x53\x6b\x39\x73\x47','\x69\x53\x6b\x5a\x68\x47\x4e\x63\x4d\x62\x52\x64\x53\x38\x6b\x64','\x69\x6d\x6b\x59\x75\x5a\x54\x64\x57\x50\x42\x63\x53\x61\x6e\x66\x57\x35\x71\x53\x57\x52\x65\x48','\x71\x43\x6f\x58\x6e\x38\x6b\x59','\x57\x37\x66\x44\x42\x73\x4e\x64\x4e\x74\x6d\x6f\x6c\x59\x6d\x79\x57\x50\x58\x31\x41\x57','\x57\x52\x78\x63\x55\x4a\x6a\x79\x57\x4f\x79','\x57\x52\x6d\x30\x72\x71','\x57\x51\x47\x56\x74\x61','\x57\x52\x33\x64\x52\x43\x6f\x68\x57\x4f\x31\x37\x44\x6d\x6b\x46\x65\x57','\x57\x52\x70\x64\x54\x67\x64\x63\x55\x4d\x74\x63\x50\x6d\x6f\x63\x57\x36\x30','\x70\x43\x6b\x49\x57\x35\x43\x2b\x57\x37\x54\x44','\x57\x50\x57\x34\x57\x36\x56\x63\x4d\x63\x4f','\x57\x51\x47\x4a\x57\x37\x5a\x63\x4a\x59\x58\x6e\x72\x76\x75','\x57\x37\x42\x63\x54\x64\x30','\x57\x52\x66\x4b\x76\x67\x71\x47\x57\x36\x68\x63\x50\x6d\x6f\x51','\x79\x33\x37\x63\x49\x65\x64\x63\x55\x38\x6b\x36\x46\x48\x69','\x72\x38\x6f\x48\x6d\x32\x6c\x64\x54\x57','\x57\x51\x4a\x64\x56\x78\x57','\x41\x71\x33\x63\x56\x30\x2f\x63\x4f\x43\x6f\x6b\x57\x52\x61','\x57\x36\x38\x4a\x57\x34\x69','\x57\x34\x34\x6a\x46\x58\x38','\x69\x32\x4b\x6f','\x57\x37\x70\x64\x50\x76\x56\x63\x48\x43\x6f\x34','\x57\x50\x37\x64\x47\x6d\x6b\x6d\x57\x52\x7a\x4f\x57\x36\x61\x54\x57\x34\x38','\x57\x51\x66\x55\x77\x32\x75\x33\x57\x37\x53','\x57\x51\x5a\x64\x49\x38\x6b\x43\x57\x34\x75\x7a\x62\x76\x69\x48','\x57\x34\x58\x34\x65\x53\x6f\x63\x68\x75\x61','\x57\x52\x58\x55\x57\x51\x4b\x69\x63\x43\x6b\x6a','\x57\x51\x78\x63\x49\x6d\x6b\x4e','\x57\x52\x35\x4a\x57\x52\x69\x65\x6b\x38\x6b\x75\x75\x6d\x6f\x74','\x57\x52\x48\x4f\x67\x38\x6f\x79\x44\x38\x6b\x41','\x57\x34\x2f\x64\x56\x38\x6b\x37\x57\x52\x56\x63\x4e\x62\x7a\x53\x73\x57','\x57\x36\x6c\x63\x47\x71\x74\x64\x47\x63\x34\x67\x74\x62\x75','\x57\x37\x53\x72\x57\x35\x5a\x63\x4d\x48\x43\x31','\x57\x34\x58\x47\x57\x4f\x66\x4b\x57\x50\x57','\x57\x51\x7a\x32\x57\x37\x4a\x63\x54\x71','\x57\x35\x58\x4f\x57\x4f\x66\x4c\x57\x50\x5a\x63\x48\x57','\x57\x52\x4c\x37\x57\x37\x5a\x63\x51\x43\x6b\x72','\x57\x52\x33\x63\x4b\x38\x6b\x32\x57\x4f\x6c\x64\x51\x5a\x34\x50','\x57\x36\x5a\x63\x4a\x62\x46\x63\x52\x57','\x57\x36\x34\x4a\x57\x35\x30\x68\x63\x47','\x69\x43\x6b\x4b\x57\x37\x4f\x73\x57\x35\x30','\x57\x4f\x52\x64\x55\x38\x6f\x6c','\x57\x4f\x69\x35\x57\x37\x4e\x63\x4e\x47\x66\x6e\x72\x76\x6d','\x6c\x4c\x66\x47\x57\x51\x52\x64\x54\x53\x6f\x44\x57\x50\x6a\x46','\x57\x52\x4b\x32\x71\x31\x33\x64\x4c\x72\x6d','\x43\x4e\x38\x4a\x57\x51\x78\x63\x4b\x31\x46\x63\x4a\x4e\x47','\x76\x47\x4e\x64\x4b\x38\x6b\x55\x57\x34\x69','\x69\x71\x46\x63\x48\x4a\x31\x4f','\x57\x35\x39\x53\x57\x52\x6a\x48\x57\x50\x4a\x63\x47\x71\x30','\x57\x51\x39\x48\x65\x6d\x6f\x70','\x57\x51\x56\x63\x55\x49\x30','\x70\x75\x54\x51\x57\x51\x37\x64\x52\x38\x6f\x44\x57\x4f\x75','\x57\x37\x70\x63\x53\x64\x38\x58\x57\x52\x30\x69','\x57\x50\x6c\x64\x54\x6d\x6f\x42\x43\x57','\x57\x51\x54\x50\x57\x52\x75\x6b\x62\x47','\x79\x4e\x70\x63\x4e\x30\x57','\x57\x37\x71\x54\x57\x35\x79','\x6f\x48\x52\x63\x4c\x61','\x57\x36\x70\x63\x4b\x73\x6c\x64\x52\x47','\x57\x51\x2f\x64\x4b\x43\x6b\x41\x57\x34\x71\x46','\x6e\x5a\x37\x64\x51\x59\x47\x46\x57\x36\x68\x64\x56\x47','\x57\x37\x78\x63\x48\x57\x4e\x63\x54\x64\x64\x63\x48\x57\x70\x64\x53\x71','\x57\x52\x39\x4d\x67\x38\x6b\x72\x42\x61','\x57\x4f\x74\x64\x50\x62\x69\x57\x57\x34\x53','\x57\x36\x33\x63\x55\x49\x30\x4c\x57\x52\x47\x4c\x57\x4f\x65\x68','\x57\x35\x57\x36\x78\x49\x65','\x57\x35\x65\x76\x46\x57'];_0x12d2=function(){return _0x487bfd;};return _0x12d2();}function conditionalScopeStart(_0x5857e4,_0x14ac11,_0x4032a9){const _0x3acdc7=_0x4925e0;let _0x4a38b4=_0x14ac11;for(let _0x22efe0=_0x4032a9-(-0x1140+0x13e7+0x6*-0x71);_0x22efe0>=_0x14ac11;_0x22efe0-=-0x141d*-0x1+0x269*0x8+-0x2764*0x1){if(_0x3acdc7(0x365,'\x21\x56\x4c\x4c')!==_0x3acdc7(0x3cf,'\x41\x26\x59\x4b'))return[_0x2b4662[_0x3acdc7(0x313,'\x55\x24\x47\x68')]];else{if(PREDICATE_COORDINATOR_TERMS[_0x3acdc7(0x4cb,'\x6b\x23\x44\x4e')](_0x5857e4[_0x22efe0]?.[_0x3acdc7(0x605,'\x75\x4b\x32\x42')]??'')){if(_0x3acdc7(0x6a3,'\x79\x53\x55\x43')==='\x67\x4d\x45\x75\x61')return/(?:\bnot|n't)\s+only\b[\s\S]*\bbut\s+also\b/i[_0x3acdc7(0x382,'\x4a\x6a\x79\x67')](_0x180bb2(_0x1791e7));else{_0x4a38b4=_0x22efe0+(-0x1490+-0x1ecb+0x335c);break;}}}}for(let _0x5c9ef0=_0x4a38b4;_0x5c9ef0<_0x4032a9;_0x5c9ef0+=-0x95c+-0xd06+0x1663){const _0x47b638=_0x5857e4[_0x5c9ef0]?.[_0x3acdc7(0x2fd,'\x38\x63\x21\x6a')]??'';if(isFinitePredicateTerm(_0x47b638)||KNOWN_EVIDENCE_ACTION_TERMS['\x68\x61\x73'](_0x47b638)||_0x47b638[_0x3acdc7(0x79b,'\x68\x4e\x37\x78')](_0x3acdc7(0x8bc,'\x23\x51\x25\x30')))return _0x4a38b4;}return _0x4032a9;}function lexRequiredEvidence(_0x59f80f){const _0x1f8f42=_0x4925e0,_0xcd76ea=stripFactualTemporalParentheticals(_0x59f80f[_0x1f8f42(0x4e2,'\x62\x64\x63\x6a')](REDACTION_MARKER_RE,'\x20'))[_0x1f8f42(0x232,'\x73\x25\x78\x66')+_0x1f8f42(0x886,'\x6a\x5e\x33\x41')]()[_0x1f8f42(0x3a2,'\x25\x64\x24\x23')](/[\u2018\u2019]/g,'\x27'),_0xc8fe50=[],_0x1229e2=_0xcd76ea[_0x1f8f42(0x507,'\x23\x51\x25\x30')](/[a-z0-9_]+(?:'[a-z]+)?/gu);let _0x5c78d2=0x22ed+0x241e+-0x470b,_0x23c0d9=0x25*0x13+-0x134e+0x1*0x108f;for(const _0x1daacc of _0x1229e2){if('\x6e\x44\x6e\x4e\x7a'!=='\x69\x4f\x4e\x5a\x59'){if(_0xc8fe50[_0x1f8f42(0x2db,'\x4a\x25\x55\x5d')]>=MAX_REQUIRED_EVIDENCE_TERMS)break;const _0x265678=_0x1daacc[_0x1f8f42(0x304,'\x45\x73\x6d\x61')],_0x2f8486=_0x265678+_0x1daacc[-0x18ef+0x1ca*0x13+0x3*-0x305][_0x1f8f42(0x849,'\x59\x73\x61\x39')],_0x1c9136=_0xcd76ea[_0x1f8f42(0x63c,'\x7a\x33\x4e\x69')](_0x5c78d2,_0x265678);if(_0xc8fe50[_0x1f8f42(0x749,'\x54\x5d\x24\x4b')]>-0x1b6b+-0x1834+0x339f&&/[.!?;\r\n]/u[_0x1f8f42(0x681,'\x73\x25\x78\x66')](_0x1c9136))_0x23c0d9+=-0x1*0x16bd+0x1e81+-0x7c3;_0xc8fe50[_0x1f8f42(0x2ff,'\x36\x4e\x6f\x4e')]({'\x76\x61\x6c\x75\x65':_0x1daacc[-0x4a*-0x68+0xe79*0x2+-0x86e*0x7],'\x73\x74\x61\x72\x74':_0x265678,'\x65\x6e\x64':_0x2f8486,'\x63\x6c\x61\x75\x73\x65':_0x23c0d9,'\x63\x6f\x6d\x6d\x61\x42\x65\x66\x6f\x72\x65':_0x1c9136[_0x1f8f42(0x54f,'\x6e\x38\x46\x4f')]('\x2c'),'\x63\x6f\x6d\x70\x6f\x75\x6e\x64':_0xcd76ea[_0x265678-(0x2*0x397+0x848+0x527*-0x3)]==='\x2d'||_0xcd76ea[_0x2f8486]==='\x2d'}),_0x5c78d2=_0x2f8486;}else _0x5cbdba(_0x4b7fa4,_0x23d9fc);}const _0x39b9d3=Array[_0x1f8f42(0x7a9,'\x78\x62\x5e\x21')]({'\x6c\x65\x6e\x67\x74\x68':_0xc8fe50[_0x1f8f42(0x707,'\x38\x63\x21\x6a')]},()=>![]),_0x4d9649=Array[_0x1f8f42(0x3ed,'\x75\x4b\x32\x42')]({'\x6c\x65\x6e\x67\x74\x68':_0xc8fe50[_0x1f8f42(0x817,'\x40\x5b\x7a\x34')]},()=>![]),_0x953e83=Array[_0x1f8f42(0x4a0,'\x21\x56\x4c\x4c')]({'\x6c\x65\x6e\x67\x74\x68':_0xc8fe50[_0x1f8f42(0x86a,'\x2a\x32\x6e\x49')]},()=>-0x767+-0x3ce*0x2+0x501*0x3),_0x32eda2=Array[_0x1f8f42(0x7a9,'\x78\x62\x5e\x21')]({'\x6c\x65\x6e\x67\x74\x68':_0xc8fe50['\x6c\x65\x6e\x67\x74\x68']},()=>_0xc8fe50[_0x1f8f42(0x707,'\x38\x63\x21\x6a')]);for(let _0xdf6963=-0x3b1+0x2f*-0x85+0x1c1c;_0xdf6963<_0xc8fe50[_0x1f8f42(0x420,'\x36\x4e\x6f\x4e')];_0xdf6963+=-0x368*-0x4+-0x9f*-0x10+0x1*-0x178f){if(isFactualOnceUse(_0xc8fe50,_0xdf6963))_0x39b9d3[_0xdf6963]=!![];}let _0x305cb4=0x3*-0xc85+-0xcca+0x1*0x3259;for(let _0x48e270=0x20a0+-0x17*0x6f+-0x78d*0x3;_0x48e270<_0xc8fe50[_0x1f8f42(0x311,'\x55\x24\x47\x68')];_0x48e270+=-0x3*0x161+0x84f+0x42b*-0x1){if(_0x48e270>0x76*-0xb+0x2342+-0x150*0x17&&_0xc8fe50[_0x48e270-(-0x2ea+0x13f2+-0x1107)]?.[_0x1f8f42(0x757,'\x54\x4d\x6f\x47')]!==_0xc8fe50[_0x48e270]?.[_0x1f8f42(0x37f,'\x2a\x32\x6e\x49')])_0x305cb4=_0x48e270;_0x953e83[_0x48e270]=_0x305cb4;}let _0x1ed9ab=_0xc8fe50[_0x1f8f42(0x3be,'\x57\x52\x43\x4b')];for(let _0x13865a=_0xc8fe50[_0x1f8f42(0x6ee,'\x73\x25\x78\x66')]-(-0x9c2+0x1b89+-0x11c6);_0x13865a>=-0x1a3*-0x2+0x20d8+-0xc9*0x2e;_0x13865a-=-0x2*-0xcbf+0x17f4+-0x3171){const _0x2256eb=_0xc8fe50[_0x13865a],_0x5e952b=_0xc8fe50[_0x13865a+(-0x5*-0x763+-0x26e7+0x1f9)];if(!_0x2256eb)continue;if(_0x5e952b===undefined||_0x5e952b[_0x1f8f42(0x191,'\x21\x56\x4c\x4c')]!==_0x2256eb[_0x1f8f42(0x863,'\x45\x73\x6d\x61')]){if(_0x1f8f42(0x801,'\x45\x73\x6d\x61')===_0x1f8f42(0x7dd,'\x73\x25\x78\x66'))_0x1ed9ab=_0x13865a+(0x2331+0x1*-0x3b+-0x22f5);else{const _0x114360=new _0x158474([_0x2d8121]),_0x555d23=new _0x2aa5a5();_0x1a1621(_0x2d1c06,_0x555d23);if(_0x555d23[_0x1f8f42(0x512,'\x4a\x25\x55\x5d')]===0x1*-0x15d8+0x1*-0x55+0x162d)_0x1ee036(_0x27f013,_0x114360);for(const _0x2f731a of _0x555d23){_0x114360[_0x1f8f42(0x7e1,'\x25\x64\x24\x23')](_0x2f731a),_0x54026b(_0x2f731a,_0x114360);}return _0x114360;}}_0x32eda2[_0x13865a]=_0x1ed9ab;}const _0x4b98e2=[];for(let _0x2a0d1a=-0x1*-0x19be+-0x2689*0x1+-0x5*-0x28f;_0x2a0d1a+(-0x2*0xf5+-0x155f+0x174a)<_0xc8fe50[_0x1f8f42(0x7a1,'\x25\x5b\x5d\x6e')];_0x2a0d1a+=-0x2409+0x1369+-0x21*-0x81){if(_0x1f8f42(0x2f0,'\x78\x62\x5e\x21')!==_0x1f8f42(0x2f0,'\x78\x62\x5e\x21')){const _0x4ae5a6=_0x1bc81f[_0x1f8f42(0x84d,'\x6e\x38\x46\x4f')][_0x247305['\x76\x65\x72\x62\x49\x6e\x64\x65'+'\x78']]?.[_0x1f8f42(0x62e,'\x45\x73\x6d\x61')]??'';if(_0x31b0bc(_0x1d4058,_0x42ac97)||_0xee0c25(_0x89ba65,_0x1f1e6a))return![];if(_0x365979[_0x1f8f42(0x770,'\x5d\x6b\x6e\x5d')](_0x4ae5a6))return!![];if(_0x4ae5a6[_0x1f8f42(0x5c1,'\x35\x25\x37\x72')]('\x69\x6e\x67')){if(_0x22ef25[_0x1f8f42(0x950,'\x7a\x33\x4e\x69')+'\x78']===_0x3a0ddb[_0x1f8f42(0x4c1,'\x30\x76\x32\x4f')+'\x72\x74'])return!![];const _0x1e0632=_0x4d98b0(_0x31c08b,_0x2489e4,![]);return _0x1e0632!==_0x2f51f8&&(_0x5dbe6f[_0x1f8f42(0x877,'\x34\x34\x6f\x72')](_0x1e0632)||_0x40300c[_0x1f8f42(0x770,'\x5d\x6b\x6e\x5d')](_0x1e0632)||_0x1f5c97[_0x1f8f42(0x627,'\x4a\x25\x55\x5d')](_0x1e0632));}const _0x54e3a0=_0x56ef13(_0x1f3455,_0x34b7e5,!![]);if(_0x51a147[_0x1f8f42(0x8c7,'\x45\x73\x6d\x61')](_0x4ae5a6))return _0x54e3a0!==_0xfd9408&&_0x33a557[_0x1f8f42(0x6b8,'\x5d\x4e\x40\x5d')](_0x54e3a0);return _0x54e3a0!==_0x360eac&&(_0x3bd388[_0x1f8f42(0x55f,'\x71\x6d\x78\x6d')](_0x54e3a0)||_0x1bc5b9[_0x1f8f42(0x8ac,'\x68\x4e\x37\x78')](_0x54e3a0));}else{if(!isParentheticalIfNotModifier(_0xc8fe50,_0x2a0d1a))continue;const _0xa03d0f=_0xc8fe50[_0x2a0d1a][_0x1f8f42(0x666,'\x54\x5d\x24\x4b')];let _0x26a718=_0x2a0d1a+(-0x49*-0x1d+-0x16b*-0xd+-0x557*0x5);while(_0x26a718<_0xc8fe50[_0x1f8f42(0x25d,'\x78\x62\x5e\x21')]&&_0xc8fe50[_0x26a718]?.[_0x1f8f42(0x1ab,'\x6e\x38\x46\x4f')]===_0xa03d0f&&!_0xc8fe50[_0x26a718]?.[_0x1f8f42(0x593,'\x5e\x42\x72\x54')+_0x1f8f42(0x8cb,'\x35\x25\x37\x72')])_0x26a718+=-0x9ef*-0x3+0x3*-0x33d+-0x1*0x1415;if(_0x26a718>=_0xc8fe50[_0x1f8f42(0x707,'\x38\x63\x21\x6a')]||_0xc8fe50[_0x26a718]?.[_0x1f8f42(0x330,'\x68\x4e\x37\x78')]!==_0xa03d0f)continue;const _0x39bba1=_0x2a0d1a===-0x1246*0x1+0x1c24*-0x1+0x2e6a||_0xc8fe50[_0x2a0d1a-(0xb76+0x4*-0x662+-0x1*-0xe13)]?.[_0x1f8f42(0x558,'\x4e\x72\x30\x56')]!==_0xa03d0f||_0xc8fe50[_0x2a0d1a]?.[_0x1f8f42(0x301,'\x59\x73\x61\x39')+_0x1f8f42(0x1c1,'\x25\x64\x24\x23')];if(!_0x39bba1)continue;const _0x8ec106=_0x2a0d1a>0x8af*0x1+0x9*0x2f5+0x2*-0x11a6&&_0xc8fe50[_0x2a0d1a-(-0x3*0xaf1+-0x123c+0x3310)]?.[_0x1f8f42(0x74e,'\x5d\x6b\x6e\x5d')]===_0xa03d0f&&_0xc8fe50[_0x2a0d1a]?.['\x63\x6f\x6d\x6d\x61\x42\x65\x66'+_0x1f8f42(0x50d,'\x54\x5d\x24\x4b')];for(let _0x94a7a6=_0x2a0d1a;_0x94a7a6<_0x26a718;_0x94a7a6+=-0x167*0xf+-0xc9f+0x1*0x21a9)_0x39b9d3[_0x94a7a6]=!![];if(_0x8ec106){if(_0x1f8f42(0x35e,'\x25\x64\x24\x23')===_0x1f8f42(0x952,'\x6b\x23\x44\x4e')){const _0x19fa30=_0xcae24d['\x6d\x61\x74\x63\x68'](/[a-z0-9_]+/gu)??[],_0x5d4d30=_0x4c70de(_0x363372,_0xa8ed5b);return _0x19fa30['\x66\x6c\x61\x74\x4d\x61\x70']((_0x171ec0,_0x531704)=>_0x5d4d30[_0x1f8f42(0x5af,'\x5e\x42\x72\x54')](_0x171ec0)?[_0x531704]:[]);}else _0x4d9649[_0x2a0d1a]=!![],_0x4d9649[_0x26a718]=!![];}_0x2a0d1a=_0x26a718-(0x251b*0x1+-0x15b*-0x16+-0x42ec);}}for(let _0x4fcb39=0x4*-0x291+-0xb26+0x156a;_0x4fcb39<_0xc8fe50['\x6c\x65\x6e\x67\x74\x68'];_0x4fcb39+=-0xfc8+0x2fb*0x5+-0x1*-0xe2){const _0x13a945=_0xc8fe50[_0x4fcb39]?.['\x76\x61\x6c\x75\x65']??'',_0x228053=COMMA_DELIMITED_SUBORDINATOR_TERMS[_0x1f8f42(0x76e,'\x25\x64\x24\x23')](_0x13a945)||COMMA_DELIMITED_PREPOSITION_TERMS[_0x1f8f42(0x496,'\x25\x5b\x5d\x6e')](_0x13a945)||isBlockingRootPredicateModifierTerm(_0x13a945)||/ly$/u[_0x1f8f42(0x32c,'\x45\x76\x38\x71')](_0x13a945);if(_0x39b9d3[_0x4fcb39]||!_0x228053)continue;const _0x107525=_0xc8fe50[_0x4fcb39][_0x1f8f42(0x18d,'\x4a\x25\x55\x5d')];let _0x5e64bd=_0x4fcb39+(-0xac*0x8+0x1304*0x2+-0x20a7);while(_0x5e64bd<_0xc8fe50[_0x1f8f42(0x20d,'\x68\x4e\x37\x78')]&&_0xc8fe50[_0x5e64bd]?.[_0x1f8f42(0x639,'\x45\x76\x38\x71')]===_0x107525&&!_0xc8fe50[_0x5e64bd]?.[_0x1f8f42(0x8a5,'\x62\x64\x63\x6a')+_0x1f8f42(0x712,'\x41\x4c\x5b\x2a')])_0x5e64bd+=0x2201+0x22f2+0x2c2*-0x19;if(_0x5e64bd>=_0xc8fe50[_0x1f8f42(0x20d,'\x68\x4e\x37\x78')]||_0xc8fe50[_0x5e64bd]?.[_0x1f8f42(0x2a0,'\x4a\x6a\x79\x67')]!==_0x107525)continue;const _0x490245=_0x4fcb39===0xc5*0x2+-0x1*-0xae4+0xc6e*-0x1||_0xc8fe50[_0x4fcb39-(0x236e+-0x24*-0x40+0xecf*-0x3)]?.[_0x1f8f42(0x5b7,'\x73\x69\x7a\x6a')]!==_0x107525||_0xc8fe50[_0x4fcb39]?.[_0x1f8f42(0x221,'\x42\x34\x77\x53')+_0x1f8f42(0x856,'\x36\x34\x30\x2a')];if(!_0x490245)continue;const _0x21afc7=_0x4fcb39>-0x28c*0x4+0x236a+-0x193a&&_0xc8fe50[_0x4fcb39-(0x4c*-0x59+-0x9*0x1c1+-0x151b*-0x2)]?.[_0x1f8f42(0x18b,'\x40\x5b\x7a\x34')]===_0x107525&&_0xc8fe50[_0x4fcb39]?.[_0x1f8f42(0x783,'\x5d\x4e\x40\x5d')+_0x1f8f42(0x4ac,'\x6b\x23\x44\x4e')];let _0xb3f81a=![];for(let _0x1f0981=_0x4fcb39;_0x1f0981<_0x5e64bd;_0x1f0981+=0x32*-0x77+-0x3df*0x5+-0x10a*-0x29){if(isFinitePredicateTerm(_0xc8fe50[_0x1f0981]?.[_0x1f8f42(0x7de,'\x5d\x4e\x40\x5d')]??''))_0xb3f81a=!![];}if(isConditionalMarkerUse(_0xc8fe50,_0x4fcb39))_0x4b98e2[_0x1f8f42(0x79c,'\x42\x34\x77\x53')]({'\x73\x74\x61\x72\x74':conditionalScopeStart(_0xc8fe50,_0x953e83[_0x4fcb39]??-0x1e56+-0x2449+-0x1*-0x429f,_0x4fcb39),'\x65\x6e\x64':_0x32eda2[_0x4fcb39]??_0x5e64bd});else{if(isClauseInitialEvidentialHedgeTerm(_0x13a945)){if(_0x1f8f42(0x1ae,'\x41\x26\x59\x4b')!==_0x1f8f42(0x91a,'\x4d\x59\x69\x5b')){if(_0x4fbbc5>0xb71*-0x3+0x1650+-0x3*-0x401&&_0x4be4e3[_0x532145-(-0x2*-0xcd1+-0x10d3+0x31*-0x2e)]?.[_0x1f8f42(0x2a0,'\x4a\x6a\x79\x67')]!==_0x4e0490[_0x13bd22]?.['\x63\x6c\x61\x75\x73\x65'])_0x15eb4c=_0x7cd933;_0x4235f1[_0x1a1791]=_0x54e26a;}else _0x4b98e2[_0x1f8f42(0x450,'\x71\x6d\x78\x6d')]({'\x73\x74\x61\x72\x74':_0x4fcb39,'\x65\x6e\x64':_0x32eda2[_0x4fcb39]??_0x5e64bd});}else{if(_0xb3f81a)_0x1f8f42(0x2e3,'\x38\x63\x21\x6a')===_0x1f8f42(0x18f,'\x71\x6d\x78\x6d')?_0x288f6b[_0x1f8f42(0x8f2,'\x5e\x42\x72\x54')]():_0x4b98e2[_0x1f8f42(0x39e,'\x55\x24\x47\x68')]({'\x73\x74\x61\x72\x74':_0x4fcb39,'\x65\x6e\x64':_0x5e64bd});else{for(let _0x3d4808=_0x4fcb39;_0x3d4808<_0x5e64bd;_0x3d4808+=0x235d+0x139d+-0x3*0x1253)_0x39b9d3[_0x3d4808]=!![];}}}_0x21afc7&&(_0x4d9649[_0x4fcb39]=!![],_0x4d9649[_0x5e64bd]=!![]),_0x4fcb39=_0x5e64bd-(0x268a*0x1+-0x97*0x7+0x16f*-0x18);}const _0x580bf4=Array[_0x1f8f42(0x415,'\x30\x30\x5b\x66')]({'\x6c\x65\x6e\x67\x74\x68':_0xc8fe50[_0x1f8f42(0x3a3,'\x50\x40\x21\x41')]},()=>![]);for(const _0x1aafa4 of _0x4b98e2){if(_0x1f8f42(0x642,'\x30\x76\x32\x4f')!==_0x1f8f42(0x90b,'\x36\x34\x30\x2a')){for(let _0x1e833e=_0x1aafa4[_0x1f8f42(0x73d,'\x6b\x23\x44\x4e')];_0x1e833e<_0x1aafa4[_0x1f8f42(0x844,'\x36\x4e\x6f\x4e')];_0x1e833e+=0xbb*0x15+-0xd*-0x24b+-0x2d25)_0x580bf4[_0x1e833e]=!![];}else return _0x1f8f42(0x5f1,'\x59\x73\x61\x39')+_0x1f8f42(0x3ef,'\x54\x4d\x6f\x47');}for(let _0x43e7a2=-0xe55+0x62*-0x38+0x23c5*0x1;_0x43e7a2<_0xc8fe50[_0x1f8f42(0x748,'\x79\x53\x55\x43')];_0x43e7a2+=0x3*0xcd7+0x1*0x8a8+0x2f2c*-0x1){if(_0x39b9d3[_0x43e7a2]||!isConditionalMarkerUse(_0xc8fe50,_0x43e7a2))continue;const _0x3bda48=_0xc8fe50[_0x43e7a2][_0x1f8f42(0x191,'\x21\x56\x4c\x4c')],_0x3c6c84=conditionalScopeStart(_0xc8fe50,_0x953e83[_0x43e7a2]??0xc0b*0x2+0x3*0x9d5+-0x3595,_0x43e7a2),_0x3d922a=_0x32eda2[_0x43e7a2]??_0xc8fe50[_0x1f8f42(0x3d6,'\x6b\x23\x44\x4e')];for(let _0x54a660=_0x3c6c84;_0x54a660<_0x3d922a;_0x54a660+=0x10b*-0xb+0x1cea+-0x1170){const _0x8b3d01=_0xc8fe50[_0x54a660];if(!_0x8b3d01||_0x8b3d01[_0x1f8f42(0x843,'\x59\x73\x61\x39')]!==_0x3bda48)break;_0x580bf4[_0x54a660]=!![];}}for(let _0x23eb44=-0x25*0x51+0x148+0xa6d*0x1;_0x23eb44<_0xc8fe50[_0x1f8f42(0x20d,'\x68\x4e\x37\x78')];_0x23eb44+=0x1bf9+0x31*0xad+0x3d15*-0x1){if('\x78\x51\x57\x48\x44'!=='\x45\x5a\x6a\x41\x4f'){const _0x156764=_0xc8fe50[_0x23eb44];let _0x356ea9=_0x23eb44===-0x1*0xcd1+0x1872+-0x1*0xba1||_0xc8fe50[_0x23eb44-(-0x1755+-0x5db*-0x3+0xd3*0x7)]?.[_0x1f8f42(0x67d,'\x5e\x42\x72\x54')]!==_0x156764?.[_0x1f8f42(0x853,'\x71\x6d\x78\x6d')];if(!_0x356ea9&&_0x156764?.[_0x1f8f42(0x96a,'\x6b\x23\x44\x4e')+_0x1f8f42(0x25e,'\x5d\x6b\x6e\x5d')]){if(_0x1f8f42(0x548,'\x23\x51\x25\x30')===_0x1f8f42(0x167,'\x32\x72\x33\x34')){_0x356ea9=!![];for(let _0x5ca969=_0x23eb44-(-0x77f*-0x4+0x2114+-0x3f0f);_0x5ca969>=-0x2*0x1225+0x1*-0x1c8b+0x40d5;_0x5ca969-=0x125*0x6+0x588+0x1*-0xc65){if(_0x1f8f42(0x14f,'\x35\x25\x37\x72')!==_0x1f8f42(0x1e5,'\x57\x52\x43\x4b'))return _0x108170===_0x1f8f42(0x93a,'\x68\x4e\x37\x78')?'\x68\x69\x67\x68':_0x1f8f42(0x903,'\x32\x72\x33\x34');else{const _0x5ed108=_0xc8fe50[_0x5ca969];if(!_0x5ed108||_0x5ed108[_0x1f8f42(0x8a7,'\x62\x64\x63\x6a')]!==_0x156764[_0x1f8f42(0x228,'\x42\x34\x77\x53')])break;if(_0x39b9d3[_0x5ca969]||LEADING_CLAUSE_MODIFIER_TERMS['\x68\x61\x73'](_0x5ed108[_0x1f8f42(0x6f3,'\x25\x5b\x5d\x6e')])||AFFIRMATIVE_PREDICATE_MODIFIER_TERMS[_0x1f8f42(0x55f,'\x71\x6d\x78\x6d')](_0x5ed108[_0x1f8f42(0x1a5,'\x21\x56\x4c\x4c')]))continue;_0x356ea9=![];break;}}}else{const _0x169fd2=_0x2c7707[_0x1f8f42(0x41c,'\x4a\x25\x55\x5d')](-0xae3+0x26ca+-0x1be7,-(0x14*0x19d+-0x7f2+0x7*-0x379));_0x2cab9d[_0x1f8f42(0x629,'\x71\x6d\x78\x6d')](_0x169fd2+'\x66'),_0x45b83c[_0x1f8f42(0x403,'\x6b\x23\x44\x4e')](_0x169fd2+'\x66\x65');return;}}if(!_0x156764||!_0x356ea9||!INVERTED_CONDITIONAL_AUXILIARY_TERMS[_0x1f8f42(0x8b4,'\x79\x53\x55\x43')](_0x156764[_0x1f8f42(0x8de,'\x2a\x32\x6e\x49')]))continue;const _0x1fedfa=_0x32eda2[_0x23eb44]??_0xc8fe50[_0x1f8f42(0x4c4,'\x41\x4c\x5b\x2a')];for(let _0x159297=_0x23eb44;_0x159297<_0x1fedfa;_0x159297+=-0x57*0x41+0x2*0xd7e+0x139*-0x4){if(_0xc8fe50[_0x159297]?.[_0x1f8f42(0x8e3,'\x23\x51\x25\x30')]!==_0x156764[_0x1f8f42(0x191,'\x21\x56\x4c\x4c')])break;_0x580bf4[_0x159297]=!![];}}else return _0x2b3c60===_0x1f8f42(0x7d0,'\x70\x21\x57\x49')||_0x209889===_0x1f8f42(0x7f3,'\x32\x72\x33\x34')||_0x14f8e2===_0x1f8f42(0x7b8,'\x36\x4e\x6f\x4e')?_0xb84fc9:_0x1f8f42(0x1fc,'\x4a\x78\x36\x59');}return{'\x74\x6f\x6b\x65\x6e\x73':_0xc8fe50,'\x69\x67\x6e\x6f\x72\x65\x64':_0x39b9d3,'\x74\x72\x61\x6e\x73\x70\x61\x72\x65\x6e\x74\x43\x6f\x6d\x6d\x61\x42\x65\x66\x6f\x72\x65':_0x4d9649,'\x63\x6f\x6e\x64\x69\x74\x69\x6f\x6e\x61\x6c':_0x580bf4};}function isIgnoredRequiredToken(_0x4a7e77,_0x26689a){const _0x287176=_0x4925e0;return _0x4a7e77[_0x287176(0x528,'\x36\x4e\x6f\x4e')][_0x26689a]===!![];}function hasEffectiveCommaBefore(_0x2c31a5,_0x106bce){const _0x2a681e=_0x4925e0;return _0x2c31a5[_0x2a681e(0x860,'\x6b\x23\x44\x4e')][_0x106bce]?.['\x63\x6f\x6d\x6d\x61\x42\x65\x66'+_0x2a681e(0x966,'\x68\x4e\x37\x78')]===!![]&&_0x2c31a5['\x74\x72\x61\x6e\x73\x70\x61\x72'+_0x2a681e(0x162,'\x5d\x4e\x40\x5d')+_0x2a681e(0x96b,'\x70\x21\x57\x49')][_0x106bce]!==!![];}function isNegativeRequiredToken(_0x1bb3ee,_0x3b9145){const _0x1d0ed6=_0x4925e0,_0x3c0493=_0x1bb3ee['\x74\x6f\x6b\x65\x6e\x73'][_0x3b9145],_0x17e2ab=_0x3c0493?.[_0x1d0ed6(0x4a9,'\x71\x6d\x78\x6d')]==='\x6e\x6f'&&_0x3c0493[_0x1d0ed6(0x778,'\x4a\x6a\x79\x67')]&&_0x1bb3ee[_0x1d0ed6(0x7b2,'\x21\x56\x4c\x4c')][_0x3b9145+(0x3*0x52f+0xb63+-0x1aef)]?.[_0x1d0ed6(0x6c7,'\x5d\x6b\x6e\x5d')]===_0x1d0ed6(0x5ec,'\x6b\x23\x44\x4e')&&_0x1bb3ee['\x74\x6f\x6b\x65\x6e\x73'][_0x3b9145+(0x1*0x989+-0x139d+0xa15*0x1)]?.[_0x1d0ed6(0x775,'\x40\x5b\x7a\x34')]===!![],_0x4a914e=_0x3c0493?.['\x76\x61\x6c\x75\x65']===_0x1d0ed6(0x785,'\x30\x76\x32\x4f')&&isContextualZeroMetric(_0x1bb3ee,_0x3b9145,_0x1bb3ee[_0x1d0ed6(0x242,'\x36\x34\x30\x2a')][_0x1d0ed6(0x2db,'\x4a\x25\x55\x5d')])&&!(_0x1bb3ee[_0x1d0ed6(0x34a,'\x4a\x6a\x79\x67')][_0x3b9145+(-0x25a6+0x1*0x1b7a+0xa2d)]?.[_0x1d0ed6(0x6f3,'\x25\x5b\x5d\x6e')]===_0x1d0ed6(0x2fb,'\x40\x5b\x7a\x34')&&[_0x1d0ed6(0x165,'\x4a\x25\x55\x5d'),_0x1d0ed6(0x7c4,'\x32\x72\x33\x34')][_0x1d0ed6(0x172,'\x2a\x32\x6e\x49')](_0x1bb3ee[_0x1d0ed6(0x15e,'\x4a\x78\x36\x59')][_0x3b9145+(-0x303*0x1+-0x3*-0xc41+-0x21be)]?.[_0x1d0ed6(0x1a5,'\x21\x56\x4c\x4c')]??''));return _0x3c0493!==undefined&&(_0x17e2ab||!_0x3c0493[_0x1d0ed6(0x7bd,'\x25\x5b\x5d\x6e')]&&!_0x4a914e&&(NEGATIVE_EVIDENCE_PRONOUNS[_0x1d0ed6(0x3e7,'\x4d\x59\x69\x5b')](_0x3c0493['\x76\x61\x6c\x75\x65'])||NEGATIVE_EVIDENCE_DETERMINERS[_0x1d0ed6(0x627,'\x4a\x25\x55\x5d')](_0x3c0493[_0x1d0ed6(0x1c8,'\x57\x52\x43\x4b')])));}function isContextualZeroMetric(_0xcd5b98,_0x314e08,_0x31ef9d){const _0x312b36=_0x4925e0;for(let _0x560185=_0x314e08+(-0x238f+0x124b+0x1*0x1145);_0x560185<_0x31ef9d;_0x560185+=0x1*-0xd79+0x113d*0x2+-0x6*0x380){if(isIgnoredRequiredToken(_0xcd5b98,_0x560185))continue;return CONTEXTUAL_ZERO_METRIC_TERMS[_0x312b36(0x3f5,'\x35\x25\x37\x72')](_0xcd5b98[_0x312b36(0x253,'\x35\x25\x37\x72')][_0x560185]?.[_0x312b36(0x8de,'\x2a\x32\x6e\x49')]??'');}return![];}function leadingSubjectPolarity(_0x49c71e,_0x4e8aff,_0x1b11c7){const _0x8d677c=_0x4925e0;for(let _0x257807=_0x4e8aff;_0x257807<_0x1b11c7;_0x257807+=-0x1a30+0x243d+0xa0c*-0x1){if('\x6b\x61\x54\x54\x52'===_0x8d677c(0x8b0,'\x34\x34\x6f\x72')){const _0x1fccea=_0x36c660[_0x8d677c(0x70d,'\x78\x62\x5e\x21')]('\x2c');if(_0x1fccea>=0x55*0x57+-0x1639+-0x6aa){const _0x21d337=_0x234fb3(_0xa8e01f[_0x8d677c(0x344,'\x36\x4e\x6f\x4e')](0xe7b+-0xe37+-0x44,_0x1fccea),_0x1f9f68);if(_0x21d337===_0x8d677c(0x4d0,'\x68\x4e\x37\x78'))return![];if(_0x21d337===_0x8d677c(0x8cd,'\x71\x6d\x78\x6d')+'\x6e\x61\x6c')return!![];}let _0x2ad182=_0x1fccea>=0xcfc+0x7*-0x36+-0xb82?_0x49e614[_0x8d677c(0x585,'\x78\x62\x5e\x21')](_0x1fccea+(-0xa7c+0x11e4+-0x767)):_0x3ecae2[_0x8d677c(0x96c,'\x41\x4c\x5b\x2a')](/^\s*that\b/iu,'\x20');const _0x5f8800=_0x2ad182[_0x8d677c(0x87a,'\x79\x53\x55\x43')](/\b(?:after|assuming|because|before|if|once|supposing|that|unless|when|while)\b/iu);if(_0x5f8800>=0xe*-0x1bb+0x221*-0x3+0x1e9d)_0x2ad182=_0x2ad182[_0x8d677c(0x4dc,'\x4a\x78\x36\x59')](0x216d+-0x1e21+0x34c*-0x1,_0x5f8800);const _0x5edeb3=_0x2ad182[_0x8d677c(0x41b,'\x68\x4e\x37\x78')](/\b(?:and|but|or|then)\b/iu);return(_0x1fccea>=0x1d5f+0x217d+-0xc*0x53d?_0x5edeb3:_0x5edeb3[_0x8d677c(0x646,'\x5d\x4e\x40\x5d')](-0x405+0xd5e+-0x959*0x1,0x1bb*0x4+-0x1361+0x122*0xb))[_0x8d677c(0x351,'\x4e\x72\x30\x56')](_0x1b696d=>_0x5a769d(_0x1b696d,_0x50dad8[_0x8d677c(0x22b,'\x30\x76\x32\x4f')+_0x8d677c(0x366,'\x4a\x78\x36\x59')+'\x73']));}else{if(isIgnoredRequiredToken(_0x49c71e,_0x257807))continue;const _0x1c0294=_0x49c71e[_0x8d677c(0x824,'\x25\x5b\x5d\x6e')][_0x257807]?.[_0x8d677c(0x153,'\x79\x53\x55\x43')]??'';if(isNegativeRequiredToken(_0x49c71e,_0x257807))return _0x8d677c(0x8a4,'\x4a\x6a\x79\x67');if(SUBJECT_PRONOUN_TERMS[_0x8d677c(0x42c,'\x78\x62\x5e\x21')](_0x1c0294)||SUBJECT_ARTICLE_TERMS[_0x8d677c(0x72b,'\x36\x4e\x6f\x4e')](_0x1c0294))return'\x70\x6f\x73\x69\x74\x69\x76\x65';if(NON_SUBJECT_PREFIX_TERMS[_0x8d677c(0x371,'\x25\x71\x43\x21')](_0x1c0294)||/ly$/u[_0x8d677c(0x734,'\x78\x62\x5e\x21')](_0x1c0294))continue;return _0x8d677c(0x208,'\x45\x76\x38\x71');}}return _0x8d677c(0x1f2,'\x30\x30\x5b\x66');}function isFinitePredicateTerm(_0x4b3048){const _0x18c366=_0x4925e0;return KNOWN_FINITE_PREDICATE_TERMS[_0x18c366(0x19c,'\x54\x4d\x6f\x47')](_0x4b3048)||/(?:ed|n't)$/u[_0x18c366(0x387,'\x40\x5b\x7a\x34')](_0x4b3048);}function hasFinitePredicatePrefix(_0x34ad7e,_0x412e7c,_0x31cf26){const _0x5a142c=_0x4925e0,_0x4d748d=[];for(let _0x2e70ef=_0x412e7c;_0x2e70ef<_0x31cf26;_0x2e70ef+=-0x5a4*0x2+0x18f8*-0x1+0x1*0x2441){if(_0x5a142c(0x769,'\x21\x56\x4c\x4c')!==_0x5a142c(0x436,'\x36\x34\x30\x2a')){if(!isIgnoredRequiredToken(_0x34ad7e,_0x2e70ef))_0x4d748d[_0x5a142c(0x302,'\x41\x4c\x5b\x2a')](_0x34ad7e[_0x5a142c(0x6df,'\x30\x30\x5b\x66')][_0x2e70ef]?.[_0x5a142c(0x8cc,'\x40\x5b\x7a\x34')]??'');}else{if(_0x44ff07[_0x5a142c(0x873,'\x45\x76\x38\x71')](_0x10bd39)||_0x3fac8b[_0x5a142c(0x68d,'\x6a\x5e\x33\x41')](_0x40db13))_0x205a7e[_0x5a142c(0x5e9,'\x32\x72\x33\x34')]();while(_0x4bf7a2[_0x5a142c(0x1fe,'\x32\x72\x33\x34')]>0x169*-0xb+-0xafa+-0x1*-0x1a7e&&_0x3b2ea9(_0x151fc0[-0x4fc+0xc2*0x29+0x459*-0x6]??''))_0x508988['\x73\x68\x69\x66\x74']();if(_0x32db68[_0x5a142c(0x25d,'\x78\x62\x5e\x21')]>0x2*-0x287+0x2*-0x77f+0x140c)_0x227fbd[_0x5a142c(0x4ba,'\x4a\x78\x36\x59')]();}}while(_0x4d748d[_0x5a142c(0x56b,'\x6e\x38\x46\x4f')]>0x510+-0x353*-0x3+-0xf09&&(/ly$/u[_0x5a142c(0x4ff,'\x54\x4d\x6f\x47')](_0x4d748d[-0x1*0x2c1+0x1*-0xdf1+0x10b2]??'')||LEADING_CLAUSE_MODIFIER_TERMS[_0x5a142c(0x496,'\x25\x5b\x5d\x6e')](_0x4d748d[0x8*-0x83+-0x9*0x23d+0x183d]??''))){_0x4d748d[_0x5a142c(0x89f,'\x73\x69\x7a\x6a')]();}if(_0x4d748d[_0x5a142c(0x311,'\x55\x24\x47\x68')]===-0x904*-0x4+0x22f2+-0x4702)return![];const _0x47a25e=_0x4d748d[-0x1434+-0x1dc4+-0x10a8*-0x3]??'';if(SUBJECT_PRONOUN_TERMS[_0x5a142c(0x19c,'\x54\x4d\x6f\x47')](_0x47a25e)||NEGATIVE_EVIDENCE_PRONOUNS[_0x5a142c(0x57f,'\x4a\x6a\x79\x67')](_0x47a25e)){if(_0x5a142c(0x375,'\x73\x69\x7a\x6a')===_0x5a142c(0x401,'\x50\x40\x21\x41'))_0x4d748d[_0x5a142c(0x438,'\x5d\x6b\x6e\x5d')]();else return _0x5b0262=_0x2bbce3,_0x13e39a=_0x4771bb&&_0x4b80de,_0x52510a=!![],[];}else{if(_0x5a142c(0x1ff,'\x25\x5b\x5d\x6e')!==_0x5a142c(0x73c,'\x23\x51\x25\x30')){if(_0x3ca3ae[_0xc97b02]?.['\x76\x61\x6c\x75\x65']!=='\x69\x66'||_0x586f4a[_0x2f5575+(-0x6*-0x24a+0x716+-0x14d1)]?.[_0x5a142c(0x255,'\x68\x4e\x37\x78')]!==_0x5a142c(0x3d0,'\x70\x21\x57\x49'))return![];const _0x2e9ab8=_0x1e548a[_0x2a6c78+(0xdd+0x2*-0x12b+0x17b*0x1)],_0x4d633a=_0x1e3602[_0x248b2e+(-0x2df*-0xd+-0xbe4+-0x2*0xcb6)],_0x2de6ae=_0x2e9ab8?.[_0x5a142c(0x175,'\x32\x72\x33\x34')]===_0x213f33[_0x443ee5]?.['\x63\x6c\x61\x75\x73\x65']&&(_0x4d633a===_0x4196d7||_0x4d633a[_0x5a142c(0x853,'\x71\x6d\x78\x6d')]!==_0x2e9ab8[_0x5a142c(0x558,'\x4e\x72\x30\x56')]||_0x4d633a[_0x5a142c(0x941,'\x32\x72\x33\x34')+_0x5a142c(0x4f7,'\x42\x34\x77\x53')]);if(!_0x2de6ae)return![];if(/ly$/u[_0x5a142c(0x806,'\x50\x40\x21\x41')](_0x2e9ab8['\x76\x61\x6c\x75\x65']))return!![];if(!_0xaee185[_0x5bc894]?.['\x63\x6f\x6d\x6d\x61\x42\x65\x66'+_0x5a142c(0x911,'\x32\x72\x33\x34')]||!_0x16ff56[_0x5a142c(0x54b,'\x38\x63\x21\x6a')](_0x2e9ab8[_0x5a142c(0x255,'\x68\x4e\x37\x78')]))return![];const _0x36b13b=_0x3bb7b3['\x6d\x61\x78'](0x26b4+0x1d*0x121+0x1*-0x4771,_0x38fc30-_0x51f59b);for(let _0x43738b=_0xb2133a-(-0x1*-0x150f+-0x1*-0xc49+-0x2157);_0x43738b>=_0x36b13b&&_0x528ce9[_0x43738b]?.[_0x5a142c(0x843,'\x59\x73\x61\x39')]===_0x2e9ab8[_0x5a142c(0x1ab,'\x6e\x38\x46\x4f')];_0x43738b-=-0x2006+0x8e*0x45+0x29*-0x27){const _0x17bea9=_0x5dc8f0[_0x43738b]?.[_0x5a142c(0x83d,'\x32\x72\x33\x34')]??'';if(_0x61ca05[_0x5a142c(0x2d3,'\x30\x76\x32\x4f')](_0x17bea9)||_0x3eb890['\x68\x61\x73'](_0x17bea9))return![];if(_0x18e012(_0x4c3039,_0x43738b,_0x36b13b))return!![];}return![];}else{if(SUBJECT_ARTICLE_TERMS[_0x5a142c(0x3e7,'\x4d\x59\x69\x5b')](_0x47a25e)||NEGATIVE_EVIDENCE_DETERMINERS['\x68\x61\x73'](_0x47a25e))_0x4d748d[_0x5a142c(0x3a1,'\x36\x4e\x6f\x4e')]();while(_0x4d748d[_0x5a142c(0x3be,'\x57\x52\x43\x4b')]>-0x1e14+-0x1035+0x2e4a&&isAttributiveTargetModifier(_0x4d748d[0x15e+0x1*-0x38f+0xb*0x33]??''))_0x4d748d[_0x5a142c(0x3a7,'\x45\x76\x38\x71')]();if(_0x4d748d[_0x5a142c(0x311,'\x55\x24\x47\x68')]>-0xf7*-0xf+-0xdb5*0x1+0xe*-0xe)_0x4d748d['\x73\x68\x69\x66\x74']();}}return _0x4d748d[_0x5a142c(0x680,'\x25\x5b\x5d\x6e')](_0x40f2c7=>isFinitePredicateTerm(_0x40f2c7));}function hasNegativePredicateMarker(_0x335302,_0x57df63,_0xd7e75c){const _0x4da4dd=_0x4925e0;for(let _0x326322=_0x57df63;_0x326322<_0xd7e75c;_0x326322+=-0x1*0x17f1+0x4*0x2e7+-0xc56*-0x1){if(_0x4da4dd(0x874,'\x34\x34\x6f\x72')===_0x4da4dd(0x692,'\x6c\x40\x4e\x40')){const _0x562975=_0x537677[_0x4da4dd(0x58b,'\x38\x63\x21\x6a')](_0xfb3e49[_0x4da4dd(0x1b7,'\x36\x34\x30\x2a')]+_0x4821cb[0x1fdf+0x1*0x11e1+0x31c*-0x10][_0x4da4dd(0x707,'\x38\x63\x21\x6a')]),_0x536253=_0x562975[_0x4da4dd(0x6c9,'\x71\x6d\x78\x6d')](/[,;]|\b(?:after|because|before|once|so|when|while|without)\b/i,-0xf2e*-0x2+-0x1c1c+-0x23f)[0x4c0*0x3+-0xa29+-0x417]??'';if(/\b[a-z]+ing\b/i[_0x4da4dd(0x2f1,'\x4a\x78\x36\x59')](_0x536253))return _0x4da4dd(0x8be,'\x41\x4c\x5b\x2a')+_0x4da4dd(0x2b7,'\x41\x26\x59\x4b');}else{if(isIgnoredRequiredToken(_0x335302,_0x326322))continue;const _0x17cd60=_0x335302['\x74\x6f\x6b\x65\x6e\x73'][_0x326322]?.[_0x4da4dd(0x965,'\x73\x25\x78\x66')]??'';if(_0x17cd60===_0x4da4dd(0x615,'\x4a\x78\x36\x59')){let _0x31fbed=_0x326322+(-0x1*-0xd64+-0x151b*0x1+0x7b8);while(_0x31fbed<_0xd7e75c&&isIgnoredRequiredToken(_0x335302,_0x31fbed))_0x31fbed+=0x3*-0x82b+0x86*0xa+0x1346;if(_0x335302[_0x4da4dd(0x15e,'\x4a\x78\x36\x59')][_0x31fbed]?.[_0x4da4dd(0x40f,'\x30\x76\x32\x4f')]==='\x6f\x6e\x6c\x79')continue;}if(_0x17cd60===_0x4da4dd(0x3d0,'\x70\x21\x57\x49')||_0x17cd60===_0x4da4dd(0x3ff,'\x75\x4b\x32\x42')||_0x17cd60==='\x63\x61\x6e\x6e\x6f\x74'||/n't$/u[_0x4da4dd(0x44a,'\x41\x26\x59\x4b')](_0x17cd60))return!![];}}return![];}function hasFinitePredicateInSpan(_0x43495d,_0x4b8e06,_0x3d2dff){const _0xa20c78=_0x4925e0;for(let _0x4e827e=_0x4b8e06;_0x4e827e<_0x3d2dff;_0x4e827e+=0x51+-0x220*-0x2+0x490*-0x1){if(!isIgnoredRequiredToken(_0x43495d,_0x4e827e)&&isFinitePredicateTerm(_0x43495d['\x74\x6f\x6b\x65\x6e\x73'][_0x4e827e]?.[_0xa20c78(0x547,'\x35\x25\x37\x72')]??''))return!![];}return![];}function relativeSafeFinitePredicateEnd(_0x9fa370,_0x20df7e,_0x20bd90){const _0x48d385=_0x4925e0;for(let _0x35f39a=_0x20df7e;_0x35f39a<_0x20bd90;_0x35f39a+=-0xc19+0x1f4b+0x11*-0x121){if(_0x48d385(0x808,'\x55\x24\x47\x68')===_0x48d385(0x934,'\x6e\x38\x46\x4f')){const _0x13dcd3=_0x6293fc[_0x41ed36]?.[_0x48d385(0x675,'\x4a\x78\x36\x59')]??'',_0x5e661e=_0x1fa210[_0x452099-(0x25d8+0x17*0x122+-0x3fe5)]?.[_0x48d385(0x57c,'\x6e\x38\x46\x4f')]??'',_0x4a8d3d=_0x7a4bd3[_0xe03994+(0x730+-0x42*-0x4d+0x903*-0x3)]?.[_0x48d385(0x5c6,'\x42\x34\x77\x53')]??'';return _0x13dcd3===_0x48d385(0x8ec,'\x42\x34\x77\x53')&&_0x28161c(_0x5da9ca,_0x571018)||_0x13dcd3==='\x77\x68\x69\x6c\x65'&&(['\x61',_0x48d385(0x669,'\x6c\x40\x4e\x40'),_0x48d385(0x378,'\x73\x25\x78\x66'),_0x48d385(0x54e,'\x50\x40\x21\x41')][_0x48d385(0x8b7,'\x4e\x72\x30\x56')](_0x5e661e)||_0x4a8d3d===_0x48d385(0x176,'\x4d\x66\x4f\x41'));}else{if(isIgnoredRequiredToken(_0x9fa370,_0x35f39a))continue;const _0x29e9b8=RELATIVE_SAFE_FINITE_COMPLEMENTS[_0x48d385(0x3c2,'\x21\x56\x4c\x4c')](_0x9fa370[_0x48d385(0x414,'\x54\x5d\x24\x4b')][_0x35f39a]?.[_0x48d385(0x8de,'\x2a\x32\x6e\x49')]??'');if(!_0x29e9b8)return undefined;for(let _0x24bf32=_0x35f39a+(0xcb*-0x17+-0x15cd*0x1+0x280b);_0x24bf32<_0x20bd90;_0x24bf32+=-0xf31*-0x2+-0x1edc+0x7b){if(isIgnoredRequiredToken(_0x9fa370,_0x24bf32))continue;return _0x29e9b8[_0x48d385(0x2d3,'\x30\x76\x32\x4f')](_0x9fa370[_0x48d385(0x449,'\x36\x4e\x6f\x4e')][_0x24bf32]?.[_0x48d385(0x30a,'\x36\x4e\x6f\x4e')]??'')?_0x24bf32+(0x96b+0x22e7+-0x2c51):undefined;}return undefined;}}return undefined;}function relativePredicateStart(_0x4720f4,_0x3801ea,_0x3d56f1){const _0x1db108=_0x4925e0;let _0x3a46c2=_0x3801ea;while(_0x3a46c2<_0x3d56f1){if(isIgnoredRequiredToken(_0x4720f4,_0x3a46c2)){_0x3a46c2+=0x1*0x2af+0xd5b+-0x1009;continue;}const _0x960b1d=_0x4720f4[_0x1db108(0x6df,'\x30\x30\x5b\x66')][_0x3a46c2]?.[_0x1db108(0x509,'\x54\x5d\x24\x4b')]??'';if(/ly$/u[_0x1db108(0x700,'\x4e\x72\x30\x56')](_0x960b1d)||AFFIRMATIVE_PREDICATE_MODIFIER_TERMS[_0x1db108(0x654,'\x4e\x72\x30\x56')](_0x960b1d)){_0x3a46c2+=-0x5*0x5e4+-0x1f6e*-0x1+-0x5*0x65;continue;}break;}return _0x3a46c2;}function hasBoundedRegularRelativePredicate(_0x1a74bd,_0x7196cb,_0x3c8b54){const _0x45ceb9=_0x4925e0,_0x597d85=_0x1a74bd[_0x45ceb9(0x93f,'\x45\x73\x6d\x61')][_0x7196cb]?.[_0x45ceb9(0x4a9,'\x71\x6d\x78\x6d')]??'';if(KNOWN_FINITE_PREDICATE_TERMS[_0x45ceb9(0x668,'\x36\x34\x30\x2a')](_0x597d85)||/n't$/u[_0x45ceb9(0x353,'\x45\x73\x6d\x61')](_0x597d85))return!![];if(!_0x597d85[_0x45ceb9(0x79b,'\x68\x4e\x37\x78')]('\x65\x64'))return![];let _0x256cfa=_0x7196cb+(-0x153c+0x9*0x13f+-0x503*-0x2);while(_0x256cfa<_0x3c8b54&&isIgnoredRequiredToken(_0x1a74bd,_0x256cfa))_0x256cfa+=-0x2423+-0x3d*0x56+0x38a2;if(_0x256cfa>=_0x3c8b54)return!![];const _0x131766=_0x1a74bd[_0x45ceb9(0x7fc,'\x7a\x33\x4e\x69')][_0x256cfa]?.[_0x45ceb9(0x30a,'\x36\x4e\x6f\x4e')]??'';if(BROAD_EVIDENCE_LINK_TERMS[_0x45ceb9(0x76c,'\x6e\x38\x46\x4f')](_0x131766)&&_0x131766!==_0x45ceb9(0x7ea,'\x54\x4d\x6f\x47'))return!![];return![];}function hasBoundedRelativeFinitePredicate(_0x57fa24,_0x400e1c,_0x4b2581){const _0x54b418=_0x4925e0;if(hasFinitePredicatePrefix(_0x57fa24,_0x400e1c,_0x4b2581))return!![];const _0x2eeca3=relativePredicateStart(_0x57fa24,_0x400e1c,_0x4b2581);if(_0x2eeca3>=_0x4b2581)return![];const _0x40c2ca=_0x57fa24['\x74\x6f\x6b\x65\x6e\x73'][_0x2eeca3]?.[_0x54b418(0x8d8,'\x50\x40\x21\x41')]??'';if(EMBEDDED_CLAIM_GOVERNOR_TERMS[_0x54b418(0x496,'\x25\x5b\x5d\x6e')](_0x40c2ca))return![];if(isRequiredPassiveAuxiliary(_0x40c2ca))return!![];return relativeSafeFinitePredicateEnd(_0x57fa24,_0x2eeca3,_0x4b2581)!==undefined||hasBoundedRegularRelativePredicate(_0x57fa24,_0x2eeca3,_0x4b2581);}function hasEmbeddedClaimGovernorInSpan(_0x5a1e38,_0xcb4eca,_0x1450dd){const _0x554806=_0x4925e0;for(let _0xf1181f=_0xcb4eca;_0xf1181f<_0x1450dd;_0xf1181f+=0x2a5*-0xe+0x14b9+0x104e){if(_0x554806(0x32a,'\x68\x4e\x37\x78')===_0x554806(0x4ec,'\x59\x73\x61\x39'))_0x45b5a3['\x61\x64\x64'](_0x554806(0x638,'\x6e\x38\x46\x4f')+'\x61\x6c');else{if(!isIgnoredRequiredToken(_0x5a1e38,_0xf1181f)&&EMBEDDED_CLAIM_GOVERNOR_TERMS[_0x554806(0x54b,'\x38\x63\x21\x6a')](_0x5a1e38['\x74\x6f\x6b\x65\x6e\x73'][_0xf1181f]?.[_0x554806(0x174,'\x45\x76\x38\x71')]??''))return!![];}}return![];}function isExplicitNoDoubtContext(_0x127f24,_0x27f7e9,_0x32b1dc){const _0x34194d=_0x4925e0,_0x4b6acc=[];for(let _0x464304=_0x27f7e9;_0x464304<_0x32b1dc;_0x464304+=-0x1833+-0x1*-0x22d9+0xaa5*-0x1){if(!isIgnoredRequiredToken(_0x127f24,_0x464304))_0x4b6acc[_0x34194d(0x2d0,'\x5d\x6b\x6e\x5d')](_0x127f24[_0x34194d(0x6df,'\x30\x30\x5b\x66')][_0x464304]?.[_0x34194d(0x509,'\x54\x5d\x24\x4b')]??'');}if(_0x4b6acc[_0x34194d(0x1f8,'\x73\x25\x78\x66')]()!=='\x74\x68\x65\x72\x65'||!PASSIVE_BE_AUXILIARY_TERMS[_0x34194d(0x358,'\x23\x51\x25\x30')](_0x4b6acc[_0x34194d(0x91e,'\x41\x4c\x5b\x2a')]()??''))return![];while(_0x4b6acc[_0x34194d(0x6ee,'\x73\x25\x78\x66')]>0x20e1+-0x662+-0x1a7f&&/ly$/u[_0x34194d(0x682,'\x5e\x42\x72\x54')](_0x4b6acc[-0x2df*-0x3+-0xc7c+0x3df*0x1]??''))_0x4b6acc[_0x34194d(0x35d,'\x51\x66\x35\x74')]();return _0x4b6acc[_0x34194d(0x749,'\x54\x5d\x24\x4b')]===0xab1+-0x65*-0x4+0x49*-0x2b&&_0x4b6acc[0x853*-0x1+-0x300+-0xdf*-0xd]==='\x6e\x6f'&&_0x4b6acc[-0x1605+-0x1e8b+0x3491]==='\x64\x6f\x75\x62\x74';}function complementSubjectScope(_0x563ae5,_0x5504f1,_0x5392e6){const _0x367b51=_0x4925e0;let _0x5e2297=_0x5504f1,_0x48cda5=![];for(let _0x2d4ee6=_0x5e2297;_0x2d4ee6<_0x5392e6;_0x2d4ee6+=-0x1912+0xe33+0x57*0x20){if(_0x367b51(0x3aa,'\x55\x24\x47\x68')!==_0x367b51(0x559,'\x57\x52\x43\x4b'))return _0x2029fe[_0x367b51(0x1f9,'\x32\x72\x33\x34')](_0x27b2dd)?_0x367b51(0x22f,'\x55\x24\x47\x68'):_0x367b51(0x550,'\x41\x4c\x5b\x2a');else{if(isIgnoredRequiredToken(_0x563ae5,_0x2d4ee6)||_0x563ae5[_0x367b51(0x7b2,'\x21\x56\x4c\x4c')][_0x2d4ee6]?.[_0x367b51(0x255,'\x68\x4e\x37\x78')]!==_0x367b51(0x1dc,'\x32\x72\x33\x34'))continue;if(!hasFinitePredicatePrefix(_0x563ae5,_0x5e2297,_0x2d4ee6)){if('\x6d\x56\x58\x6c\x71'!==_0x367b51(0x8fa,'\x59\x73\x61\x39')){if(!hasBoundedRelativeFinitePredicate(_0x563ae5,_0x2d4ee6+(0x82*0x44+0x4*-0x434+0x5*-0x38b),_0x5392e6))_0x48cda5=!![];continue;}else{const _0x4008da=_0x163a9e[_0xaeddcd]?.[_0x367b51(0x6f3,'\x25\x5b\x5d\x6e')]??'';if(_0xb1d3a6[_0x367b51(0x627,'\x4a\x25\x55\x5d')](_0x4008da)||_0x39e8e1(_0x4008da)||_0x2dee74[_0x367b51(0x5af,'\x5e\x42\x72\x54')](_0x4008da))return![];}}if(!isExplicitNoDoubtContext(_0x563ae5,_0x5e2297,_0x2d4ee6)||leadingSubjectPolarity(_0x563ae5,_0x5e2297,_0x2d4ee6)===_0x367b51(0x271,'\x73\x69\x7a\x6a')||hasNegativePredicateMarker(_0x563ae5,_0x5e2297,_0x2d4ee6))_0x48cda5=!![];_0x5e2297=_0x2d4ee6+(-0x22d7+0x2d7*-0x8+-0x399*-0x10);}}return{'\x73\x74\x61\x72\x74':_0x5e2297,'\x6e\x65\x67\x61\x74\x69\x76\x65\x47\x6f\x76\x65\x72\x6e\x6f\x72':_0x48cda5};}function startsExplicitSubordinateClause(_0x35e222,_0x4b5869,_0x59dc3c){const _0x47f69b=_0x4925e0;for(let _0x1d97b2=_0x4b5869;_0x1d97b2<_0x59dc3c;_0x1d97b2+=0x191d+0xc9c*-0x3+0xcb8){if(isIgnoredRequiredToken(_0x35e222,_0x1d97b2))continue;const _0x6bcb19=_0x35e222[_0x47f69b(0x508,'\x38\x63\x21\x6a')][_0x1d97b2]?.['\x76\x61\x6c\x75\x65']??'';if(SUBJECT_PRONOUN_TERMS[_0x47f69b(0x4cb,'\x6b\x23\x44\x4e')](_0x6bcb19)||SUBJECT_ARTICLE_TERMS[_0x47f69b(0x873,'\x45\x76\x38\x71')](_0x6bcb19)||isNegativeRequiredToken(_0x35e222,_0x1d97b2)||isRequiredPassiveAuxiliary(_0x6bcb19)||INDEPENDENT_BROAD_FORM_TERMS[_0x47f69b(0x82d,'\x73\x25\x78\x66')](_0x6bcb19))return!![];}return![];}function predicateBoundaryBefore(_0x355d31,_0x32e1b2){const _0x52bb55=_0x4925e0,_0x272b90=_0x355d31[_0x52bb55(0x824,'\x25\x5b\x5d\x6e')][_0x32e1b2];if(!_0x272b90)return{'\x73\x74\x61\x72\x74':0x0,'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':![]};const _0x5c3973=Math[_0x52bb55(0x6cb,'\x55\x24\x47\x68')](-0x1965+0x4*0x7d0+0x1*-0x5db,_0x32e1b2-MAX_REQUIRED_SUBJECT_LOOKBACK);for(let _0x2ce854=_0x32e1b2-(-0x19b8+-0x4cf*-0x7+-0x7f0);_0x2ce854>=_0x5c3973;_0x2ce854-=-0x2*-0xcc3+-0xa21*0x3+0x2*0x26f){const _0x5a54f7=_0x355d31[_0x52bb55(0x860,'\x6b\x23\x44\x4e')][_0x2ce854];if(!_0x5a54f7||_0x5a54f7[_0x52bb55(0x18d,'\x4a\x25\x55\x5d')]!==_0x272b90['\x63\x6c\x61\x75\x73\x65'])return{'\x73\x74\x61\x72\x74':_0x2ce854+(-0xdc9+-0xaaa+-0x5*-0x4e4),'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':![]};if(isIgnoredRequiredToken(_0x355d31,_0x2ce854))continue;if(hasEffectiveCommaBefore(_0x355d31,_0x2ce854+(0x6ee+0x14a*0x2+-0x981))){if(_0x52bb55(0x716,'\x25\x71\x43\x21')!==_0x52bb55(0x2f2,'\x5e\x42\x72\x54'))return{'\x73\x74\x61\x72\x74':_0x2ce854+(0x1*0x1fab+0xa*-0x1b7+-0x742*0x2),'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':![]};else{if(_0x2f6731[_0x52bb55(0x81a,'\x73\x69\x7a\x6a')](_0x147b39))return!![];if(_0x115f2a[_0x52bb55(0x484,'\x30\x76\x32\x4f')]>0x5*-0x194+-0x1a3*-0x7+-0x38d||_0x3beb2e[_0x52bb55(0x3e7,'\x4d\x59\x69\x5b')](_0x26ff6d))return![];return/[bcdfghjklmnpqrstvwxyz][aeiou][bcdfghjklmnpqrstvz]$/u[_0x52bb55(0x26e,'\x2a\x32\x6e\x49')](_0x3b9b1d);}}if(PREDICATE_COORDINATOR_TERMS[_0x52bb55(0x5af,'\x5e\x42\x72\x54')](_0x5a54f7[_0x52bb55(0x78d,'\x25\x71\x43\x21')]))return{'\x73\x74\x61\x72\x74':_0x2ce854+(-0x1c59+0x29*-0x5+0x1d27),'\x69\x6e\x64\x65\x78':_0x2ce854,'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':!![]};if(_0x5a54f7[_0x52bb55(0x5f5,'\x5e\x42\x72\x54')]===_0x52bb55(0x5de,'\x6c\x40\x4e\x40')||_0x5a54f7[_0x52bb55(0x30a,'\x36\x4e\x6f\x4e')]===_0x52bb55(0x4c0,'\x4d\x66\x4f\x41')){if(_0x52bb55(0x814,'\x25\x71\x43\x21')!==_0x52bb55(0x60e,'\x55\x24\x47\x68')){let _0x31c2ea=_0x2ce854;while(_0x31c2ea>_0x5c3973&&_0x355d31[_0x52bb55(0x574,'\x4d\x66\x4f\x41')][_0x31c2ea-(0x1ab9*-0x1+0x222d+-0x773)]?.[_0x52bb55(0x74e,'\x5d\x6b\x6e\x5d')]===_0x5a54f7[_0x52bb55(0x557,'\x50\x40\x21\x41')]&&!hasEffectiveCommaBefore(_0x355d31,_0x31c2ea))_0x31c2ea-=-0x881*0x2+0x197e+0x87b*-0x1;if(hasFinitePredicatePrefix(_0x355d31,_0x31c2ea,_0x2ce854)&&startsExplicitSubordinateClause(_0x355d31,_0x2ce854+(-0x168e+0x2152+-0xac3),_0x32e1b2))return{'\x73\x74\x61\x72\x74':_0x2ce854+(-0x1e*-0x11b+-0x323+-0x1e06),'\x69\x6e\x64\x65\x78':_0x2ce854,'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':![]};}else{const _0x4fefb6=_0x330990(_0x968ff),_0xcfd031=new _0x4858e9();/\b(?:secrets?|tokens?|api[_ -]?keys?|credentials?|passwords?|bearer|private[_ -]?keys?)\b/[_0x52bb55(0x569,'\x23\x51\x25\x30')](_0x4fefb6)&&_0xcfd031[_0x52bb55(0x7e1,'\x25\x64\x24\x23')](_0x52bb55(0x298,'\x51\x66\x35\x74')+'\x61\x6c');if(/\b(?:email|e-mail|mail)\b/[_0x52bb55(0x573,'\x73\x69\x7a\x6a')](_0x4fefb6))_0xcfd031[_0x52bb55(0x744,'\x5e\x42\x72\x54')](_0x52bb55(0x5f6,'\x62\x64\x63\x6a'));return/\b(?:paths?|directories?|filesystem|home\s+directory|user\s+profile)\b/[_0x52bb55(0x662,'\x34\x34\x6f\x72')](_0x4fefb6)&&_0xcfd031[_0x52bb55(0x307,'\x59\x73\x61\x39')](_0x52bb55(0x44f,'\x50\x40\x21\x41')+_0x52bb55(0x765,'\x6a\x5e\x33\x41')),[..._0xcfd031];}}if(PREDICATE_SCOPE_RESET_TERMS[_0x52bb55(0x627,'\x4a\x25\x55\x5d')](_0x5a54f7[_0x52bb55(0x5c6,'\x42\x34\x77\x53')])){if(_0x52bb55(0x546,'\x4d\x66\x4f\x41')==='\x6c\x57\x74\x41\x72'){const _0x53a078=_0x12637b(_0x2bb40e);let _0x2c5079;for(let _0x1dc26b=0x2*0x4ed+-0x1ddf+0x1405;_0x1dc26b<_0x53a078[_0x52bb55(0x574,'\x4d\x66\x4f\x41')][_0x52bb55(0x707,'\x38\x63\x21\x6a')];_0x1dc26b+=-0x1dd3*-0x1+-0x7f*-0x43+-0x3f0f*0x1){const _0x57e80e=_0x53a078[_0x52bb55(0x15e,'\x4a\x78\x36\x59')][_0x1dc26b]?.[_0x52bb55(0x537,'\x78\x62\x5e\x21')]??'',_0x3f00ca=_0x24a7bb(_0x53a078[_0x52bb55(0x735,'\x59\x73\x61\x39')],_0x1dc26b),_0x3e3870=_0x3f00ca!==_0x3e35f3&&_0x3f00ca===_0x2c5079,_0x1b5f65=_0x489fe5(_0x53a078[_0x52bb55(0x4e5,'\x5d\x6b\x6e\x5d')],_0x1dc26b)||_0x3e3870||_0x4b331d[_0x52bb55(0x72b,'\x36\x4e\x6f\x4e')](_0x57e80e)&&!_0x1ed06f(_0x53a078[_0x52bb55(0x414,'\x54\x5d\x24\x4b')],_0x1dc26b)&&!_0x5987c6(_0x53a078[_0x52bb55(0x242,'\x36\x34\x30\x2a')],_0x1dc26b);if(_0x2c5079!==_0x22380e&&_0x1b5f65){if(!_0x47bd0f[_0x52bb55(0x7bb,'\x30\x30\x5b\x66')](_0x57e80e))return!![];const _0x16ca3c=_0x1d5165[_0x52bb55(0x4d5,'\x57\x52\x43\x4b')](0x3d*0x16+0x2*0xcc+0x5*-0x15e,_0x53a078[_0x52bb55(0x735,'\x59\x73\x61\x39')][_0x1dc26b]?.[_0x52bb55(0x341,'\x42\x34\x77\x53')]??-0xb11+0x1080+-0x1*0x56f);if(!_0x4bfcff(_0x16ca3c,_0x508177))return!![];}_0x2c5079===_0x4d983c&&_0x36e6e4[_0x52bb55(0x6aa,'\x2a\x32\x6e\x49')](_0x57e80e)&&(_0x1dc26b===-0x3b*-0x34+0xa47+-0x1643||_0x53696f(_0x53a078,0x1*0xc17+-0x2ef+-0x928,_0x1dc26b)===_0x52bb55(0x89d,'\x45\x73\x6d\x61'))&&(_0x2c5079=_0x1dc26b);}return![];}else return{'\x73\x74\x61\x72\x74':_0x2ce854+(0x8c3*-0x4+0xd9d*0x2+0x7d3),'\x69\x6e\x64\x65\x78':_0x2ce854,'\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':_0x5a54f7[_0x52bb55(0x83d,'\x32\x72\x33\x34')]===_0x52bb55(0x86b,'\x6b\x23\x44\x4e')};}}return{'\x73\x74\x61\x72\x74':_0x5c3973,'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':![]};}function predicateSubjectPolarity(_0x453111,_0x261bd4,_0x42c97a){const _0x4f37f9=_0x4925e0;let _0x416929=_0x261bd4,_0x16825b=_0x42c97a;while(!![]){const _0x3bedf1=complementSubjectScope(_0x453111,_0x416929[_0x4f37f9(0x8e6,'\x54\x5d\x24\x4b')],_0x16825b),_0x520275=_0x3bedf1[_0x4f37f9(0x2ed,'\x6a\x5e\x33\x41')+_0x4f37f9(0x3ee,'\x2a\x32\x6e\x49')]?'\x6e\x65\x67\x61\x74\x69\x76\x65':leadingSubjectPolarity(_0x453111,_0x3bedf1['\x73\x74\x61\x72\x74'],_0x16825b);if(_0x520275!=='\x61\x62\x73\x65\x6e\x74'||!_0x416929[_0x4f37f9(0x8af,'\x79\x53\x55\x43')+_0x4f37f9(0x33b,'\x25\x71\x43\x21')]||_0x416929[_0x4f37f9(0x37e,'\x54\x4d\x6f\x47')]===undefined)return _0x520275;_0x16825b=_0x416929[_0x4f37f9(0x79a,'\x57\x52\x43\x4b')],_0x416929=predicateBoundaryBefore(_0x453111,_0x16825b);}}function predicateEndAfter(_0xa584db,_0x4fd36){const _0x416179=_0x4925e0,_0xe38eda=_0xa584db[_0x416179(0x869,'\x79\x53\x55\x43')][_0x4fd36];if(!_0xe38eda)return _0x4fd36+(0x3*0x655+-0xb25+-0x7d9);const _0xc14b6d=Math[_0x416179(0x1eb,'\x35\x25\x37\x72')](_0xa584db[_0x416179(0x8c0,'\x25\x64\x24\x23')][_0x416179(0x3d6,'\x6b\x23\x44\x4e')],_0x4fd36+MAX_REQUIRED_EVIDENCE_PAIR_DISTANCE+(0x1*-0x1b9b+-0x1819+0x33b5));for(let _0x1965a5=_0x4fd36+(-0x1ede+0xcc*0x6+0x1*0x1a17);_0x1965a5<_0xc14b6d;_0x1965a5+=-0x100b+-0x2134+-0x18a*-0x20){const _0x314034=_0xa584db[_0x416179(0x57d,'\x25\x71\x43\x21')][_0x1965a5];if(!_0x314034||_0x314034[_0x416179(0x48d,'\x4a\x78\x36\x59')]!==_0xe38eda[_0x416179(0x882,'\x57\x52\x43\x4b')]||hasEffectiveCommaBefore(_0xa584db,_0x1965a5))return _0x1965a5;if(isIgnoredRequiredToken(_0xa584db,_0x1965a5))continue;if(PREDICATE_COORDINATOR_TERMS[_0x416179(0x873,'\x45\x76\x38\x71')](_0x314034[_0x416179(0x7de,'\x5d\x4e\x40\x5d')])||PREDICATE_SCOPE_RESET_TERMS[_0x416179(0x3f5,'\x35\x25\x37\x72')](_0x314034[_0x416179(0x153,'\x79\x53\x55\x43')]))return _0x1965a5;}return _0xc14b6d;}function predicateCandidates(_0x2bf297,_0x3f05b3){const _0x428c9f=_0x4925e0,_0xb25a46=[],_0x245acd=new Set();for(const _0x47f512 of _0x3f05b3){if(_0xb25a46[_0x428c9f(0x86a,'\x2a\x32\x6e\x49')]>=MAX_REQUIRED_EVIDENCE_CANDIDATES)break;if(_0x245acd[_0x428c9f(0x75a,'\x40\x5b\x7a\x34')](_0x47f512)||isIgnoredRequiredToken(_0x2bf297,_0x47f512))continue;_0x245acd[_0x428c9f(0x2ee,'\x25\x5b\x5d\x6e')](_0x47f512);const _0x15b7f4=predicateBoundaryBefore(_0x2bf297,_0x47f512),_0x2f57ab=complementSubjectScope(_0x2bf297,_0x15b7f4[_0x428c9f(0x8c1,'\x4d\x66\x4f\x41')],_0x47f512);_0xb25a46['\x70\x75\x73\x68']({'\x76\x65\x72\x62\x49\x6e\x64\x65\x78':_0x47f512,'\x6c\x6f\x63\x61\x6c\x53\x74\x61\x72\x74':_0x2f57ab['\x73\x74\x61\x72\x74'],'\x65\x6e\x64':predicateEndAfter(_0x2bf297,_0x47f512),'\x73\x75\x62\x6a\x65\x63\x74\x4e\x65\x67\x61\x74\x69\x76\x65':predicateSubjectPolarity(_0x2bf297,_0x15b7f4,_0x47f512)===_0x428c9f(0x2ed,'\x6a\x5e\x33\x41'),'\x63\x6f\x6e\x64\x69\x74\x69\x6f\x6e\x61\x6c':_0x2bf297[_0x428c9f(0x486,'\x45\x76\x38\x71')+_0x428c9f(0x633,'\x79\x53\x55\x43')][_0x47f512]===!![],'\x62\x6f\x75\x6e\x64\x61\x72\x79\x4e\x65\x67\x61\x74\x65\x64':_0x15b7f4['\x6e\x65\x67\x61\x74\x65\x73\x50'+_0x428c9f(0x3f1,'\x25\x5b\x5d\x6e')]===!![]});}return _0xb25a46;}function nextRequiredToken(_0x18f4ed,_0x3df3d8,_0x42d9d7){const _0xf8bd2b=_0x4925e0;for(let _0x26152e=_0x3df3d8+(-0x1*-0x19f9+-0x1928+-0xd*0x10);_0x26152e<=_0x42d9d7;_0x26152e+=0x1*-0x2485+-0x1*-0x1fc3+0x4c3){if(!isIgnoredRequiredToken(_0x18f4ed,_0x26152e))return _0x18f4ed[_0xf8bd2b(0x735,'\x59\x73\x61\x39')][_0x26152e]?.[_0xf8bd2b(0x87d,'\x73\x69\x7a\x6a')];}return undefined;}function isLocalPredicateNegated(_0x2919c2,_0xf3239,_0x4a128a){const _0x304468=_0x4925e0;if(_0xf3239[_0x304468(0x842,'\x51\x66\x35\x74')+'\x4e\x65\x67\x61\x74\x65\x64'])return!![];for(let _0x27ed92=_0xf3239[_0x304468(0x22e,'\x4d\x59\x69\x5b')+'\x72\x74'];_0x27ed92<=_0x4a128a;_0x27ed92+=0x4*-0x7db+0x1d4b+-0x27*-0xe){if(isIgnoredRequiredToken(_0x2919c2,_0x27ed92))continue;const _0x1b3c6c=_0x2919c2[_0x304468(0x57d,'\x25\x71\x43\x21')][_0x27ed92]?.[_0x304468(0x8f6,'\x55\x24\x47\x68')]??'';if(_0x1b3c6c===_0x304468(0x63e,'\x5d\x4e\x40\x5d')&&nextRequiredToken(_0x2919c2,_0x27ed92,_0x4a128a)===_0x304468(0x355,'\x4d\x59\x69\x5b'))continue;if(_0x1b3c6c===_0x304468(0x439,'\x4a\x6a\x79\x67')||_0x1b3c6c===_0x304468(0x22c,'\x73\x25\x78\x66')||_0x1b3c6c===_0x304468(0x6f8,'\x25\x5b\x5d\x6e')||_0x1b3c6c==='\x63\x61\x6e\x6e\x6f\x74'||/n't$/u[_0x304468(0x4d6,'\x5d\x6b\x6e\x5d')](_0x1b3c6c)){if(_0x304468(0x2c9,'\x2a\x32\x6e\x49')==='\x63\x6b\x64\x72\x54')return!![];else{const _0x1349ce=_0x5ebb30[_0xc822f6]?.[_0x304468(0x255,'\x68\x4e\x37\x78')]??'';if(_0x1b4ff2[_0x304468(0x654,'\x4e\x72\x30\x56')](_0x1349ce)||/n't$/u[_0x304468(0x158,'\x55\x24\x47\x68')](_0x1349ce))return!![];return _0x1349ce[_0x304468(0x510,'\x25\x5b\x5d\x6e')]('\x65\x64')&&_0x219fa0(_0x25db8e,_0x37625d,_0xa455b0);}}}return![];}function tokenMatchIndexes(_0x2fc596,_0x46cc05,_0x253ade){const _0x1a4be2=_0x4925e0,_0x299afc=targetTermForms(_0x46cc05,_0x253ade),_0x2df4cb=[];for(let _0x30be2c=0x17*0xce+-0x158f+0x30d;_0x30be2c<_0x2fc596[_0x1a4be2(0x742,'\x78\x62\x5e\x21')][_0x1a4be2(0x3fe,'\x34\x34\x6f\x72')];_0x30be2c+=0x623*0x2+0x1*0x24c5+-0x310a){if(isIgnoredRequiredToken(_0x2fc596,_0x30be2c))continue;if(_0x299afc[_0x1a4be2(0x822,'\x57\x52\x43\x4b')](_0x2fc596[_0x1a4be2(0x84d,'\x6e\x38\x46\x4f')][_0x30be2c]?.[_0x1a4be2(0x1c8,'\x57\x52\x43\x4b')]??''))_0x2df4cb[_0x1a4be2(0x331,'\x59\x73\x61\x39')](_0x30be2c);}return _0x2df4cb;}function _0x543b(_0x3a17e4,_0x4718aa){_0x3a17e4=_0x3a17e4-(0x8c2+-0x1*-0x52f+-0xca6);const _0x87d78f=_0x12d2();let _0x41a92d=_0x87d78f[_0x3a17e4];if(_0x543b['\x6d\x50\x59\x58\x75\x45']===undefined){var _0x1ae7d4=function(_0x477971){const _0x3fdcba='\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 _0x57af6b='',_0x1e29ef='';for(let _0x444d1f=-0x1b28+-0x1ce8+-0x3810*-0x1,_0x4ff4e1,_0x398821,_0x502588=0xf93+-0x2*0x1145+0x12f7;_0x398821=_0x477971['\x63\x68\x61\x72\x41\x74'](_0x502588++);~_0x398821&&(_0x4ff4e1=_0x444d1f%(-0x1de7+0x2*-0x48b+0x1*0x2701)?_0x4ff4e1*(0x17d0+-0x65e+-0x899*0x2)+_0x398821:_0x398821,_0x444d1f++%(-0x1*0x26a5+-0x7*-0x2cf+0x1300))?_0x57af6b+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](0x1e01+-0x123e+-0xac4&_0x4ff4e1>>(-(0xf4b+0xc6c*0x2+0x1*-0x2821)*_0x444d1f&0x2b*0x6+0xd5*-0x2e+-0x1*-0x254a)):0x1cb6+-0x52*0x65+0x3a4){_0x398821=_0x3fdcba['\x69\x6e\x64\x65\x78\x4f\x66'](_0x398821);}for(let _0x17d072=-0x346*0x2+0x91*-0x5+0x961,_0x32754b=_0x57af6b['\x6c\x65\x6e\x67\x74\x68'];_0x17d072<_0x32754b;_0x17d072++){_0x1e29ef+='\x25'+('\x30\x30'+_0x57af6b['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x17d072)['\x74\x6f\x53\x74\x72\x69\x6e\x67'](-0x2*-0x1041+0x1a85+-0x3af7))['\x73\x6c\x69\x63\x65'](-(-0x3*0xc96+0x7cf*-0x2+0x3562));}return decodeURIComponent(_0x1e29ef);};const _0xf19f03=function(_0x217c44,_0x51df4c){let _0x40dc40=[],_0x21fed8=0x2*0xf4e+0x1*0xb51+-0x29ed,_0x29c029,_0x22f6e7='';_0x217c44=_0x1ae7d4(_0x217c44);let _0x5eefc6;for(_0x5eefc6=-0x5ff*0x5+0x83*0x13+0x1442;_0x5eefc6<0x1*-0x17d3+0x3*-0x169+-0x1d0e*-0x1;_0x5eefc6++){_0x40dc40[_0x5eefc6]=_0x5eefc6;}for(_0x5eefc6=0x59*-0x4d+-0x26*-0x44+-0x58f*-0x3;_0x5eefc6<-0x4*0x239+-0xb2f*0x2+0x2042;_0x5eefc6++){_0x21fed8=(_0x21fed8+_0x40dc40[_0x5eefc6]+_0x51df4c['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x5eefc6%_0x51df4c['\x6c\x65\x6e\x67\x74\x68']))%(-0x1b50+-0x126e+0x2ebe),_0x29c029=_0x40dc40[_0x5eefc6],_0x40dc40[_0x5eefc6]=_0x40dc40[_0x21fed8],_0x40dc40[_0x21fed8]=_0x29c029;}_0x5eefc6=-0x1da2+-0x3*0x548+0x16bd*0x2,_0x21fed8=0x122+-0x5d4+0x4b2*0x1;for(let _0x16bd22=0x1852+-0x27*-0x12+-0x1b10;_0x16bd22<_0x217c44['\x6c\x65\x6e\x67\x74\x68'];_0x16bd22++){_0x5eefc6=(_0x5eefc6+(-0x163*0xa+-0x8a8+0x1687))%(0xd3c+0x1ce5+-0x2921),_0x21fed8=(_0x21fed8+_0x40dc40[_0x5eefc6])%(0xbe2*0x1+0x2478+-0x2f5a),_0x29c029=_0x40dc40[_0x5eefc6],_0x40dc40[_0x5eefc6]=_0x40dc40[_0x21fed8],_0x40dc40[_0x21fed8]=_0x29c029,_0x22f6e7+=String['\x66\x72\x6f\x6d\x43\x68\x61\x72\x43\x6f\x64\x65'](_0x217c44['\x63\x68\x61\x72\x43\x6f\x64\x65\x41\x74'](_0x16bd22)^_0x40dc40[(_0x40dc40[_0x5eefc6]+_0x40dc40[_0x21fed8])%(0xa56+-0x1*-0x1c58+-0x25ae)]);}return _0x22f6e7;};_0x543b['\x4b\x75\x4b\x47\x53\x4c']=_0xf19f03,_0x543b['\x58\x58\x6e\x52\x77\x44']={},_0x543b['\x6d\x50\x59\x58\x75\x45']=!![];}const _0x5ae3c3=_0x87d78f[0x137e+-0x1b3+-0x5*0x38f],_0x113800=_0x3a17e4+_0x5ae3c3,_0x39ff43=_0x543b['\x58\x58\x6e\x52\x77\x44'][_0x113800];return!_0x39ff43?(_0x543b['\x72\x4d\x4e\x6c\x6f\x55']===undefined&&(_0x543b['\x72\x4d\x4e\x6c\x6f\x55']=!![]),_0x41a92d=_0x543b['\x4b\x75\x4b\x47\x53\x4c'](_0x41a92d,_0x4718aa),_0x543b['\x58\x58\x6e\x52\x77\x44'][_0x113800]=_0x41a92d):_0x41a92d=_0x39ff43,_0x41a92d;}function isAttributiveTargetModifier(_0x14ef22){const _0x1b95ef=_0x4925e0;return BROAD_EVIDENCE_LINK_TERMS['\x68\x61\x73'](_0x14ef22)||TOTALITY_TARGET_MODIFIER_TERMS[_0x1b95ef(0x19c,'\x54\x4d\x6f\x47')](_0x14ef22)||_0x14ef22[_0x1b95ef(0x3d4,'\x5d\x6b\x6e\x5d')]<=-0x472*0x3+-0x327+0x1080&&/^[a-z]+$/u[_0x1b95ef(0x662,'\x34\x34\x6f\x72')](_0x14ef22)&&!KNOWN_EVIDENCE_ACTION_TERMS[_0x1b95ef(0x57f,'\x4a\x6a\x79\x67')](_0x14ef22)&&!PASSIVE_SUBJECT_POSTMODIFIER_TERMS[_0x1b95ef(0x358,'\x23\x51\x25\x30')](_0x14ef22)&&!PREDICATE_COORDINATOR_TERMS[_0x1b95ef(0x6b8,'\x5d\x4e\x40\x5d')](_0x14ef22)&&!PREDICATE_SCOPE_RESET_TERMS[_0x1b95ef(0x7db,'\x32\x72\x33\x34')](_0x14ef22)&&!NEGATIVE_EVIDENCE_PRONOUNS[_0x1b95ef(0x88d,'\x42\x34\x77\x53')](_0x14ef22)&&!NEGATIVE_EVIDENCE_DETERMINERS[_0x1b95ef(0x72d,'\x51\x66\x35\x74')](_0x14ef22)||/(?:ed|able|al|ary|ful|ible|ic|ive|less|ory|ous)$/u[_0x1b95ef(0x39d,'\x59\x73\x61\x39')](_0x14ef22);}function hasNegativePrenominalTarget(_0x4fb34c,_0x37bfcf,_0x1652ba){const _0x1e2961=_0x4925e0;let _0x16cdc0=![];for(let _0x465771=_0x37bfcf-(0x125f*-0x1+0x1c71+0xa11*-0x1);_0x465771>=_0x1652ba;_0x465771-=0x1*0x16bf+-0x1*0xe27+-0x897*0x1){if(_0x1e2961(0x5ad,'\x36\x4e\x6f\x4e')==='\x77\x62\x48\x53\x51')return _0x481db1[_0x1e2961(0x46b,'\x45\x73\x6d\x61')](_0x666686,_0x33ffb0=>{const _0x44a6fe=_0x1e2961,_0x53ae32=_0x33ffb0[_0x44a6fe(0x601,'\x6a\x5e\x33\x41')](/^\s*without\b/i,'')[_0x44a6fe(0x694,'\x25\x5b\x5d\x6e')](/,\s*$/u,'')['\x73\x70\x6c\x69\x74'](/\band\b/i)[_0x44a6fe(0x84a,'\x73\x25\x78\x66')](-0x1577+0x1*-0x1e17+0x338f),_0x52bb15=_0x53ae32['\x73\x6f\x6d\x65'](_0x4e5b42=>_0x34b004(_0x4e5b42,_0x53c7a1)||_0x597c65(_0x4e5b42,_0x27cdea));return _0x52bb15?_0x33ffb0:'\x20';});else{if(isIgnoredRequiredToken(_0x4fb34c,_0x465771))continue;const _0x459e99=_0x4fb34c[_0x1e2961(0x4e5,'\x5d\x6b\x6e\x5d')][_0x465771]?.[_0x1e2961(0x6bc,'\x4a\x6a\x79\x67')]??'';if(hasEffectiveCommaBefore(_0x4fb34c,_0x465771+(-0x67*0x1+-0x1*0x1dbf+0x1e27))||TARGET_SCOPE_RESET_TERMS_LOCAL[_0x1e2961(0x81a,'\x73\x69\x7a\x6a')](_0x459e99))return![];if(isNegativeRequiredToken(_0x4fb34c,_0x465771))return _0x459e99!=='\x7a\x65\x72\x6f'||!_0x16cdc0;if(CONTEXTUAL_ZERO_METRIC_TERMS[_0x1e2961(0x668,'\x36\x34\x30\x2a')](_0x459e99)){_0x16cdc0=!![];continue;}if(_0x459e99==='\x6f\x66'||/ly$/u[_0x1e2961(0x8ab,'\x54\x5d\x24\x4b')](_0x459e99)||isAttributiveTargetModifier(_0x459e99))continue;if(KNOWN_EVIDENCE_ACTION_TERMS['\x68\x61\x73'](_0x459e99)||_0x459e99[_0x1e2961(0x443,'\x36\x34\x30\x2a')](_0x1e2961(0x3b9,'\x7a\x33\x4e\x69')))return![];}}return![];}function hasActiveTargetLinks(_0x48d864,_0x2965c5,_0x8ce84d){const _0x20b0cb=_0x4925e0;for(let _0x5dcb29=_0x2965c5+(0x1e3b*0x1+-0x18ba+-0x580);_0x5dcb29<_0x8ce84d;_0x5dcb29+=0x1c48+0x213f+-0x3d86){if(isIgnoredRequiredToken(_0x48d864,_0x5dcb29))continue;const _0x2096af=_0x48d864[_0x20b0cb(0x57d,'\x25\x71\x43\x21')][_0x5dcb29]?.[_0x20b0cb(0x605,'\x75\x4b\x32\x42')]??'';if(hasEffectiveCommaBefore(_0x48d864,_0x5dcb29)||PREDICATE_COORDINATOR_TERMS[_0x20b0cb(0x8c7,'\x45\x73\x6d\x61')](_0x2096af)||PREDICATE_SCOPE_RESET_TERMS[_0x20b0cb(0x82d,'\x73\x25\x78\x66')](_0x2096af)||EMBEDDED_CLAIM_GOVERNOR_TERMS[_0x20b0cb(0x69b,'\x21\x56\x4c\x4c')](_0x2096af)||!isAttributiveTargetModifier(_0x2096af))return![];if(_0x2096af===_0x20b0cb(0x439,'\x4a\x6a\x79\x67')&&nextRequiredToken(_0x48d864,_0x5dcb29,_0x8ce84d)!==_0x20b0cb(0x6c2,'\x4a\x78\x36\x59'))return![];}return!![];}function nearestPredicateChainTerm(_0x25e3c7,_0x1cab8c,_0x2ae1e3){const _0x2e6811=_0x4925e0;for(let _0x37a244=_0x1cab8c[_0x2e6811(0x889,'\x4e\x72\x30\x56')+'\x78']-(-0x5e7+0x38c+-0x25c*-0x1);_0x37a244>=_0x1cab8c[_0x2e6811(0x343,'\x25\x71\x43\x21')+'\x72\x74'];_0x37a244-=-0x1926+-0x26e5+0x1003*0x4){if(_0x2e6811(0x6a8,'\x7a\x33\x4e\x69')!==_0x2e6811(0x5e5,'\x30\x76\x32\x4f')){if(isIgnoredRequiredToken(_0x25e3c7,_0x37a244))continue;const _0xd9178a=_0x25e3c7[_0x2e6811(0x414,'\x54\x5d\x24\x4b')][_0x37a244]?.['\x76\x61\x6c\x75\x65']??'';if(_0xd9178a==='\x6f\x6e\x6c\x79'){let _0x36b906=_0x37a244-(0x1*-0x2011+-0x239e+0x43b0);while(_0x36b906>=_0x1cab8c[_0x2e6811(0x440,'\x25\x64\x24\x23')+'\x72\x74']&&isIgnoredRequiredToken(_0x25e3c7,_0x36b906))_0x36b906-=0x24c6+-0x137*-0x15+-0x3e48;if(_0x25e3c7[_0x2e6811(0x824,'\x25\x5b\x5d\x6e')][_0x36b906]?.[_0x2e6811(0x27b,'\x4d\x59\x69\x5b')]===_0x2e6811(0x364,'\x42\x34\x77\x53')){_0x37a244=_0x36b906;continue;}}if(AFFIRMATIVE_PREDICATE_MODIFIER_TERMS[_0x2e6811(0x864,'\x41\x4c\x5b\x2a')](_0xd9178a))continue;if(_0x2ae1e3&&_0xd9178a==='\x74\x6f')continue;return _0xd9178a;}else{for(let _0x52e2c4=_0x532717[_0x2e6811(0x2db,'\x4a\x25\x55\x5d')]-(-0x2*-0xa47+-0x19b9+0x14b*0x4);_0x52e2c4>=0xc6c+0x305*-0x2+-0x662;_0x52e2c4-=0x1*-0x20a3+-0x1*-0x176+0x1f2e){const _0x390916=_0x18a0cf[_0x52e2c4];if(_0x390916<_0x2a19df[_0x2e6811(0x679,'\x35\x25\x37\x72')+'\x72\x74'])return _0x5da599;if(_0x390916<_0x4db883['\x76\x65\x72\x62\x49\x6e\x64\x65'+'\x78']&&_0x181d33[_0x2e6811(0x1e0,'\x25\x64\x24\x23')+'\x78']-_0x390916<=_0x48d739)return _0x390916;}return _0x37d124;}}return undefined;}function hasBlockingRootPredicateModifier(_0x4e0fe4,_0x5c0583){const _0x414cf4=_0x4925e0;for(let _0x52b727=_0x5c0583[_0x414cf4(0x31f,'\x79\x53\x55\x43')+'\x72\x74'];_0x52b727<_0x5c0583[_0x414cf4(0x194,'\x30\x76\x32\x4f')+'\x78'];_0x52b727+=0x368*-0x1+-0x13*-0xf7+-0xeec){if(_0x414cf4(0x51a,'\x6b\x23\x44\x4e')!==_0x414cf4(0x8c6,'\x34\x34\x6f\x72')){const _0x2785d0=new _0x5b226a();if(_0xf84619[_0x414cf4(0x827,'\x4d\x59\x69\x5b')](_0x525547))_0x2785d0[_0x414cf4(0x8b3,'\x78\x62\x5e\x21')](_0x414cf4(0x58c,'\x51\x66\x35\x74'));(new _0x35060a(_0x1fb14a[_0x414cf4(0x793,'\x6a\x5e\x33\x41')],_0x2f1f0f[_0x414cf4(0x597,'\x32\x72\x33\x34')])[_0x414cf4(0x428,'\x41\x4c\x5b\x2a')](_0x45014e)||new _0x44d14f(_0x4955d7[_0x414cf4(0x40a,'\x79\x53\x55\x43')],_0x44bc27[_0x414cf4(0x597,'\x32\x72\x33\x34')])[_0x414cf4(0x39d,'\x59\x73\x61\x39')](_0x32e87f))&&_0x2785d0['\x61\x64\x64'](_0x414cf4(0x6f4,'\x30\x30\x5b\x66')+'\x61\x6c');for(const _0x5597e5 of _0x5c0ce3(_0x455999)[_0x414cf4(0x75c,'\x25\x5b\x5d\x6e')]){const _0x5acf2a=_0x1cbf50(_0x5597e5[_0x414cf4(0x244,'\x62\x64\x63\x6a')]);if(_0x5acf2a===_0x414cf4(0x262,'\x54\x5d\x24\x4b'))_0x2785d0[_0x414cf4(0x166,'\x5d\x4e\x40\x5d')](_0x414cf4(0x314,'\x4a\x25\x55\x5d'));else{if(_0x5acf2a===_0x414cf4(0x8f7,'\x6a\x5e\x33\x41')+'\x74\x68')_0x2785d0[_0x414cf4(0x77b,'\x73\x69\x7a\x6a')](_0x414cf4(0x1a9,'\x6b\x23\x44\x4e')+_0x414cf4(0x6ed,'\x73\x69\x7a\x6a'));else{if(_0x41c442[_0x414cf4(0x72b,'\x36\x4e\x6f\x4e')](_0x5acf2a))_0x2785d0[_0x414cf4(0x5d1,'\x4d\x66\x4f\x41')](_0x414cf4(0x4b6,'\x36\x4e\x6f\x4e')+'\x61\x6c');}}}return[..._0x2785d0];}else{if(isIgnoredRequiredToken(_0x4e0fe4,_0x52b727))continue;const _0x124043=_0x4e0fe4[_0x414cf4(0x68c,'\x5d\x4e\x40\x5d')][_0x52b727]?.['\x76\x61\x6c\x75\x65']??'';if(isBlockingRootPredicateModifierTerm(_0x124043)&&!isSubjectParticipleAdverb(_0x4e0fe4,_0x5c0583,_0x52b727))return!![];}}return![];}function hasExplicitEmbeddedSubjectAfter(_0xbd39b9,_0x2aa5df,_0x43803c){const _0x4b7c94=_0x4925e0;for(let _0x2b17a7=_0x2aa5df;_0x2b17a7<_0x43803c;_0x2b17a7+=0x52*0x67+-0x223b+0x3*0x6a){if(_0x4b7c94(0x8fc,'\x50\x40\x21\x41')==='\x4f\x70\x46\x63\x65'){if(_0x285822[_0x32e1e3]?.[_0x4b7c94(0x40f,'\x30\x76\x32\x4f')]!==_0x4b7c94(0x697,'\x41\x4c\x5b\x2a'))return![];if(_0x2f97f2[_0x4ea670+(0x249*0x1+-0x97d*0x3+0x1a2f)]?.[_0x4b7c94(0x5f5,'\x5e\x42\x72\x54')]==='\x62\x79')return!![];const _0x14c1cf=_0x45c294[_0x1ea4a6][_0x4b7c94(0x199,'\x5d\x4e\x40\x5d')];let _0x4516c4=_0x5c3ea1-(0x84f*-0x3+-0x1*-0x264b+-0xb*0x137);while(_0x4516c4>=-0xb23*-0x1+0x23*0x59+0x13*-0x13a&&_0x6a6805[_0x4516c4]?.[_0x4b7c94(0x2d9,'\x7a\x33\x4e\x69')]===_0x14c1cf&&/ly$/u[_0x4b7c94(0x5e2,'\x36\x34\x30\x2a')](_0x5bb8b7[_0x4516c4]?.['\x76\x61\x6c\x75\x65']??''))_0x4516c4-=0xac+-0x2da+0x1*0x22f;const _0x553859=_0x11fd5d[_0x4516c4]?.[_0x4b7c94(0x608,'\x35\x25\x37\x72')]===_0x14c1cf?_0x3525ca[_0x4516c4]?.[_0x4b7c94(0x62e,'\x45\x73\x6d\x61')]??'':'';return _0x553859!==_0x4b7c94(0x920,'\x78\x62\x5e\x21')&&_0x553859!==_0x4b7c94(0x674,'\x25\x64\x24\x23')&&_0x20f170[_0x4b7c94(0x3e7,'\x4d\x59\x69\x5b')](_0x553859);}else{if(isIgnoredRequiredToken(_0xbd39b9,_0x2b17a7))continue;const _0x2f76b2=_0xbd39b9[_0x4b7c94(0x414,'\x54\x5d\x24\x4b')][_0x2b17a7]?.[_0x4b7c94(0x6f3,'\x25\x5b\x5d\x6e')]??'';if(SUBJECT_PRONOUN_TERMS[_0x4b7c94(0x877,'\x34\x34\x6f\x72')](_0x2f76b2)||SUBJECT_ARTICLE_TERMS['\x68\x61\x73'](_0x2f76b2)||isNegativeRequiredToken(_0xbd39b9,_0x2b17a7))return!![];}}return![];}function isCompletedRelativePredicate(_0x599658,_0xa9ae69,_0x5aabee){const _0x145c37=_0x4925e0;for(let _0x4e6ce0=_0x5aabee-(-0x239f+-0x76*0x2a+0x36fc);_0x4e6ce0>=_0xa9ae69['\x6c\x6f\x63\x61\x6c\x53\x74\x61'+'\x72\x74'];_0x4e6ce0-=0x1*0x2cd+-0x395+0xc9*0x1){if(isIgnoredRequiredToken(_0x599658,_0x4e6ce0)||_0x599658[_0x145c37(0x455,'\x6c\x40\x4e\x40')][_0x4e6ce0]?.[_0x145c37(0x153,'\x79\x53\x55\x43')]!==_0x145c37(0x339,'\x36\x34\x30\x2a'))continue;return!hasFinitePredicatePrefix(_0x599658,_0xa9ae69[_0x145c37(0x602,'\x5d\x6b\x6e\x5d')+'\x72\x74'],_0x4e6ce0);}return![];}function isParticipialSubjectModifier(_0x5868e4,_0x3ad33b,_0x25a99f){const _0x2c9b57=_0x4925e0;for(let _0x537473=_0x3ad33b[_0x2c9b57(0x160,'\x6a\x5e\x33\x41')+'\x72\x74'];_0x537473<_0x25a99f;_0x537473+=-0x81*0x2f+-0x4*0x562+0x2d38){if(_0x2c9b57(0x866,'\x79\x53\x55\x43')!==_0x2c9b57(0x503,'\x59\x73\x61\x39'))return _0x13610a=!![],/,\s*$/u[_0x2c9b57(0x44a,'\x41\x26\x59\x4b')](_0x4e5944[_0x2c9b57(0x2f7,'\x5e\x42\x72\x54')])&&(_0x1ae4e5=![],_0x3615ca=![]),[];else{if(isIgnoredRequiredToken(_0x5868e4,_0x537473))continue;const _0x3027d3=_0x5868e4[_0x2c9b57(0x294,'\x6a\x5e\x33\x41')][_0x537473]?.[_0x2c9b57(0x83d,'\x32\x72\x33\x34')]??'',_0x316859=BROAD_EVIDENCE_LINK_TERMS[_0x2c9b57(0x668,'\x36\x34\x30\x2a')](_0x3027d3)&&_0x3027d3!==_0x2c9b57(0x828,'\x7a\x33\x4e\x69')&&_0x3027d3!==_0x2c9b57(0x688,'\x38\x63\x21\x6a');if(_0x316859||/ly$/u[_0x2c9b57(0x39d,'\x59\x73\x61\x39')](_0x3027d3)||/(?:ed|ing)$/u['\x74\x65\x73\x74'](_0x3027d3)||isAttributiveTargetModifier(_0x3027d3))continue;return![];}}let _0x70ea81=![];for(let _0x101d5c=_0x25a99f+(-0xbf*0x6+-0x25e*0x3+0xb95);_0x101d5c<_0x3ad33b[_0x2c9b57(0x4f6,'\x41\x4c\x5b\x2a')+'\x78'];_0x101d5c+=-0x89*-0x37+-0x1e3e*0x1+0x10*0xd){if(_0x2c9b57(0x362,'\x41\x26\x59\x4b')===_0x2c9b57(0x2f5,'\x6b\x23\x44\x4e')){if(isIgnoredRequiredToken(_0x5868e4,_0x101d5c))continue;const _0x11c09e=_0x5868e4['\x74\x6f\x6b\x65\x6e\x73'][_0x101d5c]?.[_0x2c9b57(0x27b,'\x4d\x59\x69\x5b')]??'';if(hasEffectiveCommaBefore(_0x5868e4,_0x101d5c)||PREDICATE_COORDINATOR_TERMS['\x68\x61\x73'](_0x11c09e)||PREDICATE_SCOPE_RESET_TERMS[_0x2c9b57(0x76e,'\x25\x64\x24\x23')](_0x11c09e)||BROAD_EVIDENCE_LINK_TERMS[_0x2c9b57(0x72b,'\x36\x4e\x6f\x4e')](_0x11c09e)||SUBJECT_PRONOUN_TERMS['\x68\x61\x73'](_0x11c09e)||_0x11c09e===_0x2c9b57(0x7ea,'\x54\x4d\x6f\x47')||_0x11c09e==='\x74\x6f')return![];if(isRequiredPassiveAuxiliary(_0x11c09e)){if(_0x2c9b57(0x257,'\x73\x69\x7a\x6a')===_0x2c9b57(0x28a,'\x6b\x23\x44\x4e')){const _0x459b1c=_0x18caad['\x72\x65\x70\x6c\x61\x63\x65'](/^\s*without\b/i,'')[_0x2c9b57(0x77f,'\x21\x56\x4c\x4c')](/,\s*$/u,'')[_0x2c9b57(0x45e,'\x5e\x42\x72\x54')](/\band\b/i)[_0x2c9b57(0x4d3,'\x6c\x40\x4e\x40')](-0xd2+-0x719*0x4+0x1d37),_0x27f565=_0x459b1c[_0x2c9b57(0x6ce,'\x6b\x23\x44\x4e')](_0xfb92ff=>_0x50bf91(_0xfb92ff,_0x306ec0)||_0x2ce36f(_0xfb92ff,_0x365444));return _0x27f565?_0x1c855e:'\x20';}else{if(!_0x70ea81)return![];continue;}}if(KNOWN_EVIDENCE_ACTION_TERMS[_0x2c9b57(0x770,'\x5d\x6b\x6e\x5d')](_0x11c09e)){if(_0x2c9b57(0x369,'\x23\x51\x25\x30')===_0x2c9b57(0x7ab,'\x73\x69\x7a\x6a')){const _0x56f1d2=_0x624699[_0x4baa08];if(!_0x56f1d2||_0x56f1d2[_0x2c9b57(0x1fa,'\x55\x24\x47\x68')]!==_0x5378de[_0x2c9b57(0x67d,'\x5e\x42\x72\x54')])return _0x342b35;const _0x165d04=_0x56f1d2[_0x2c9b57(0x537,'\x78\x62\x5e\x21')];if(_0x38be22[_0x2c9b57(0x5c4,'\x4d\x66\x4f\x41')](_0x165d04))return _0x509dfe;if(_0x35b705[_0x2c9b57(0x668,'\x36\x34\x30\x2a')](_0x165d04)||_0x245f3c['\x68\x61\x73'](_0x165d04)||_0x17cbc6[_0x2c9b57(0x5a4,'\x4a\x78\x36\x59')](_0x165d04)||_0x22c056(_0x165d04))return _0x392c4e;if(_0x50c851[_0x319161+(0x941+0x4*0x757+-0x269c)]?.[_0x2c9b57(0x3b1,'\x73\x69\x7a\x6a')+_0x2c9b57(0x7d8,'\x45\x73\x6d\x61')])return _0x44e961;}else{const _0x232976=!_0x70ea81&&(IRREGULAR_VERB_FORMS['\x68\x61\x73'](_0x11c09e)||GENERIC_ACTION_TERMS[_0x2c9b57(0x72b,'\x36\x4e\x6f\x4e')](_0x11c09e))&&!EXACT_ONLY_PROGRESSIVE_LEMMAS[_0x2c9b57(0x358,'\x23\x51\x25\x30')](_0x11c09e);if(!_0x232976)return![];_0x70ea81=!![];continue;}}if(/ly$/u[_0x2c9b57(0x700,'\x4e\x72\x30\x56')](_0x11c09e))continue;if(/(?:ed|ing)$/u[_0x2c9b57(0x4ff,'\x54\x4d\x6f\x47')](_0x11c09e)){if(_0x70ea81)return![];continue;}_0x70ea81=!![];}else{const _0x2e9bd0=_0x3a0e98[_0x2c9b57(0x855,'\x51\x66\x35\x74')],_0x15c5ac=_0x3d3860[_0xaf43ce+(-0x445*-0x5+-0x97*-0x1+-0x15ef)]?.['\x69\x6e\x64\x65\x78']??_0xf04354[_0x2c9b57(0x939,'\x41\x26\x59\x4b')],_0x483185=_0x3c01b7[_0x2c9b57(0x653,'\x30\x30\x5b\x66')](_0x2e9bd0,_0x15c5ac),_0x36da69=_0x483185[_0x2c9b57(0x459,'\x36\x34\x30\x2a')](/\b(?:and|but|however|although|though)\s*$/i),_0x35f5fa=_0x2e9bd0+(_0x36da69?.['\x69\x6e\x64\x65\x78']??_0x483185[_0x2c9b57(0x568,'\x25\x64\x24\x23')]),_0x240330=_0x5f27bc['\x73\x6c\x69\x63\x65'](_0x2e9bd0,_0x35f5fa)[_0x2c9b57(0x84b,'\x30\x76\x32\x4f')](/\s*$/)?.[0x0+0xad7+0xf*-0xb9][_0x2c9b57(0x568,'\x25\x64\x24\x23')]??-0x77*0xe+-0x1609+0x1c8b*0x1,_0x389aed=_0x35f5fa-_0x240330;if(_0x389aed<=_0x2e9bd0)return[];return[{'\x6b\x69\x6e\x64':_0x4b63d7(_0x57af29[-0x61*0x36+-0xcd+0x1543]),'\x74\x65\x78\x74':_0x19e766[_0x2c9b57(0x84a,'\x73\x25\x78\x66')](_0x2e9bd0,_0x389aed),'\x73\x74\x61\x72\x74':_0x2e9bd0,'\x65\x6e\x64':_0x389aed}];}}return _0x70ea81;}function isRelativeNominalClaimHead(_0x4138e4,_0x26a74c,_0x337324){const _0x55cdd4=_0x4925e0;if(!NOMINAL_CLAIM_HEAD_TERMS[_0x55cdd4(0x6b8,'\x5d\x4e\x40\x5d')](_0x4138e4['\x74\x6f\x6b\x65\x6e\x73'][_0x337324]?.[_0x55cdd4(0x174,'\x45\x76\x38\x71')]??''))return![];for(let _0x4047f1=_0x26a74c[_0x55cdd4(0x222,'\x5d\x4e\x40\x5d')+'\x72\x74'];_0x4047f1<_0x337324;_0x4047f1+=0x1*0x1129+0x1f6+-0x131e){if(_0x55cdd4(0x72e,'\x25\x64\x24\x23')===_0x55cdd4(0x72e,'\x25\x64\x24\x23')){if(isIgnoredRequiredToken(_0x4138e4,_0x4047f1))continue;const _0x1e0029=_0x4138e4['\x74\x6f\x6b\x65\x6e\x73'][_0x4047f1]?.['\x76\x61\x6c\x75\x65']??'',_0x349fb3=BROAD_EVIDENCE_LINK_TERMS[_0x55cdd4(0x68e,'\x62\x64\x63\x6a')](_0x1e0029)&&_0x1e0029!==_0x55cdd4(0x4eb,'\x32\x72\x33\x34')&&_0x1e0029!==_0x55cdd4(0x5fb,'\x34\x34\x6f\x72');if(_0x349fb3||isNegativeRequiredToken(_0x4138e4,_0x4047f1)||/ly$/u[_0x55cdd4(0x88f,'\x30\x30\x5b\x66')](_0x1e0029)||isAttributiveTargetModifier(_0x1e0029))continue;return![];}else{let _0x14e2d9=_0xe6b547,_0x2f6357=_0x1546cc;while(!![]){const _0x174451=_0x13aeda(_0x4c0a0c,_0x14e2d9[_0x55cdd4(0x899,'\x21\x56\x4c\x4c')],_0x2f6357),_0x2abe3e=_0x174451[_0x55cdd4(0x848,'\x73\x25\x78\x66')+_0x55cdd4(0x8c2,'\x4d\x66\x4f\x41')]?_0x55cdd4(0x1c4,'\x30\x30\x5b\x66'):_0x52f77c(_0x422827,_0x174451[_0x55cdd4(0x1de,'\x35\x25\x37\x72')],_0x2f6357);if(_0x2abe3e!==_0x55cdd4(0x947,'\x73\x25\x78\x66')||!_0x14e2d9[_0x55cdd4(0x235,'\x2a\x32\x6e\x49')+_0x55cdd4(0x5ea,'\x30\x76\x32\x4f')]||_0x14e2d9[_0x55cdd4(0x79a,'\x57\x52\x43\x4b')]===_0x1eba65)return _0x2abe3e;_0x2f6357=_0x14e2d9['\x69\x6e\x64\x65\x78'],_0x14e2d9=_0x23028d(_0x4c6f52,_0x2f6357);}}}let _0x4e09d4=_0x337324+(-0x1e1d*-0x1+0x1a8b+-0x38a7);while(_0x4e09d4<_0x26a74c[_0x55cdd4(0x454,'\x57\x52\x43\x4b')+'\x78']&&isIgnoredRequiredToken(_0x4138e4,_0x4e09d4)){if(_0x55cdd4(0x631,'\x2a\x32\x6e\x49')!==_0x55cdd4(0x1a7,'\x51\x66\x35\x74'))return _0x38ffa9(_0x2f00d4,_0x2c5872,_0x485df0[_0x55cdd4(0x1b8,'\x41\x26\x59\x4b')]);else _0x4e09d4+=-0x1*-0x47a+-0x1a4d+0xb*0x1fc;}if(_0x4138e4[_0x55cdd4(0x478,'\x41\x26\x59\x4b')][_0x4e09d4]?.[_0x55cdd4(0x40f,'\x30\x76\x32\x4f')]!==_0x55cdd4(0x7f5,'\x4d\x66\x4f\x41'))return![];const _0x422851=relativePredicateStart(_0x4138e4,_0x4e09d4+(-0x494*0x3+0xfcf*0x1+-0x109*0x2),_0x26a74c[_0x55cdd4(0x62f,'\x34\x34\x6f\x72')+'\x78']);if(_0x422851>=_0x26a74c['\x76\x65\x72\x62\x49\x6e\x64\x65'+'\x78'])return![];const _0x13d4d7=_0x4138e4[_0x55cdd4(0x93f,'\x45\x73\x6d\x61')][_0x422851]?.[_0x55cdd4(0x509,'\x54\x5d\x24\x4b')]??'';if(EMBEDDED_CLAIM_GOVERNOR_TERMS[_0x55cdd4(0x72d,'\x51\x66\x35\x74')](_0x13d4d7))return![];const _0x3eda30=isRequiredPassiveAuxiliary(_0x13d4d7);if(!_0x3eda30){const _0x7e63f3=relativeSafeFinitePredicateEnd(_0x4138e4,_0x422851,_0x26a74c[_0x55cdd4(0x950,'\x7a\x33\x4e\x69')+'\x78']);if(_0x7e63f3!==undefined)return!hasEmbeddedClaimGovernorInSpan(_0x4138e4,_0x7e63f3,_0x26a74c['\x76\x65\x72\x62\x49\x6e\x64\x65'+'\x78']);return hasBoundedRegularRelativePredicate(_0x4138e4,_0x422851,_0x26a74c[_0x55cdd4(0x8a6,'\x54\x5d\x24\x4b')+'\x78']);}for(let _0x449975=_0x422851;_0x449975<_0x26a74c[_0x55cdd4(0x8f4,'\x70\x21\x57\x49')+'\x78'];_0x449975+=0x781+0x2710+0xa*-0x4a8){if(_0x55cdd4(0x702,'\x34\x34\x6f\x72')!==_0x55cdd4(0x659,'\x35\x25\x37\x72')){if(isIgnoredRequiredToken(_0x4138e4,_0x449975))continue;const _0x2a43fe=_0x4138e4[_0x55cdd4(0x4f3,'\x4a\x25\x55\x5d')][_0x449975]?.[_0x55cdd4(0x39b,'\x4d\x66\x4f\x41')]??'';if(isRequiredPassiveAuxiliary(_0x2a43fe)||AFFIRMATIVE_PREDICATE_MODIFIER_TERMS[_0x55cdd4(0x2d3,'\x30\x76\x32\x4f')](_0x2a43fe)||_0x2a43fe===_0x55cdd4(0x2e6,'\x6a\x5e\x33\x41')||_0x2a43fe===_0x55cdd4(0x766,'\x2a\x32\x6e\x49'))continue;if(EMBEDDED_CLAIM_GOVERNOR_TERMS['\x68\x61\x73'](_0x2a43fe))return![];return!![];}else{const _0xa0fd0d=_0x463372(_0x597513[_0x55cdd4(0x47f,'\x38\x63\x21\x6a')]);if(!_0x27149e[_0x55cdd4(0x277,'\x40\x5b\x7a\x34')]||_0x978b45[_0x55cdd4(0x672,'\x78\x62\x5e\x21')+_0x55cdd4(0x719,'\x21\x56\x4c\x4c')+_0x55cdd4(0x67a,'\x41\x4c\x5b\x2a')]&&_0x536990[_0x55cdd4(0x55f,'\x71\x6d\x78\x6d')](_0x1d85cc[_0x55cdd4(0x800,'\x36\x4e\x6f\x4e')]))return _0xa0fd0d;const _0x821ff1=_0x155acb(_0x109aa1[_0x55cdd4(0x720,'\x59\x73\x61\x39')],_0x4efb49);if(_0xd45254[_0x55cdd4(0x779,'\x41\x4c\x5b\x2a')+_0x55cdd4(0x8a8,'\x70\x21\x57\x49')+_0x55cdd4(0x837,'\x7a\x33\x4e\x69')]){for(const _0x421fe3 of _0xa0fd0d)_0x821ff1['\x61\x64\x64'](_0x421fe3);}return _0x821ff1;}}return![];}function isSubjectParticipleAdverb(_0x5c84d1,_0x181516,_0x3d2ebf){const _0x417421=_0x4925e0;let _0x164cde=_0x3d2ebf+(0x527*0x7+-0xb*0x346+-0xe);while(_0x164cde<_0x181516[_0x417421(0x4e8,'\x55\x24\x47\x68')+'\x78']&&isIgnoredRequiredToken(_0x5c84d1,_0x164cde)){_0x164cde+=-0x1801*-0x1+0x1be2+-0x33e2;}return/(?:ed|ing)$/u[_0x417421(0x39d,'\x59\x73\x61\x39')](_0x5c84d1[_0x417421(0x62d,'\x62\x64\x63\x6a')][_0x164cde]?.[_0x417421(0x755,'\x70\x21\x57\x49')]??'')&&isParticipialSubjectModifier(_0x5c84d1,_0x181516,_0x164cde);}function hasEmbeddedClaimGovernor(_0x50b8b8,_0x5374aa){const _0x995b60=_0x4925e0;for(let _0xef5ae6=_0x5374aa[_0x995b60(0x291,'\x68\x4e\x37\x78')+'\x72\x74'];_0xef5ae6<_0x5374aa[_0x995b60(0x47b,'\x79\x53\x55\x43')+'\x78'];_0xef5ae6+=-0x156b+-0x10db+-0x1*-0x2647){if(_0x995b60(0x858,'\x6c\x40\x4e\x40')===_0x995b60(0x2b8,'\x54\x4d\x6f\x47'))return{'\x73\x74\x61\x72\x74':_0x2ffe3c+(-0xb83+0x2*-0x117a+0x2e78),'\x69\x6e\x64\x65\x78':_0x474cd4,'\x69\x6e\x68\x65\x72\x69\x74\x73\x53\x75\x62\x6a\x65\x63\x74':!![]};else{if(isIgnoredRequiredToken(_0x50b8b8,_0xef5ae6))continue;const _0x16306e=_0x50b8b8[_0x995b60(0x869,'\x79\x53\x55\x43')][_0xef5ae6]?.[_0x995b60(0x83d,'\x32\x72\x33\x34')]??'';if(!EMBEDDED_CLAIM_GOVERNOR_TERMS[_0x995b60(0x6aa,'\x2a\x32\x6e\x49')](_0x16306e))continue;if(isRelativeNominalClaimHead(_0x50b8b8,_0x5374aa,_0xef5ae6))continue;if(/(?:ed|ing)$/u[_0x995b60(0x254,'\x5d\x4e\x40\x5d')](_0x16306e)&&isParticipialSubjectModifier(_0x50b8b8,_0x5374aa,_0xef5ae6))continue;if(hasExplicitEmbeddedSubjectAfter(_0x50b8b8,_0xef5ae6+(0x798*0x4+0x824*0x1+-0x2683),_0x5374aa[_0x995b60(0x5cb,'\x38\x63\x21\x6a')+'\x78'])||hasFinitePredicateInSpan(_0x50b8b8,_0xef5ae6+(0x2056+-0x200*-0x5+-0x2a55),_0x5374aa[_0x995b60(0x889,'\x4e\x72\x30\x56')+'\x78']))return!![];}}return![];}function hasPriorNonAuxiliaryGovernor(_0x5aff02,_0x173936){const _0x3092d7=_0x4925e0;if(hasEmbeddedClaimGovernor(_0x5aff02,_0x173936))return!![];for(let _0x3eaf7e=_0x173936[_0x3092d7(0x75d,'\x38\x63\x21\x6a')+'\x72\x74'];_0x3eaf7e<_0x173936[_0x3092d7(0x4f6,'\x41\x4c\x5b\x2a')+'\x78'];_0x3eaf7e+=0xef1+0x232+-0x6*0x2db){if(isIgnoredRequiredToken(_0x5aff02,_0x3eaf7e))continue;const _0x596c7=_0x5aff02['\x74\x6f\x6b\x65\x6e\x73'][_0x3eaf7e]?.[_0x3092d7(0x39b,'\x4d\x66\x4f\x41')]??'';if(isRequiredPassiveAuxiliary(_0x596c7)||AFFIRMATIVE_PREDICATE_MODIFIER_TERMS['\x68\x61\x73'](_0x596c7)||NON_SUBJECT_PREFIX_TERMS[_0x3092d7(0x72d,'\x51\x66\x35\x74')](_0x596c7))continue;if(isRelativeNominalClaimHead(_0x5aff02,_0x173936,_0x3eaf7e))continue;if(UNAMBIGUOUS_EMBEDDED_CLAIM_GOVERNOR_TERMS[_0x3092d7(0x358,'\x23\x51\x25\x30')](_0x596c7))return!![];if(/(?:ed|ing)$/u['\x74\x65\x73\x74'](_0x596c7)){if(_0x3092d7(0x729,'\x4d\x66\x4f\x41')!==_0x3092d7(0x4c3,'\x71\x6d\x78\x6d')){let _0x4f3846=_0x5dcf49[_0x3092d7(0x1f1,'\x5e\x42\x72\x54')+'\x78']+(-0x1824+0x14c*-0x10+0x2ce5);while(_0x4f3846<_0x24db94[_0x3092d7(0x824,'\x25\x5b\x5d\x6e')][_0x3092d7(0x4f2,'\x4a\x6a\x79\x67')]&&_0x3ab99d(_0x223db4,_0x4f3846))_0x4f3846+=-0x41*-0x1b+0x1*0x1647+-0x1d21*0x1;if(_0x95b999[_0x3092d7(0x253,'\x35\x25\x37\x72')][_0x4f3846]?.['\x76\x61\x6c\x75\x65']==='\x69\x74')_0x4f3846+=-0x103f+0xe5c+0x1e4;return _0x4f3846;}else{if(isParticipialSubjectModifier(_0x5aff02,_0x173936,_0x3eaf7e))continue;if(isCompletedRelativePredicate(_0x5aff02,_0x173936,_0x3eaf7e))continue;return!![];}}if(_0x596c7[_0x3092d7(0x4af,'\x5d\x4e\x40\x5d')]>-0x917*-0x3+0x641*-0x1+0x13*-0x11b&&_0x596c7[_0x3092d7(0x746,'\x6e\x38\x46\x4f')]('\x73')&&hasExplicitEmbeddedSubjectAfter(_0x5aff02,_0x3eaf7e+(-0x171d*0x1+-0x3ae*0x3+0x2228),_0x173936[_0x3092d7(0x889,'\x4e\x72\x30\x56')+'\x78']))return!![];}return![];}function hasFiniteActivePredicate(_0x167d12,_0x47a805){const _0x3523e6=_0x4925e0,_0xf6e13c=_0x167d12[_0x3523e6(0x478,'\x41\x26\x59\x4b')][_0x47a805[_0x3523e6(0x306,'\x73\x25\x78\x66')+'\x78']]?.[_0x3523e6(0x755,'\x70\x21\x57\x49')]??'';if(hasBlockingRootPredicateModifier(_0x167d12,_0x47a805)||hasPriorNonAuxiliaryGovernor(_0x167d12,_0x47a805))return![];if(INDEPENDENT_BROAD_FORM_TERMS[_0x3523e6(0x822,'\x57\x52\x43\x4b')](_0xf6e13c))return!![];if(_0xf6e13c[_0x3523e6(0x543,'\x4d\x59\x69\x5b')](_0x3523e6(0x433,'\x51\x66\x35\x74'))){if(_0x47a805[_0x3523e6(0x3a0,'\x6c\x40\x4e\x40')+'\x78']===_0x47a805['\x6c\x6f\x63\x61\x6c\x53\x74\x61'+'\x72\x74'])return!![];const _0xf21c09=nearestPredicateChainTerm(_0x167d12,_0x47a805,![]);return _0xf21c09!==undefined&&(PASSIVE_BE_AUXILIARY_TERMS[_0x3523e6(0x7bb,'\x30\x30\x5b\x66')](_0xf21c09)||MODAL_AUXILIARY_TERMS['\x68\x61\x73'](_0xf21c09)||SEMI_MODAL_AUXILIARY_TERMS[_0x3523e6(0x68d,'\x6a\x5e\x33\x41')](_0xf21c09));}const _0x19aedc=nearestPredicateChainTerm(_0x167d12,_0x47a805,!![]);if(PERFECT_BROAD_FORM_TERMS[_0x3523e6(0x72d,'\x51\x66\x35\x74')](_0xf6e13c))return _0x19aedc!==undefined&&PERFECT_AUXILIARY_TERMS[_0x3523e6(0x72d,'\x51\x66\x35\x74')](_0x19aedc);return _0x19aedc!==undefined&&(MODAL_AUXILIARY_TERMS[_0x3523e6(0x6aa,'\x2a\x32\x6e\x49')](_0x19aedc)||SEMI_MODAL_AUXILIARY_TERMS[_0x3523e6(0x34e,'\x54\x5d\x24\x4b')](_0x19aedc));}function isRequiredPassiveAuxiliary(_0x4e1e62){const _0x462806=_0x4925e0;return PASSIVE_AUXILIARY_TERMS[_0x462806(0x57f,'\x4a\x6a\x79\x67')](_0x4e1e62)||MODAL_AUXILIARY_TERMS[_0x462806(0x496,'\x25\x5b\x5d\x6e')](_0x4e1e62)||SEMI_MODAL_AUXILIARY_TERMS['\x68\x61\x73'](_0x4e1e62);}function hasPassiveTargetLinks(_0x463f95,_0xe039be,_0x356549){const _0x1f686a=_0x4925e0,_0x3fc547=[];for(let _0x28527e=_0xe039be+(-0x74*-0x3a+-0xa63*-0x1+-0x24aa);_0x28527e<_0x356549;_0x28527e+=0x6da*-0x2+-0x13ba+0x216f){if(isIgnoredRequiredToken(_0x463f95,_0x28527e))continue;const _0x365245=_0x463f95[_0x1f686a(0x414,'\x54\x5d\x24\x4b')][_0x28527e]?.[_0x1f686a(0x8de,'\x2a\x32\x6e\x49')]??'';if(hasEffectiveCommaBefore(_0x463f95,_0x28527e)||PREDICATE_COORDINATOR_TERMS[_0x1f686a(0x1e3,'\x41\x26\x59\x4b')](_0x365245)||PREDICATE_SCOPE_RESET_TERMS[_0x1f686a(0x6f5,'\x55\x24\x47\x68')](_0x365245))return![];_0x3fc547['\x70\x75\x73\x68'](_0x365245);}const _0x426c78=_0x3fc547[_0x1f686a(0x626,'\x73\x25\x78\x66')+'\x78'](_0x1f3804=>isRequiredPassiveAuxiliary(_0x1f3804));if(_0x426c78<0x10fe+-0x185d*0x1+0x75f)return![];const _0x3f3d9f=_0x3fc547['\x73\x6c\x69\x63\x65'](0xa7b*-0x3+0x1ad6+0x1*0x49b,_0x426c78);if(_0x3f3d9f[_0x1f686a(0x2be,'\x6a\x5e\x33\x41')]>0x29*0x7f+0xa*-0x193+-0x499&&!PASSIVE_SUBJECT_POSTMODIFIER_TERMS[_0x1f686a(0x6b8,'\x5d\x4e\x40\x5d')](_0x3f3d9f[-0x34b+-0x1*-0x58f+-0x244]??''))return![];if(_0x3f3d9f[_0x1f686a(0x6ce,'\x6b\x23\x44\x4e')](_0x5b38db=>NEGATIVE_EVIDENCE_PRONOUNS[_0x1f686a(0x654,'\x4e\x72\x30\x56')](_0x5b38db)||NEGATIVE_EVIDENCE_DETERMINERS[_0x1f686a(0x68d,'\x6a\x5e\x33\x41')](_0x5b38db)))return![];const _0x18a7fb=_0x3fc547[_0x1f686a(0x69f,'\x6a\x5e\x33\x41')](_0x426c78);if(!_0x18a7fb[_0x1f686a(0x317,'\x4d\x66\x4f\x41')](_0x2f78fb=>PASSIVE_BE_AUXILIARY_TERMS[_0x1f686a(0x873,'\x45\x76\x38\x71')](_0x2f78fb)))return![];return _0x18a7fb[_0x1f686a(0x567,'\x6b\x23\x44\x4e')]((_0x32bb69,_0x20fbf0)=>(_0x32bb69!==_0x1f686a(0x7e4,'\x25\x71\x43\x21')||_0x18a7fb[_0x20fbf0+(-0x1cd9*-0x1+-0x47*-0xb+-0x1fe5)]===_0x1f686a(0x24f,'\x73\x25\x78\x66'))&&(isRequiredPassiveAuxiliary(_0x32bb69)||_0x32bb69==='\x74\x6f'||BROAD_EVIDENCE_LINK_TERMS[_0x1f686a(0x72b,'\x36\x4e\x6f\x4e')](_0x32bb69)||AFFIRMATIVE_PREDICATE_MODIFIER_TERMS[_0x1f686a(0x864,'\x41\x4c\x5b\x2a')](_0x32bb69)));}function nearestTargetAfter(_0x88ed46,_0x1dbca6){const _0x5f0c71=_0x4925e0;return _0x1dbca6['\x66\x69\x6e\x64'](_0xeca2dc=>_0xeca2dc>_0x88ed46[_0x5f0c71(0x901,'\x51\x66\x35\x74')+'\x78']&&_0xeca2dc<_0x88ed46[_0x5f0c71(0x3fa,'\x25\x64\x24\x23')]&&_0xeca2dc-_0x88ed46['\x76\x65\x72\x62\x49\x6e\x64\x65'+'\x78']<=MAX_REQUIRED_EVIDENCE_PAIR_DISTANCE);}function nearestTargetBefore(_0x552fcb,_0x29e404){const _0x152cac=_0x4925e0;for(let _0x6be0a6=_0x29e404['\x6c\x65\x6e\x67\x74\x68']-(-0x1f77+-0xa*0x163+0x2d56);_0x6be0a6>=0x1bf4+0x49*-0x57+-0x325;_0x6be0a6-=0xd*-0x2f0+0xdee+0x1843*0x1){if(_0x152cac(0x47a,'\x25\x71\x43\x21')!==_0x152cac(0x424,'\x42\x34\x77\x53')){const _0x52bbf3=_0x697fea(_0x4a8bc9['\x73\x6c\x69\x63\x65'](0xa96+0x4*0x140+-0xa*0x18f,_0x598e39),_0x33be28);if(_0x52bbf3==='\x66\x61\x63\x74\x75\x61\x6c')return![];if(_0x52bbf3==='\x63\x6f\x6e\x64\x69\x74\x69\x6f'+_0x152cac(0x563,'\x30\x30\x5b\x66'))return!![];}else{const _0x3911dc=_0x29e404[_0x6be0a6];if(_0x3911dc<_0x552fcb[_0x152cac(0x56d,'\x71\x6d\x78\x6d')+'\x72\x74'])return undefined;if(_0x3911dc<_0x552fcb[_0x152cac(0x2f8,'\x40\x5b\x7a\x34')+'\x78']&&_0x552fcb[_0x152cac(0x2f8,'\x40\x5b\x7a\x34')+'\x78']-_0x3911dc<=MAX_REQUIRED_EVIDENCE_PAIR_DISTANCE)return _0x3911dc;}}return undefined;}function hasNegativePredicateTail(_0x5105c5,_0xec7089,_0x5977b0){const _0x33e5a1=_0x4925e0;for(let _0x247e85=_0xec7089;_0x247e85<_0x5977b0;_0x247e85+=-0x99c+-0x1594+0x1*0x1f31){if(_0x33e5a1(0x43a,'\x21\x56\x4c\x4c')===_0x33e5a1(0x3f7,'\x35\x25\x37\x72')){const _0xffb641=_0x353d96[_0x33e5a1(0x587,'\x4d\x59\x69\x5b')](-0x66*-0x36+0x8*0x4f+-0x17fc,-(0x6b4+0x192a+-0x1fdd));if(_0x33504d(_0xffb641))return _0xffb641;}else{if(isIgnoredRequiredToken(_0x5105c5,_0x247e85))continue;const _0x45df74=_0x5105c5[_0x33e5a1(0x34a,'\x4a\x6a\x79\x67')][_0x247e85]?.[_0x33e5a1(0x6bc,'\x4a\x6a\x79\x67')]??'';if(isNegativeRequiredToken(_0x5105c5,_0x247e85))return!![];if(_0x45df74===_0x33e5a1(0x2e7,'\x25\x64\x24\x23')&&nextRequiredToken(_0x5105c5,_0x247e85,_0x5977b0-(0xb2b+0x75b*0x3+0x213b*-0x1))===_0x33e5a1(0x77a,'\x59\x73\x61\x39'))continue;if(_0x45df74===_0x33e5a1(0x840,'\x71\x6d\x78\x6d')||_0x45df74===_0x33e5a1(0x1e4,'\x45\x76\x38\x71')||_0x45df74==='\x63\x61\x6e\x6e\x6f\x74'||/n't$/u['\x74\x65\x73\x74'](_0x45df74))return!![];}}return![];}function hasLaterFinitePredicate(_0x3f5c41,_0xe093ca,_0x2fe1fc){const _0xdbb7ce=_0x4925e0;return hasFinitePredicateInSpan(_0x3f5c41,_0xe093ca,_0x2fe1fc[_0xdbb7ce(0x7e0,'\x38\x63\x21\x6a')]);}function hasNonIgnoredHardClauseTail(_0x26ea9e,_0x218261,_0x4e02f0){const _0x3a073b=_0x4925e0;for(let _0x1651de=_0x218261;_0x1651de<_0x26ea9e[_0x3a073b(0x574,'\x4d\x66\x4f\x41')]['\x6c\x65\x6e\x67\x74\x68'];_0x1651de+=0x1*0x1115+-0x5e2+0xb32*-0x1){if('\x6e\x66\x67\x79\x6f'===_0x3a073b(0x3c1,'\x68\x4e\x37\x78'))return _0x2a30e2[_0x3a073b(0x300,'\x40\x5b\x7a\x34')](_0x5382d6,(_0x4c4898,_0x195b1b,_0x7ec422)=>{const _0x48d4c2=_0x3a073b;if(!_0x483d3b(_0x7ec422,_0x195b1b))return _0x4c4898;const _0x56d470=_0x195b1b+_0x4c4898[_0x48d4c2(0x55b,'\x21\x56\x4c\x4c')],_0x36ed40=_0x7ec422['\x73\x6c\x69\x63\x65'](_0x56d470,_0x56d470+(-0x1*0x77+0x3*0xbe9+-0x2244))[_0x48d4c2(0x730,'\x79\x53\x55\x43')](/[.!?;\r\n]/u,-0xfee+-0x4d+0x103c)[0x1386+-0x3f6+-0x53*0x30]??'',_0x3f533a=_0x27f509(_0x36ed40)[_0x48d4c2(0x4a4,'\x75\x4b\x32\x42')]('\x20')['\x66\x69\x6c\x74\x65\x72'](_0x285d2b),_0xe77d11=_0x3f533a[_0x48d4c2(0x73e,'\x4e\x72\x30\x56')](-0x52*0xf+0x14c9+0x1*-0xffb,-0x649+0x2218+-0x1*0x1bcb)[_0x48d4c2(0x1b0,'\x4a\x78\x36\x59')](_0x201ec2=>_0x4c7cf6[_0x48d4c2(0x822,'\x57\x52\x43\x4b')](_0x201ec2)||_0x22299a[_0x48d4c2(0x19c,'\x54\x4d\x6f\x47')](_0x201ec2));return _0xe77d11?_0x4c4898:'\x20';});else{const _0x1faabb=_0x26ea9e[_0x3a073b(0x742,'\x78\x62\x5e\x21')][_0x1651de];if(!_0x1faabb||_0x1faabb[_0x3a073b(0x8a7,'\x62\x64\x63\x6a')]!==_0x4e02f0)break;if(!isIgnoredRequiredToken(_0x26ea9e,_0x1651de))return!![];}}return![];}function standaloneGerundTailStart(_0x410ab7,_0x5a2b14){const _0x33c62b=_0x4925e0;let _0x254775=_0x5a2b14[_0x33c62b(0x5cb,'\x38\x63\x21\x6a')+'\x78']+(0x1f*-0x11b+-0x339+0x257f);while(_0x254775<_0x410ab7[_0x33c62b(0x414,'\x54\x5d\x24\x4b')][_0x33c62b(0x3d6,'\x6b\x23\x44\x4e')]&&isIgnoredRequiredToken(_0x410ab7,_0x254775))_0x254775+=0x1*0x2261+0xb43+0x7*-0x685;if(_0x410ab7[_0x33c62b(0x860,'\x6b\x23\x44\x4e')][_0x254775]?.[_0x33c62b(0x537,'\x78\x62\x5e\x21')]==='\x69\x74')_0x254775+=0xbf+-0x66b+0x1*0x5ad;return _0x254775;}function isPassiveTargetOwnedByPriorNominal(_0x3c935f,_0x4c37f9,_0x9bdb0){const _0x34c6cb=_0x4925e0;let _0x20d77a=_0x4c37f9-(0x209*-0x2+0x161d+0x120a*-0x1);while(_0x20d77a>=_0x9bdb0){if(isIgnoredRequiredToken(_0x3c935f,_0x20d77a)){_0x20d77a-=-0x1956+-0x1*0x1788+0x30df;continue;}const _0x59bb66=_0x3c935f[_0x34c6cb(0x5a3,'\x32\x72\x33\x34')][_0x20d77a]?.[_0x34c6cb(0x8bb,'\x6c\x40\x4e\x40')]??'';if(isAttributiveTargetModifier(_0x59bb66)||/ly$/u[_0x34c6cb(0x39d,'\x59\x73\x61\x39')](_0x59bb66)){_0x20d77a-=-0x5b*0x9+-0x13ed*0x1+-0xbf*-0x1f;continue;}const _0x53faa1=CONTEXTUAL_ZERO_METRIC_TERMS[_0x34c6cb(0x82d,'\x73\x25\x78\x66')](_0x59bb66);for(let _0x4e01ee=_0x20d77a-(0x987+0x1eb5+-0x283b);_0x4e01ee>=_0x9bdb0;_0x4e01ee-=0x264d+0x94*0xb+-0x595*0x8){if(isIgnoredRequiredToken(_0x3c935f,_0x4e01ee))continue;const _0x4233a5=_0x3c935f[_0x34c6cb(0x7fc,'\x7a\x33\x4e\x69')][_0x4e01ee]?.['\x76\x61\x6c\x75\x65']??'';if(_0x53faa1&&_0x4233a5==='\x7a\x65\x72\x6f')return![];if(SUBJECT_ARTICLE_TERMS[_0x34c6cb(0x72d,'\x51\x66\x35\x74')](_0x4233a5)||isNegativeRequiredToken(_0x3c935f,_0x4e01ee)||isAttributiveTargetModifier(_0x4233a5)||/ly$/u[_0x34c6cb(0x1f9,'\x32\x72\x33\x34')](_0x4233a5))continue;return!![];}return![];}return![];}function hasContextualZeroMetricTarget(_0x1f8639,_0x1b9887,_0x5f1d25){const _0x3ce18d=_0x4925e0;for(let _0x48c68f=_0x1b9887-(0x12*0x193+-0x1*0x17fd+-0x458);_0x48c68f>=_0x5f1d25;_0x48c68f-=-0xd1e+0x2*-0x99d+0x7*0x49f){if(isIgnoredRequiredToken(_0x1f8639,_0x48c68f))continue;const _0x37e926=_0x1f8639['\x74\x6f\x6b\x65\x6e\x73'][_0x48c68f]?.[_0x3ce18d(0x31e,'\x41\x4c\x5b\x2a')]??'';if(hasEffectiveCommaBefore(_0x1f8639,_0x48c68f+(-0x1f0+0x3*0xc4b+-0x22f0))||TARGET_SCOPE_RESET_TERMS_LOCAL[_0x3ce18d(0x654,'\x4e\x72\x30\x56')](_0x37e926))return![];if(_0x37e926===_0x3ce18d(0x884,'\x40\x5b\x7a\x34')&&isNegativeRequiredToken(_0x1f8639,_0x48c68f)){if(_0x3ce18d(0x226,'\x36\x4e\x6f\x4e')!==_0x3ce18d(0x583,'\x75\x4b\x32\x42'))_0x3c2dd3['\x73\x68\x69\x66\x74']();else return isContextualZeroMetric(_0x1f8639,_0x48c68f,_0x1b9887);}}return![];}function provesStandaloneBroadEvidence(_0x2d5885,_0x39ad65){const _0x46a578=_0x4925e0,_0x62c5c5=_0x2d5885['\x74\x6f\x6b\x65\x6e\x73'][_0x39ad65[_0x46a578(0x454,'\x57\x52\x43\x4b')+'\x78']]?.['\x76\x61\x6c\x75\x65']??'',_0x17da49=_0x62c5c5['\x65\x6e\x64\x73\x57\x69\x74\x68'](_0x46a578(0x379,'\x25\x71\x43\x21'))&&_0x39ad65[_0x46a578(0x306,'\x73\x25\x78\x66')+'\x78']===_0x39ad65['\x6c\x6f\x63\x61\x6c\x53\x74\x61'+'\x72\x74'],_0x78a6e0=_0x17da49?hasNonIgnoredHardClauseTail(_0x2d5885,standaloneGerundTailStart(_0x2d5885,_0x39ad65),_0x2d5885[_0x46a578(0x253,'\x35\x25\x37\x72')][_0x39ad65[_0x46a578(0x376,'\x30\x30\x5b\x66')+'\x78']]?.[_0x46a578(0x554,'\x4d\x66\x4f\x41')]??-(0x1caa+0x1da+-0x1e83*0x1)):hasLaterFinitePredicate(_0x2d5885,_0x39ad65[_0x46a578(0x15a,'\x68\x4e\x37\x78')+'\x78']+(0x1*0x20b+0x1dd2+-0x1fdc),_0x39ad65);return!_0x39ad65[_0x46a578(0x3e8,'\x5d\x4e\x40\x5d')+_0x46a578(0x91b,'\x23\x51\x25\x30')]&&!_0x39ad65['\x73\x75\x62\x6a\x65\x63\x74\x4e'+_0x46a578(0x875,'\x4e\x72\x30\x56')]&&hasFiniteActivePredicate(_0x2d5885,_0x39ad65)&&!isLocalPredicateNegated(_0x2d5885,_0x39ad65,_0x39ad65[_0x46a578(0x372,'\x71\x6d\x78\x6d')+'\x78'])&&!_0x78a6e0&&!hasNegativePredicateTail(_0x2d5885,_0x39ad65[_0x46a578(0x50e,'\x54\x4d\x6f\x47')+'\x78']+(-0x1a80+-0x2*-0x1059+0x1*-0x631),_0x39ad65[_0x46a578(0x41f,'\x79\x53\x55\x43')]);}function provesRoleAwareBroadEvidence(_0x4b48ca,_0x27b4da,_0x3310d6,_0x1afbbb){const _0x58c472=_0x4925e0;let _0x13d90e=0x101*0xd+0xd9b*-0x1+-0x47*-0x2;for(const _0x191439 of predicateCandidates(_0x4b48ca,_0x3310d6)){if(_0x191439[_0x58c472(0x486,'\x45\x76\x38\x71')+'\x6e\x61\x6c'])continue;for(const _0x486574 of _0x1afbbb){if(_0x13d90e>=MAX_REQUIRED_EVIDENCE_CANDIDATES)return![];_0x13d90e+=-0xa*0x139+-0x12bc+0x1ef7;const _0x187ccb=nearestTargetAfter(_0x191439,_0x486574),_0x4b7888=_0x4b48ca[_0x58c472(0x42d,'\x41\x4c\x5b\x2a')][_0x191439[_0x58c472(0x50e,'\x54\x4d\x6f\x47')+'\x78']]?.[_0x58c472(0x1c8,'\x57\x52\x43\x4b')]??'',_0x2d301f=_0x4b7888[_0x58c472(0x756,'\x2a\x32\x6e\x49')](_0x58c472(0x359,'\x5e\x42\x72\x54'))&&_0x191439[_0x58c472(0x217,'\x42\x34\x77\x53')+'\x78']===_0x191439[_0x58c472(0x7f0,'\x62\x64\x63\x6a')+'\x72\x74'];if(_0x187ccb!==undefined&&!_0x191439[_0x58c472(0x17e,'\x7a\x33\x4e\x69')+_0x58c472(0x69e,'\x30\x30\x5b\x66')]&&hasFiniteActivePredicate(_0x4b48ca,_0x191439)&&!isLocalPredicateNegated(_0x4b48ca,_0x191439,_0x187ccb)&&!hasNegativePrenominalTarget(_0x4b48ca,_0x187ccb,_0x191439['\x76\x65\x72\x62\x49\x6e\x64\x65'+'\x78']+(0x148*0xb+0x13e+-0xf55))&&hasActiveTargetLinks(_0x4b48ca,_0x191439[_0x58c472(0x62f,'\x34\x34\x6f\x72')+'\x78'],_0x187ccb)&&!(_0x2d301f&&hasNonIgnoredHardClauseTail(_0x4b48ca,_0x187ccb+(0x4*-0x2af+-0x8f6*-0x1+0x1c7),_0x4b48ca[_0x58c472(0x4f3,'\x4a\x25\x55\x5d')][_0x191439[_0x58c472(0x8d3,'\x6b\x23\x44\x4e')+'\x78']]?.[_0x58c472(0x64b,'\x30\x30\x5b\x66')]??-(-0x2a1*-0x4+-0xfa0+0x51d)))&&!(!_0x2d301f&&_0x4b7888[_0x58c472(0x5c1,'\x35\x25\x37\x72')](_0x58c472(0x8bc,'\x23\x51\x25\x30'))&&hasLaterFinitePredicate(_0x4b48ca,_0x187ccb+(-0x4f4*0x2+0x5*0x527+-0xfda),_0x191439))&&!hasNegativePredicateTail(_0x4b48ca,_0x187ccb+(-0x197c+-0xa60*-0x3+-0x3*0x1e1),_0x191439[_0x58c472(0x897,'\x73\x25\x78\x66')]))return!![];if(_0x27b4da!=='\x64\x6f'||_0x4b48ca['\x74\x6f\x6b\x65\x6e\x73'][_0x191439[_0x58c472(0x3bd,'\x4a\x78\x36\x59')+'\x78']]?.[_0x58c472(0x81f,'\x59\x73\x61\x39')]!=='\x64\x6f\x6e\x65')continue;const _0x124ff4=nearestTargetBefore(_0x191439,_0x486574);if(_0x124ff4!==undefined&&(!_0x191439['\x73\x75\x62\x6a\x65\x63\x74\x4e'+_0x58c472(0x279,'\x5d\x6b\x6e\x5d')]||hasContextualZeroMetricTarget(_0x4b48ca,_0x124ff4,_0x191439[_0x58c472(0x440,'\x25\x64\x24\x23')+'\x72\x74']))&&!hasEmbeddedClaimGovernor(_0x4b48ca,_0x191439)&&!isLocalPredicateNegated(_0x4b48ca,_0x191439,_0x191439[_0x58c472(0x47b,'\x79\x53\x55\x43')+'\x78'])&&!hasNegativePrenominalTarget(_0x4b48ca,_0x124ff4,_0x191439[_0x58c472(0x72c,'\x73\x25\x78\x66')+'\x72\x74'])&&!isPassiveTargetOwnedByPriorNominal(_0x4b48ca,_0x124ff4,_0x191439[_0x58c472(0x42a,'\x36\x4e\x6f\x4e')+'\x72\x74'])&&!hasNegativePredicateTail(_0x4b48ca,_0x191439[_0x58c472(0x4f6,'\x41\x4c\x5b\x2a')+'\x78']+(0xdc*-0x1e+0xe3e+-0x3d9*-0x3),_0x191439[_0x58c472(0x60b,'\x54\x4d\x6f\x47')])&&hasPassiveTargetLinks(_0x4b48ca,_0x124ff4,_0x191439[_0x58c472(0x889,'\x4e\x72\x30\x56')+'\x78']))return!![];}}return![];}function mustMatchedTerms(_0x47fb8b,_0x58544b){const _0xbe924c=_0x4925e0,_0x159edc=_0x58544b[_0xbe924c(0x776,'\x6e\x38\x46\x4f')](_0x5c3ae8=>({'\x74\x65\x72\x6d':_0x5c3ae8,'\x69\x6e\x64\x65\x78\x65\x73':tokenMatchIndexes(_0x47fb8b,_0x5c3ae8,_0xbe924c(0x6d9,'\x75\x4b\x32\x42'))})),_0xa64e2b=new Set(_0x159edc[_0xbe924c(0x750,'\x6b\x23\x44\x4e')](_0x5eb5ef=>!isBroadProgressiveAuxiliary(_0x5eb5ef[_0xbe924c(0x6cd,'\x25\x64\x24\x23')])&&_0x5eb5ef[_0xbe924c(0x1ac,'\x50\x40\x21\x41')][_0xbe924c(0x19a,'\x75\x4b\x32\x42')]>0x1dbb+0x1985+-0x3740)[_0xbe924c(0x3ce,'\x42\x34\x77\x53')](_0x115e9e=>_0x115e9e[_0xbe924c(0x66d,'\x7a\x33\x4e\x69')][_0xbe924c(0x834,'\x41\x26\x59\x4b')]));for(const _0x780cfd of _0x159edc){if(_0xbe924c(0x74c,'\x36\x4e\x6f\x4e')!==_0xbe924c(0x210,'\x34\x34\x6f\x72')){if(!isBroadProgressiveAuxiliary(_0x780cfd[_0xbe924c(0x3dd,'\x5d\x6b\x6e\x5d')])||_0x780cfd['\x69\x6e\x64\x65\x78\x65\x73'][_0xbe924c(0x420,'\x36\x4e\x6f\x4e')]===-0x4*-0xbb+0x1504+0x4*-0x5fc)continue;if(_0x58544b[_0xbe924c(0x6ee,'\x73\x25\x78\x66')]===-0x2345*-0x1+0x53*-0x4f+-0x9a7*0x1){if(_0xbe924c(0x896,'\x55\x24\x47\x68')!==_0xbe924c(0x6ca,'\x6b\x23\x44\x4e')){const _0x3ca637=_0x780cfd[_0xbe924c(0x5a2,'\x54\x4d\x6f\x47')]['\x66\x69\x6c\x74\x65\x72'](_0x219c7d=>_0x47fb8b[_0xbe924c(0x414,'\x54\x5d\x24\x4b')][_0x219c7d]?.[_0xbe924c(0x39b,'\x4d\x66\x4f\x41')]===_0x780cfd[_0xbe924c(0x5b2,'\x45\x76\x38\x71')]['\x74\x65\x78\x74']);if(predicateCandidates(_0x47fb8b,_0x3ca637)[_0xbe924c(0x36b,'\x4a\x6a\x79\x67')](_0x16d73f=>provesStandaloneBroadEvidence(_0x47fb8b,_0x16d73f)))_0xa64e2b[_0xbe924c(0x792,'\x36\x34\x30\x2a')](_0x780cfd[_0xbe924c(0x2bd,'\x45\x73\x6d\x61')]['\x74\x65\x78\x74']);continue;}else{if(!_0x2f8ece(_0x4ac8ac,_0x4d7fb0))return _0x19bd90;const _0x5cc3b2=_0x569c58+_0x4012e8['\x6c\x65\x6e\x67\x74\x68'],_0x24f213=_0x135292[_0xbe924c(0x587,'\x4d\x59\x69\x5b')](_0x5cc3b2,_0x5cc3b2+(-0x1645*-0x1+0x1*0x1c30+-0x3175))[_0xbe924c(0x45e,'\x5e\x42\x72\x54')](/[.!?;\r\n]/u,-0x431+0x5*0x253+0x76d*-0x1)[-0xac5+0x2*-0xa39+0x1f37]??'',_0x3a4469=_0x314803(_0x24f213)['\x73\x70\x6c\x69\x74']('\x20')[_0xbe924c(0x8da,'\x50\x40\x21\x41')](_0x351b55),_0x5dba90=_0x3a4469['\x73\x6c\x69\x63\x65'](-0x1be9+0x1e15+-0x22c,-0x11cb+-0x67*0xf+-0x7*-0x368)[_0xbe924c(0x29a,'\x30\x30\x5b\x66')](_0x4a150a=>_0x3cd13d['\x68\x61\x73'](_0x4a150a)||_0x3d8ae1[_0xbe924c(0x55f,'\x71\x6d\x78\x6d')](_0x4a150a));return _0x5dba90?_0x3767a3:'\x20';}}const _0x10bbf3=verbLemma(_0x780cfd['\x74\x65\x72\x6d'][_0xbe924c(0x45d,'\x4a\x78\x36\x59')]);if(_0x10bbf3&&provesRoleAwareBroadEvidence(_0x47fb8b,_0x10bbf3,_0x780cfd[_0xbe924c(0x23f,'\x34\x34\x6f\x72')],_0x159edc[_0xbe924c(0x296,'\x41\x4c\x5b\x2a')](_0x3c8470=>_0x3c8470!==_0x780cfd)[_0xbe924c(0x607,'\x7a\x33\x4e\x69')](_0x5ad6f8=>_0x5ad6f8[_0xbe924c(0x3fc,'\x5e\x42\x72\x54')])))_0xa64e2b[_0xbe924c(0x8b3,'\x78\x62\x5e\x21')](_0x780cfd['\x74\x65\x72\x6d'][_0xbe924c(0x698,'\x45\x76\x38\x71')]);}else{if(_0x3f629a(_0x577a5f[_0x13889a]?.[_0xbe924c(0x7ec,'\x34\x34\x6f\x72')]??''))_0x298b2b=!![];}}return _0x58544b[_0xbe924c(0x2de,'\x5d\x6b\x6e\x5d')](_0x1d2158=>_0xa64e2b[_0xbe924c(0x371,'\x25\x71\x43\x21')](_0x1d2158['\x74\x65\x78\x74']))[_0xbe924c(0x447,'\x50\x40\x21\x41')](_0x3dbeab=>_0x3dbeab[_0xbe924c(0x1c7,'\x41\x4c\x5b\x2a')]);}export function detectConstraintViolations(_0x429e42,_0x1c0792){const _0x4ad1bc=_0x4925e0,_0x294233=redactConstraintText(_0x429e42),_0x2bec62=sha256(_0x294233),_0x5faad9=new Set(sensitiveClassesForValue(_0x429e42)),_0x132b15=[];let _0x4c64b6;for(const _0x5daa46 of _0x1c0792){const _0x5acb0e=targetTerms(_0x5daa46[_0x4ad1bc(0x213,'\x41\x26\x59\x4b')+_0x4ad1bc(0x7cf,'\x55\x24\x47\x68')],_0x5daa46[_0x4ad1bc(0x2ce,'\x5e\x42\x72\x54')]),_0x28bd1a=_0x5daa46[_0x4ad1bc(0x7ad,'\x32\x72\x33\x34')]===_0x4ad1bc(0x45a,'\x32\x72\x33\x34')&&_0x5daa46['\x73\x65\x6e\x73\x69\x74\x69\x76'+'\x65\x43\x6c\x61\x73\x73\x65\x73'][_0x4ad1bc(0x29a,'\x30\x30\x5b\x66')](_0x449340=>_0x5faad9[_0x4ad1bc(0x4cb,'\x6b\x23\x44\x4e')](_0x449340));if(_0x5acb0e['\x6c\x65\x6e\x67\x74\x68']===0x923+0x1483+-0x8a*0x37&&!_0x28bd1a)continue;const _0x409d4c=_0x5daa46[_0x4ad1bc(0x417,'\x4d\x66\x4f\x41')]===_0x4ad1bc(0x8e1,'\x4d\x66\x4f\x41')?mustNotMatchedTerms(_0x294233,_0x5acb0e):mustMatchedTerms(_0x4c64b6??=lexRequiredEvidence(_0x294233),_0x5acb0e);if(!_0x28bd1a&&!isViolated(_0x5daa46[_0x4ad1bc(0x51d,'\x21\x56\x4c\x4c')],_0x5acb0e,_0x409d4c,isContrastiveConstraint(_0x5daa46[_0x4ad1bc(0x373,'\x25\x71\x43\x21')+_0x4ad1bc(0x38a,'\x4d\x59\x69\x5b')])))continue;_0x132b15[_0x4ad1bc(0x266,'\x68\x4e\x37\x78')]({'\x63\x6f\x6e\x73\x74\x72\x61\x69\x6e\x74\x49\x64':_0x5daa46['\x69\x64'],'\x6b\x69\x6e\x64':_0x5daa46['\x6b\x69\x6e\x64'],'\x73\x65\x76\x65\x72\x69\x74\x79':severityFor(_0x5daa46[_0x4ad1bc(0x689,'\x6b\x23\x44\x4e')]),'\x65\x76\x69\x64\x65\x6e\x63\x65\x48\x61\x73\x68':_0x2bec62,'\x6d\x61\x74\x63\x68\x65\x64\x54\x65\x72\x6d\x73':_0x28bd1a&&_0x409d4c[_0x4ad1bc(0x16a,'\x35\x25\x37\x72')]===-0x89*-0x3b+0x1b92+-0x3b25?['\x73\x65\x6e\x73\x69\x74\x69\x76'+'\x65\x5f\x76\x61\x6c\x75\x65']:_0x409d4c});}return _0x132b15;}export function computeConstraintAblationScore(_0x11563a){const _0x269fe6=_0x4925e0,_0xc9a2a2=Math[_0x269fe6(0x6ac,'\x59\x73\x61\x39')](0xb*-0x233+-0x214a+0x397b,_0x11563a[_0x269fe6(0x4bd,'\x45\x76\x38\x71')+_0x269fe6(0x6a1,'\x4a\x6a\x79\x67')]),_0xfa1aa7=_0x11563a[_0x269fe6(0x89c,'\x70\x21\x57\x49')+'\x56\x69\x6f\x6c\x61\x74\x69\x6f'+'\x6e\x73'][_0x269fe6(0x4c4,'\x41\x4c\x5b\x2a')],_0x7cb20c=_0x11563a[_0x269fe6(0x24a,'\x62\x64\x63\x6a')+_0x269fe6(0x40d,'\x4a\x25\x55\x5d')+'\x73'][_0x269fe6(0x2db,'\x4a\x25\x55\x5d')],_0x4078e3=new Set(_0x11563a[_0x269fe6(0x951,'\x4a\x25\x55\x5d')+_0x269fe6(0x1a1,'\x70\x21\x57\x49')+_0x269fe6(0x611,'\x36\x4e\x6f\x4e')]),_0x1ca538=_0x11563a[_0x269fe6(0x188,'\x35\x25\x37\x72')+_0x269fe6(0x86f,'\x41\x26\x59\x4b')+'\x6e\x73'][_0x269fe6(0x750,'\x6b\x23\x44\x4e')](_0x9d72ba=>_0x4078e3[_0x269fe6(0x5e0,'\x75\x4b\x32\x42')](_0x9d72ba[_0x269fe6(0x2d5,'\x4d\x66\x4f\x41')+_0x269fe6(0x481,'\x30\x76\x32\x4f')])),_0xe0bb20=_0x11563a[_0x269fe6(0x16e,'\x71\x6d\x78\x6d')+_0x269fe6(0x621,'\x41\x26\x59\x4b')+'\x73']['\x66\x69\x6c\x74\x65\x72'](_0x280971=>_0x4078e3[_0x269fe6(0x34e,'\x54\x5d\x24\x4b')](_0x280971[_0x269fe6(0x432,'\x30\x76\x32\x4f')+_0x269fe6(0x6b1,'\x42\x34\x77\x53')])),_0x3a63d8=Math['\x6d\x61\x78'](-0x21e*0x12+-0x2341+0x495e,_0x4078e3[_0x269fe6(0x40b,'\x34\x34\x6f\x72')]),_0x1db4d2=Math[_0x269fe6(0x53e,'\x62\x64\x63\x6a')](-0x7e7+0x13+0x7d4,Math['\x6d\x69\x6e'](-0x111*0x10+0x37a+0x7*0x1f1,(_0xe0bb20['\x6c\x65\x6e\x67\x74\x68']-_0x1ca538[_0x269fe6(0x420,'\x36\x4e\x6f\x4e')])/_0x3a63d8)),_0x51e359=_0x11563a[_0x269fe6(0x665,'\x2a\x32\x6e\x49')+_0x269fe6(0x3af,'\x4a\x25\x55\x5d')+_0x269fe6(0x46a,'\x41\x26\x59\x4b')]??-0x12f1+-0xc3e+0x1f2f+0.5,_0x17a298=_0x1db4d2>=_0x51e359;return{'\x73\x6f\x75\x72\x63\x65':_0x269fe6(0x465,'\x41\x4c\x5b\x2a')+'\x6e\x74\x5f\x61\x62\x6c\x61\x74'+_0x269fe6(0x826,'\x4d\x59\x69\x5b')+'\x61\x79','\x73\x65\x6e\x73\x69\x74\x69\x76\x69\x74\x79':_0x1db4d2,'\x61\x62\x6c\x61\x74\x69\x6f\x6e\x43\x6f\x75\x6e\x74':_0xc9a2a2,'\x62\x61\x73\x65\x6c\x69\x6e\x65\x56\x69\x6f\x6c\x61\x74\x69\x6f\x6e\x43\x6f\x75\x6e\x74':_0xfa1aa7,'\x61\x62\x6c\x61\x74\x65\x64\x56\x69\x6f\x6c\x61\x74\x69\x6f\x6e\x43\x6f\x75\x6e\x74':_0x7cb20c,'\x6d\x75\x73\x74\x56\x69\x6f\x6c\x61\x74\x69\x6f\x6e\x43\x6f\x75\x6e\x74':_0xe0bb20[_0x269fe6(0x29c,'\x68\x4e\x37\x78')](_0x5df07f=>_0x5df07f[_0x269fe6(0x722,'\x57\x52\x43\x4b')]===_0x269fe6(0x32e,'\x30\x30\x5b\x66'))['\x6c\x65\x6e\x67\x74\x68'],'\x6d\x75\x73\x74\x4e\x6f\x74\x56\x69\x6f\x6c\x61\x74\x69\x6f\x6e\x43\x6f\x75\x6e\x74':_0xe0bb20[_0x269fe6(0x29c,'\x68\x4e\x37\x78')](_0x222b38=>_0x222b38[_0x269fe6(0x37d,'\x2a\x32\x6e\x49')]===_0x269fe6(0x2f3,'\x5d\x4e\x40\x5d'))[_0x269fe6(0x50f,'\x45\x76\x38\x71')],'\x74\x61\x73\x6b\x53\x75\x63\x63\x65\x73\x73':_0x11563a['\x74\x61\x73\x6b\x53\x75\x63\x63'+'\x65\x73\x73'],'\x63\x6f\x6d\x70\x61\x72\x69\x73\x6f\x6e':compareSensitivityWithSuccess(_0x11563a[_0x269fe6(0x30f,'\x6a\x5e\x33\x41')+_0x269fe6(0x80f,'\x62\x64\x63\x6a')][_0x269fe6(0x1a6,'\x50\x40\x21\x41')],_0x17a298)};}function compareSensitivityWithSuccess(_0x5d33a2,_0x1d318a){const _0x4a9171=_0x4925e0;if(_0x5d33a2===_0x4a9171(0x796,'\x34\x34\x6f\x72'))return _0x4a9171(0x929,'\x23\x51\x25\x30')+_0x4a9171(0x64c,'\x57\x52\x43\x4b');if(_0x5d33a2==='\x73\x75\x63\x63\x65\x73\x73')return _0x1d318a?'\x73\x75\x63\x63\x65\x73\x73\x5f'+_0x4a9171(0x8c4,'\x36\x4e\x6f\x4e')+_0x4a9171(0x504,'\x59\x73\x61\x39')+'\x74\x69\x76\x65':_0x4a9171(0x94c,'\x79\x53\x55\x43')+_0x4a9171(0x6c1,'\x4a\x78\x36\x59')+_0x4a9171(0x442,'\x7a\x33\x4e\x69')+_0x4a9171(0x612,'\x35\x25\x37\x72');return _0x1d318a?_0x4a9171(0x40c,'\x54\x4d\x6f\x47')+_0x4a9171(0x405,'\x59\x73\x61\x39')+_0x4a9171(0x732,'\x36\x34\x30\x2a')+_0x4a9171(0x8b9,'\x62\x64\x63\x6a'):_0x4a9171(0x4dd,'\x4a\x25\x55\x5d')+_0x4a9171(0x741,'\x32\x72\x33\x34')+_0x4a9171(0x6de,'\x36\x34\x30\x2a')+_0x4a9171(0x6b0,'\x62\x64\x63\x6a');}
|