Skip to main content

An package to detect the cyberbullying content in the text

Project description

CYBERBULLYING TEXT CONTENT DETECTOR

forthebadge made-with-python
Python 3.9

Functionality of the CyberBullying detector

  • Used to detect cyberbullying content in the text.
  • Helpful for social media platforms to detect cyberbullying content.
  • If the text is cyberbullying content, it will return the kind of cyberbullying as age, gender, religion, ethinicity and others
  • If the text is not cyberbullying return not cyberbullying.

Usage

  • Make sure you have Python installed in your system.
  • Run Following command in the CMD.
 pip install cyberbullying-detction
import nltk
nltk.download('stopwords')
nltk.download('punkt')
nltk.download('wordnet')

Example


import cyberbullying_detection as cd
x = "confronting the primary school bully and then breaking his arm with my pencilcase"
cb = cd.cyberbullying(x)
cb.find()

The content belongs to age type

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

cyberbullying_detection-2.0-py3-none-any.whl (2.6 MB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page