Skip to content

This repo contains jupyter notebook to classified URL content automatically

Notifications You must be signed in to change notification settings

gulstein86/Automatic-URL-Classifier

Repository files navigation

Automatic-URL-Classifier

This is URL classifier using NLTK module to IAB taxonomy

Require software

Require package for python

  • pandas
  • nltk
  • random
  • pickle
  • statistics
  • re
  • csv
  • selenium
  • bs4

Require package for classifier

  • nltk.classify.scikitlearn.SklearnClassifier
  • sklearn.naive_bayes.MultinomialNB
  • sklearn.naive_bayes.BernoulliNB
  • sklearn.linear_model.LogisticRegression
  • sklearn.linear_model.SGDClassifier
  • nltk.NaiveBayesClassifier

About

This repo contains jupyter notebook to classified URL content automatically

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published