Yoctol / seq2vec

Transform sequence of words into a fix-length representation vector
GNU General Public License v3.0
68 stars 8 forks source link

Use consistent hash #7

Closed stegben closed 7 years ago

stegben commented 7 years ago
from sklearn.utils import murmurhash3_32

murmurhash3_32('a', seed=0)