SLU-TMI / TextMining.jl

Other
24 stars 7 forks source link

sanitize! #96

Open ljekersey opened 9 years ago

ljekersey commented 9 years ago

Does this function work? It seems to give us a "no method matching" error.

mtabor150 commented 9 years ago

That function takes a dictionary and deletes all keys pointing to zero values. If you arn't passing in a dictionary to it then you'll get a matching error. What are you trying to do?

# deletes 0 value keys in a dictionary
  function sanitize!(dict::Dict)