Narayan Acharya
                                            Narayan Acharya
                                        
                                    Does it fail when run or is it just PyCharm complaining about it?
NER recognizing `'s` as an entity in the `en_core_web_sm` and `en_core_web_lg` models. Example below: ``` import spacy content = """3 WallStreetBets Stocks to Trade | Markets Insider InvestorPlace - Stock...
Outputs in previous comment were based on model version `3.0.0`. Tried version `3.2.0` - and `’s` is no longer identified as entity. Thanks!
Yes, that is my current approach to work around it :) If you guys have anything in mind of how you'd like to see this, we can discuss that and...
Managed to isolate the instance where the above process is getting stuck. It blocks after it reads this from the buffer: `b'+\'South Korea s SK Innovation to file patent infringement...
Hey @swilly22, due to data privacy reasons I am unable to share the data/query that led to this. I will try to reproduce this issue with dummy data and report...
Ok, I think its because of `\n` in the response fields. Minimal example to reproduce inspired by the getting started example here - https://docs.redis.com/latest/modules/redisgraph/redisgraph-quickstart/ is below. The only change I've...
@swilly22 Installing `hiredis` makes the difference. With hiredis, I do get back responses as expected. Keeping this issue open in case we expect the same behavior without `hiredis` as well.
@swilly22 For now, I can continue working with `hiredis` installed. I haven't done rigorous testing yet - but so far seems fine.
I'll take a look at having multiple connections. What about using pipelines - https://redis.io/topics/pipelining? Please correct me if I am wrong but looking at the source code, I don't see...