zackhy / TextClassification

Text classification using different neural networks (CNN, LSTM, Bi-LSTM, C-LSTM).
MIT License
194 stars 60 forks source link

Change input into a list of coordinate #17

Open Aiman-Jabaren opened 4 years ago

Aiman-Jabaren commented 4 years ago

I am interested in using this code but would like to use a list of coordinates (or a list of lists) as an input for the LSTM and the Bi-LSTM. What is the best way to do so? How should the flags (such as vocabulary size and minimum frequency) be changed?

Thanks