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 mongod...@googlegroups.com
Hi,
How to do text mining on documents stored in mongoDB?
thx
Will Berkeley
unread,
Feb 5, 2015, 11:40:56 AM2/5/15
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 mongod...@googlegroups.com
Can you be more specific? What kind of text mining? Why are you text mining? What do your documents look like? What does the desired output look like from your documents after you text mine?
-Will
emna bey
unread,
Mar 2, 2015, 5:52:08 AM3/2/15
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 mongod...@googlegroups.com
My documents contains e-mails and I wanna classify them, get a words cloud, etc.
Will Berkeley
unread,
Mar 2, 2015, 11:22:07 AM3/2/15
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 mongod...@googlegroups.com
You can use MongoDB to store the documents, search on metadata, and do basic full text search, but things like classification are not part of the features of a database engine like MongoDB.