telegram_fp_candidates
Detects false positive stock mention candidates by finding short names colliding with common nouns or slang. Review and block these names using telegram_block_name.
Instructions
오탐(잘못 잡힌 종목명) 후보를 반환합니다.
코드 없이 이름만으로 자주 잡힌 짧은 종목명 → 일반명사/은어 충돌 의심. 검토 후 telegram_block_name 으로 차단 목록에 추가하세요.
Args: days: 분석 기간(일). 기본 7. max_name_len: 검사할 최대 이름 길이. 기본 3. min_count: 최소 이름단독 매칭 수. 기본 3. top: 상위 N개. 기본 40.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| days | No | ||
| min_count | No | ||
| max_name_len | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |