aditya1503 / Siamese-LSTM

Siamese Recurrent Neural network with LSTM for evaluating semantic similarity between sentences.
200 stars 68 forks source link

Question on custom synonym library #6

Open pchowdhry opened 8 years ago

pchowdhry commented 8 years ago

Hi, great work on this, I've enjoyed going through the code to learn from your implementation. I was wondering if you had any thoughts on how to integrate in a custom synonym library (in addition to not instead of) which could help boost some of the similarity metrics?

Thanks

-pankaj