LBlend / mann-eller-kvinne

🤵 En nettside som bruker maskinlæring til å gjette om du er mann eller kvinne basert på hva du skriver 💃
https://mannellerkvinne.lblend.moe
GNU General Public License v3.0
1 stars 0 forks source link

Replace all NLTK with scikit-learn #35

Closed marksverdhei closed 2 years ago

marksverdhei commented 3 years ago

NLTK is an old fashioned, awkward (imo). I think we should opt for a more modern classifier API. scikit learn is more modern and elegant. I think we should use this for the naive bayes (and possibly other) classifiers

LBlend commented 2 years ago

Having never used SciKit-learn, I can't attest to this. However I trust you on this and think we should go ahead with it in the rewrite