ruidan / Unsupervised-Aspect-Extraction

Code for acl2017 paper "An unsupervised neural attention model for aspect extraction"
Apache License 2.0
338 stars 117 forks source link

Running it on a new dataset #32

Open MustafaCelen opened 3 years ago

MustafaCelen commented 3 years ago

Hi , first of all thank you for this amazing study , i am trying to apply this model to my own dataset but my initial results are meaningless , i am guessing that i am doing something wrong with the dataset , therefore i want to ask you in which format should i put my data before using the preprocess.py . Or should i just use my raw text without stopwords etc . if you can give me some directions about it, I ll be gratefull thank you.

MustafaCelen commented 3 years ago

Ok more specifically , should i put my input txt file as sentence by sentence or review by review.

ruidan commented 3 years ago

you can check the format of the provided data and follow that.