RETprojects / SWENG480-Team21

This repository contains the code for our capstone project, the Design Pattern Recommendation System.
3 stars 0 forks source link

Copied stopwords and lemmatization from keyphrases-etc to dp_array_test #9

Closed RETprojects closed 1 year ago

RETprojects commented 1 year ago

I changed the stop words list in dp_array_test to the list provided by NLTK rather than Word Cloud and changed the lemmatization to the technique used in keyphrases-etc.