Iqbal Ahmed

Results 7 comments of Iqbal Ahmed

So I am running the Core NLP server, this exact distribution: stanford-corenlp-full-2018-02-27 I run it using 4 threads, here is my Java command: java -cp "*" -mx4g edu.stanford.nlp.pipeline.StanfordCoreNLPServer -port $PORT...

Hi, So we make a http call like this: ```js const nlpAPI = 'http://stanford-host.com'; const nlpOptions = { annotators:'tokenize,ner', outputFormat: 'json' }; return request .post(nlpAPI) .timeout({ response: 15000 }) .query({...

Here is an example script from a text I am getting concurrent timeout errors with: Nicki Minaj has confirmed rumours that she's dating Eminem, after answering a fan's question on...

I found a solution by using player.reset() before the source is changed.

Hi, I am having to re-open this issue as the player.reset() although works brings about other issues because it removes the video element from the page and re-creates a new...

I did not, I simply deleted the folder manually On Tue, 9 Apr 2019, 21:37 Mackenzie Mance, wrote: > Experiencing this same behaviour, did you find a solution? > >...

Absolutely a great idea and a must have. Currently we hare facing issues where we have to copy paste headers across all APIs which makes for error prone updates and...