You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fastText library
Hi, trying to use fasttext for document classification. How do we convert the fasttext embeddings for document in a corpus to a pandas dataframe so as to apply some clustering algorithm on documents
Matan Safriel
unread,
Feb 17, 2018, 6:41:02 AM2/17/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fastText library
Dude, they are just vectors :-)) if you choose fasttext to generate document embeddings and not some other algorithm/tool for document embeddings, I guess generate your vectors through the `print-sentence-vectors` option of fasttext, and just transform them into dataframe/s as you would transform any other data for a dataframe. Hopefully you won't memory overflow. Hope this helps!