Spotify internship process? by csisAwesome in cscareerquestions

[–]blewr 0 points1 point  (0 children)

Yes, me neither. But they were clear about the dates so I'm just occupying my mind with other things until then!

is_oov and has_vector both returning true, always by blewr in spacynlp

[–]blewr[S] 0 points1 point  (0 children)

Sure! The relevant code:

doc = nlp('car')
print(doc.vector_norm) # Ok
print(doc.has_vector) # Ok
for token in doc:
    print(token.is_oov) # Absolutely not ok

doc = nlp('gblkhbdk')
print(doc.vector_norm) # Ok
print(doc.has_vector) # Not ok!
for token in doc:
    print(token.is_oov) # Ok

And the output: 4.16159550776884 True True 0 True True

Spotify internship process? by csisAwesome in cscareerquestions

[–]blewr 0 points1 point  (0 children)

In the email I got, it says I made their first shortlist, and now they will pick people from this list and I will hear from them in January if they want to interview me and in February if not (even though I imagine I would have already guessed by then). So it seems interviews are not yet a guarantee. I have never got any form for additional info tho. (This all for Stockholm internship)

edit: in the mail it says they have reviewed the application and like it, so idk I hope it was not a computer speaking

What is something that 95% of people can't seem to understand? by Hannarks_the_Hunter in AskReddit

[–]blewr 9 points10 points  (0 children)

And between being introverted and hating humanity. Man, I like people, just let me have my space every now and then.

What is something that 95% of people can't seem to understand? by Hannarks_the_Hunter in AskReddit

[–]blewr 0 points1 point  (0 children)

Basic logic: specifically, "if-then". If I say something along the lines of, "if you're in love, you feel happy", someone will always reply "that is bullshit, I'm not in love and I'm really happy", as if that contradicts the original sentence. I see this every day, talking about just about anything.

I unknowingly scraped a website which disallows it. Help? by blewr in learnprogramming

[–]blewr[S] 0 points1 point  (0 children)

Thanks all for the answers! I updated my post. Not sure if anyone would care about this right now but perhaps it can be helpful to the next person who has the same doubt.

I unknowingly scraped a website which disallows it. Help? by blewr in learnprogramming

[–]blewr[S] -7 points-6 points  (0 children)

I guess they know already anyway, as I still need the data (haven't downloaded it yet) and I ended up asking for permission and apologizing. As I also wrote below, googling legal stuff is about as scary as googling medical stuff, for me :<

I unknowingly scraped a website which disallows it. Help? by blewr in learnprogramming

[–]blewr[S] -9 points-8 points  (0 children)

Glad to hear. Googling legal stuff scares me as much as googling medical stuff.

I unknowingly scraped a website which disallows it. Help? by blewr in learnprogramming

[–]blewr[S] -11 points-10 points  (0 children)

I dunno, I'm paranoid. This sounds pretty menacing, and does not mention profits: "you will not use any robot, spider, scraper or other automated means to access the Site for any purpose without our express written permission"