rfeinberg3/NLP_plagiarism_and_subredditClassification
This repository contains a Python solution for detecting plagiarism in sentences and classifying subreddit comments using word2vec vectors and logistic regression. The tasks include finding the most likely source sentence for a plagiarized target sentence and training a model to classify comments into subreddits based on their text.
Python