MElkamhawy / PlaceboAffect

This repo is used for our team PlaceboAffect for LING 573 Course at UW Seattle.
Apache License 2.0
6 stars 0 forks source link

Explore adaptation enhancements to feature_extraction.py #52

Closed kharaldsson closed 1 year ago

kharaldsson commented 1 year ago
kharaldsson commented 1 year ago

Ok. No changes necessary to Word2Vec approach. We don't use pre-trained embeddings for english--we train a Word2Vec model on the fly and use those embeddings. Thus, since we're training a model on the fly, we can keep the same approach we're using now.

kharaldsson commented 1 year ago

Sentiment analysis is another matter. Some options: