Cerin
unread,Nov 20, 2012, 11:50:28 AM11/20/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to esmre-...@googlegroups.com
Is there anyway to serialize an esmre index, either with Pickle or some other format?
I have an index with thousands of regexs, and it works well, but it takes a while to build each time I run the script, so I was hoping to simply pickle the index and load that. However, attempting to pickle throws "TypeError: can't pickle lock objects". Is there a workaround for this?