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

Does the order of annotations matter - Weird output #66

Open
dav009 opened this issue Oct 22, 2014 · 0 comments
Open

Does the order of annotations matter - Weird output #66

dav009 opened this issue Oct 22, 2014 · 0 comments

Comments

@dav009
Copy link

dav009 commented Oct 22, 2014

I've been playing with scrapely, and this script generates some weird output:

  1. annotate url1
  2. try scrapping url1, got the expected output
  3. annotate url2
  4. try scrapping url2, got nothing from scrapping url2.

I thought it could be train since it is not supposed to be reliable, but when exported the annotated data the annotations seems alright.

Then I inverted the order:

  1. annotate url2
  2. try scrapping url2, got the expected output
  3. annotate url1
  4. try scrapping url1, got something different from the annotation( a subset of what was annotated)

Is this a expected behaviour ?

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

1 participant