ydalin / HClassifier

Novel Humor Classifier

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HClassifier

Finds jokes within a dataset, using a neural network trained on histograms of similarity statistics of the words within the candidate phrase. Gives options for running from saved .pkl file

Use the .yml file in the parent directory to install the conda environment:

conda env create -f environment.yml

To run:

python main.py

About

Novel Humor Classifier


Languages

Language:Python 100.0%