dimitrismistriotis / alt-profanity-check

A fast, robust library to check for offensive language in strings, dropdown replacement of "profanity-check".
https://pypi.org/project/alt-profanity-check/
MIT License
68 stars 15 forks source link

Updated package and retrained models. #36

Closed dimitrismistriotis closed 7 months ago

dimitrismistriotis commented 7 months ago

@menkotoglou Strange behaviour with Python3.8. Scikit learn does not mention deprecation but version is not available. Code here essentially skips latest version... Do not know if we should deprecate it or not. My take is to leave things as-is perhaps with a note to README in case they did not include Python 3.8 by accident.

dimitrismistriotis commented 7 months ago

Resolves #33

dimitrismistriotis commented 7 months ago

https://scikit-learn.org/stable/whats_new/v1.4.html#release-notes-1-4

The 1.4.1.post1 release includes a packaging fix requiring numpy<2 to account for incompatibilities with NumPy 2.0 ABI. Note that the 1.4.1 release is not available on PyPI and conda-forge.

menkotoglou commented 7 months ago

Got it, good to go from my side