attardi / deepnl

Deep Learning for Natural Language Processing
GNU General Public License v3.0
457 stars 116 forks source link

How to use trained model #33

Open jadejarohan65 opened 8 years ago

jadejarohan65 commented 8 years ago

Good evening sir. I trained a model using convolution network script dl-conv.py my doubt is how to use the model as a classifier? no information given in the documentation for using it as a classifier. how to provide the sentences or tweets for which we want the sentiment? any help would be appreciated.

attardi commented 8 years ago

On 05 mag 2016, at 15:12, jadejarohan65 notifications@github.com wrote:

Good evening sir. I trained a model using convolution network script dl-conv.py my doubt is how to use the model as a classifier? no information given in the documentation for using it as a classifier. how to provide the sentences or tweets for which we want the sentiment?

Just in a file with the same format as the training set.

any help would be appreciated.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/attardi/deepnl/issues/33