Skip to content

Commit 99480e0

Browse files
committed
feat: add '인화물질' to SAFETY_INFO_DIRECT_KEYWORDS array
1 parent 0a82cb6 commit 99480e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/modules/ingest/app/sources/disaster-sms.source.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const SAFETY_INFO_DIRECT_KEYWORDS = [
3232
'연휴',
3333
'명절',
3434
'불법',
35+
'인화물질',
3536
] as const;
3637

3738
// 사건발생을 의미하는 키워드들 (레벨 격하 조건이 만족되어도 이 키워드가 검출되면 분류기를 탐)

0 commit comments

Comments
 (0)