vineetjohn / linguistic-style-transfer

Neural network parametrized objective to disentangle and transfer style and content in text
Apache License 2.0
138 stars 33 forks source link

File sentiment-words.txt #63

Closed Ulitochka closed 6 years ago

Ulitochka commented 6 years ago

Hello. Where I can find the file: data/opinion-lexicon/sentiment-words.txt?

vineetjohn commented 6 years ago

@Ulitochka

It is the Opinion Lexicon that can be downloaded from this website https://www.cs.uic.edu/~liub/FBS/sentiment-analysis.html#lexicon

There are two separate files in the downloaded archive, just append them into a single file, which for the sentiment task, is 'sentiment-words.txt'. Obviously, for other tasks, you would not use this file, and would return an empty set from this function.

Ulitochka commented 6 years ago

Thanks !