Skip to content

Commit 27b6630

Browse files
committed
feat: add '마스크' to SAFETY_INFO_DIRECT_KEYWORDS array
1 parent 99480e0 commit 27b6630

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
@@ -33,6 +33,7 @@ const SAFETY_INFO_DIRECT_KEYWORDS = [
3333
'명절',
3434
'불법',
3535
'인화물질',
36+
'마스크',
3637
] as const;
3738

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

0 commit comments

Comments
 (0)