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

LIKE_URL property is not working correctly #1606

Closed
damianoporta opened this issue Nov 17, 2017 · 2 comments
Closed

LIKE_URL property is not working correctly #1606

damianoporta opened this issue Nov 17, 2017 · 2 comments

Comments

@damianoporta
Copy link

Your Environment

Location           /home/damiano/lavoro/python/testing/spacy
Python version     3.5.2          
Models             en, it         
spaCy version      2.0.0          
Platform           Linux-4.4.0-98-generic-x86_64-with-Ubuntu-16.04-xenial

Hello,
LIKE_URL property is not working correctly. It returns True passing an email address.

import spacy
nlp = spacy.load('en')
doc = nlp("test@test.com")
print(doc[0].like_url)
True
@ines
Copy link
Member

ines commented Dec 8, 2017

Merging this with #1698!

@ines ines closed this as completed Dec 8, 2017
@lock
Copy link

lock bot commented May 8, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators May 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants