command
module
Version:
v0.0.0-...-d75117f
Opens a new window with list of versions in this module.
Published: Mar 18, 2022
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Clickbait Classifier
This is simple Naive Bayesian classifier which classifies if the given title is clickbait or not. It's a golang imlementation.
DATASET: https://www.kaggle.com/amananandrai/clickbait-dataset/
Running the code -
go mod tidy
go run main.go
To check your titles - call check(title). Sample return value CB, 0.99999 ("CB/NONCB", Score)
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.