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 gensim
I am wondering if/how to import text collection from an Excel 2010
file, where one column is the text field. The basic structure of the
Excel file looks like this:
Date/Time Sender Recipient Message
Thanks, may just need to copy into a text file?
Radim Řehůřek
unread,
May 9, 2012, 3:39:15 PM5/9/12
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 gensim
Hi Lanny,
export the file into CSV format. That's basically a text format, and
Python has a cool built-in library for handling such files (called
"csv").