parse_alio_article_links
Extracts article references (e.g., '제15조') from Korean regulation texts, matches their locations within the same regulation, and flags potential external references for efficient legal analysis.
Instructions
[ALIO] 규정 본문의 '제N조' 참조 추출 + 같은 규정 내 위치 매칭. 외부 참조 가능성도 표시. article 로 특정 조문만 분석.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| institution | Yes | 기관코드 또는 기관명 | |
| regId | No | ||
| title | No | regId 대신 사용 가능 | |
| article | No | 특정 조문만 분석 (예: '제15조'). 생략 시 전체 본문 | |
| max | Yes | 최대 참조 표시 (기본:50) |