Profanity Detection from Audio Recordings Using Natural Language Processing Techniques
摘要
Profanity detection has become increasingly important in various industries, including media and online content moderation. In this paper, we propose a novel approach to identifying profane words from audio using natural language processing (NLP) techniques. We first convert the audio files into textual transcripts using automatic speech recognition (ASR) tools. We then apply pre-processing techniques such as tokenization, stemming, and stop-word removal to the transcripts. Finally, we train various machine learning models, such as Naive Bayes, Support Vector Machines (SVMs), and Random Forests, to classify the transcripts as either containing profane language or not. The proposed approach can be integrated into various applications, such as content moderation tools, online chat systems, and automatic transcription services.