Re: Converting sentences to vector form

2017-06-29 Thread Rick Johnson
On Tuesday, June 27, 2017 at 6:15:31 AM UTC-5, Bhaskar Dhariyal wrote: > You can't train a model on words. https://youtu.be/dSIKBliboIo?t=52 -- https://mail.python.org/mailman/listinfo/python-list

Re: Converting sentences to vector form

2017-06-27 Thread Bhaskar Dhariyal
You can't train a model on words. You need to convert it into numerical form(vector form). For this there are some packages like word2vec and doc2vec. Thanks for replying On Tuesday, 27 June 2017 16:37:56 UTC+5:30, Ben Bacarisse wrote: > Bhaskar Dhariyal writes: > > > I am doing a project

Re: Converting sentences to vector form

2017-06-27 Thread Ben Bacarisse
Bhaskar Dhariyal writes: > I am doing a project on data science. I need to convert sentences to > vectorial form. That's not a term I am familiar with. If it's standard, that's my fault, but you can still help people like me by explaining what you mean. And if it is not a standard term then pe

Converting sentences to vector form

2017-06-27 Thread Bhaskar Dhariyal
Hi, I am doing a project on data science. I need to convert sentences to vectorial form. I have already written code for cleansing data and already removed stop words and performed stemming. Please help in converting kickdesc and kickkey to vectorial form. Link to code and dataset: https://dr