inspirehep / beard

Bibliographic Entity Automatic Recognition and Disambiguation
Other
66 stars 36 forks source link

general: cPickle does not exist in Python3 #57

Closed glouppe closed 9 years ago

glouppe commented 9 years ago

While testing author disambiguation using Python 3, I realized that cPickle does not longer exist in Python 3. We should instead use pickle everywhere.