caballeto

Results 10 comments of caballeto

@polm Thanks for developing this! Is there some timeline or approximate release dates for the `coref` component?

Here some junk code for setting a chat, if it is what you mean on 'testing'. There cab be some misnames in functions with this repo, but in general this...

> Hi @caballeto > I have changed clean() to clean_data(), create_vocabulary() to create_vocab() according to the function names in cornell_data_utils.py but I didn't understand the clean_text(). Can you please tell...

Try something like this ```python import re def clean_data(s): return re.sub(r'[^\w\s]','',s.lower()) ```

Check #4, perhaps my comment will help.

Have you tried to run requests through a third-party proxy? For example webshare.io, or something like that. I am not sure, but there should be less chance of getting banned...

@leonv024 could you say please, how many proxies do you have and how many requests could you send to google without being banned? Thanks.

Is this coming any time soon?

Damn, I spent 3 days on it. Please mark the issue as resolved!