Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with Jellyfish #30

Closed
ajrcre opened this issue Dec 29, 2016 · 2 comments
Closed

Problem with Jellyfish #30

ajrcre opened this issue Dec 29, 2016 · 2 comments

Comments

@ajrcre
Copy link

ajrcre commented Dec 29, 2016

When using the string comparison I get
...
/Users/shaharb/.local/lib/python3.5/site-packages/recordlinkage/algorithms/string.py in jaro_winkler_apply(x)
48
49 try:
---> 50 return jellyfish.jaro_winkler(x[0], x[1])
51 except Exception as err:
52 if pandas.isnull(x[0]) or pandas.isnull(x[1]):

NameError: ("name 'jellyfish' is not defined", 'occurred at index (1, 1)')

Indeed the cjellyfish is missing:
jellyfish.jaro_winkler
<function jellyfish.cjellyfish.jaro_winkler>

@J535D165
Copy link
Owner

Thanks for reporting.

Do you have jellyfish installed? Try: import jellyfish.

@ajrcre
Copy link
Author

ajrcre commented Dec 30, 2016

Yes, I have jellyfish imported.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants