Abraham Jaimes
Abraham Jaimes
Hi, it's on the documentation ``` >>> keyword_processor.add_keyword('New Delhi', 'NCR region') >>> new_sentence = keyword_processor.replace_keywords('I love Big Apple and new delhi.') >>> new_sentence >>> # 'I love New York and...
I had the same issue, in my case it was due to using the zip file without decompression, I think it's the same for you guys. Greetings!
Using [EasyCurl](https://github.com/bhftbootcamp/EasyCurl.jl) as suggested [here](https://discourse.julialang.org/t/performance-issue-with-an-api-calling-another-api/110976/3?u=abrja) I get around 520 RPS ``` using Oxygen using EasyCurl @get "/test" function() response = curl_get("http://localhost:8001/model") return json("Ok") end serve(port = 8002) ```
Hi @sadit, thank you for your replies I had read that post and it's a shame, LoopVectorization is a great package and widely used. I will continue looking for another...