timothywangdev / ConversationalAgent

Conversational Agent
1 stars 0 forks source link

ConversationalAgent

Conversational Agent

Installation

Usage

DataGenerator.py contains a "do" method which is the main utility. It takes a reddit data file (json format, from praw) and a subreddit filter, and outputs a compiled corpus. The corpus can then be fed into the word2vec exe compiled from google code.