How to use Soundex() in googlecolab for python?

101 views Asked by At

I do coding using Python I tried to use soundex() in googlecolab by importing fuzzy . But I can not use . Pl. guide

1

There are 1 answers

0
Yeshwanth N On

You can add !pip install fuzzy before import fuzzy in colab and you should be able to use soundex()