RETprojects / SWENG480-Team21

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

Revised preprocess function to only retrieve verbs from text #77

Closed RETprojects closed 1 year ago

RETprojects commented 1 year ago

I made some changes to the preprocess function in predict.py so that the clustering only depends on the words from the text that are classified as verbs by NLTK.

jonathangarelick commented 1 year ago

How does this change impact our f-scores? If it doesn't improve them, we should probably keep it on a separate branch.