wingyiuc / dsw-project

1 stars 0 forks source link

Finish NLP Feature Processing #2

Closed Ruixi-Zhang closed 7 months ago

Ruixi-Zhang commented 7 months ago

The function "nlp" contains the following functionalities:

  1. Extract the top 5 keywords from columns "name" and "description."
  2. Compute sentiment score (polarity and subjectivity) from the texts.

Please find more detailed descriptions in the function description.