92 lines
1.9 KiB
HTML
92 lines
1.9 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>anchor_sets 정리 리포트 (Milestone 2)</title>
|
|
|
|
<style>
|
|
body {
|
|
font-family: -apple-system, 'Segoe UI', 'Malgun Gothic', sans-serif;
|
|
max-width: 1800px;
|
|
margin: 0 auto;
|
|
padding: 24px;
|
|
line-height: 1.6;
|
|
color: #1e293b;
|
|
background: #f8fafc;
|
|
}
|
|
h1 { color: #1e293b; border-bottom: 3px solid #2563eb; padding-bottom: 12px; }
|
|
h2 {
|
|
color: #1a365d;
|
|
background: #e0e7ff;
|
|
padding: 10px 16px;
|
|
border-radius: 6px;
|
|
margin-top: 32px;
|
|
}
|
|
hr { border: none; border-top: 1px solid #cbd5e1; margin: 24px 0; }
|
|
table {
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
margin: 12px 0 24px;
|
|
background: #fff;
|
|
box-shadow: 0 2px 6px rgba(0,0,0,0.05);
|
|
}
|
|
th, td {
|
|
border: 1px solid #e2e8f0;
|
|
padding: 10px;
|
|
text-align: left;
|
|
vertical-align: top;
|
|
}
|
|
th {
|
|
background: #1e293b;
|
|
color: #fff;
|
|
font-weight: 700;
|
|
text-align: center;
|
|
width: 120px;
|
|
}
|
|
td:first-child {
|
|
background: #f1f5f9;
|
|
font-weight: 600;
|
|
text-align: center;
|
|
width: 120px;
|
|
}
|
|
td img {
|
|
max-width: 260px;
|
|
height: auto;
|
|
display: block;
|
|
margin: 0 auto 6px;
|
|
border: 1px solid #cbd5e1;
|
|
border-radius: 4px;
|
|
}
|
|
td br + strong { color: #2563eb; }
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
<h1>Milestone 2 / Step 1 — anchor_sets 정리 리포트</h1>
|
|
<p><strong>목적</strong>: <code>keyword_base.yaml</code> 기준으로 <code>structure_ontology.yaml</code> templates_v1 의 anchor_sets 정리.</p>
|
|
<p><strong>canonical 수</strong>: 266
|
|
<strong>excluded 수 (bucket 별):</strong>
|
|
- REMOVE_no_evidence: 2</p>
|
|
<h2>변경 요약</h2>
|
|
<table>
|
|
<thead>
|
|
<tr>
|
|
<th>Action</th>
|
|
<th>수</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>REMOVE</td>
|
|
<td>1</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h2>Frame 별 변경 (1개 frame 영향)</h2>
|
|
<h3>Frame 1171281189</h3>
|
|
<ul>
|
|
<li><strong>[intersection_concept]</strong> REMOVE: 제거: ['3원교차', '3원']</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|