FelipeLuz / dotnet-bad-word-detector

.NET library that uses machine learning to detect bad words (profanity) within a string.
Apache License 2.0
14 stars 1 forks source link

How Can i Train Data for This Project? #3

Open ZenMaxe opened 6 months ago

ZenMaxe commented 6 months ago

i want add some categories to the project for persian language but how can i train datas like that?

FelipeLuz commented 6 months ago

@ZenMaxe you would need to create a new model based on the list of words you want to filter, this library is basically a way to access this model easily on a dotnet project.