adult_ml1_cat: Probability that Domain Hosts Adult Content Based on features...

View source: R/adult_ml1_cat.R

adult_ml1_catR Documentation

Probability that Domain Hosts Adult Content Based on features of Domain Name and Suffix alone.

Description

Uses a validated ML model that uses keywords in the domain name and suffix to predict probability that the domain hosts adult content. For more information see https://github.com/themains/keyword_porn

Usage

adult_ml1_cat(domains = NULL)

Arguments

domains

required; string; vector of domain names

Value

data.frame with original list and content category of the domains

Examples

## Not run: 
adult_ml1_cat("http://www.google.com")

## End(Not run)

themains/rdomains documentation built on April 23, 2023, 8:53 a.m.