nlpstack.common.hashutil module#

nlpstack.common.hashutil.hash_object(o)[source]#
Return type:

int

Parameters:

o (Any) –

nlpstack.common.hashutil.murmurhash3(key, seed=0)[source]#
Return type:

int

Parameters:
  • key (str) –

  • seed (int) –