stephenhaunts / ProfanityDetector

This is a simple library for detecting profanities within a text string.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

profanity filter is a namespace but is used like a type

SenseiDecay opened this issue · comments

using nuget package I get this error when trying to use the filter.

var filter = new ProfanityFilter.ProfanityFilter(); worked for me

I had to change all the namespaces to "ProfantityFilterLib" (and "ProfanityFilterLib.Interfaces") to get it to work for me