I am working on a project which categorizes the different articles by its objectionable content types. Is there a list of objectionable content types available in english?
I tried googling it, but the closest thing i found was this from wordnik.
Its quite different, where it shows the words similar to the word objectionable, but what i want is different words those categorizes different objectionable contents?
check out the list which shows different objectionable contents (its not 100% correct, feel free to correct).
{
"Objections":[
{
"name":"Inaccurate",
"desc":"The statements expressed in the underlying content is not correct. "
},
{
"name":"Misleading",
"desc":"The content is giving the wrong idea or impression"
},
{
"name":"Offensive",
"desc":"The content is very offensive and hurtful"
},
{
"name":"Controversial",
"desc":"The statements expressed in the underlying content is controversial"
},
{
"name":"Derogatory",
"desc":"The expressed content in the article is intentioally offensive and demeriting the subject"
},
{
"name":"Inflammatory",
"desc":"The expressed content in the article is intentioally arousing violent feelings"
},
{
"name":"Religious hatred",
"desc":"The expressed content in the article is proposing blasphemous and arousing public violence"
},
{
"name":"Disgust",
"desc":"The expressed content in the article is showing something unpleasant"
},
{
"name":"Racism",
"desc":"The expressed content in the article contains racist statements"
},
{
"name":"Corruption",
"desc":"The expressed content in the article somehow encourages corruption"
},
{
"name":"Anti govenrment",
"desc":"The expressed content in the article is propaganding anti government sentiment"
} ,
{
"name":"Terror",
"desc":"The expressed content in the article is encouraging terrorism"
},
{
"name":"Adult",
"desc":"The article/video showcasing the adult content without the adult rating"
},
{
"name":"War crimes",
"desc":"The content expressed in this article/video showing war crimes"
]
}
any help much appreciated!
Objectionable is in the eye of the beholder, yeah sure. But there are things that are globally accepted Objectionable contents, for ex: the recent anti muslim propoganda film. I am trying to find the generic globally acceptable objectionable content types – RameshVel Sep 29 '12 at 11:24