NarenInD
NarenInD
@jamesmullenbach @sarahwie Can you please tell me why you didn't remove words like admission date, discharge data, sex, etc. If needed, can we remove those
The issue is coming in this line `return requests.post(url, data={'sample_text': text}).json()` `json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)`
JSONDecodeError is raised when accessing BERN through API. This error is particularly raised when the length of the input string is of greater size. Attaching the error raised. ``` ---------------------------------------------------------------------------...
@jhyuklee @donghyeonk @wonjininfo @seanswyi I have implemented in my local system. I often get this issue. `[03/Dec/2020 16:14:14.692631] [Thread-424] [{'error': 'NER crash'}] ` Can you help me with this error....
@jhyuklee `HTTPConnectionPool(host='164.52.196.65', port=8888): Max retries exceeded with url: / (Caused by NewConnectionError(': Failed to establish a new connection: [Errno 111] Connection refused',)) ` This issues comes randomly at some time....
This error comes `('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',))` most of the time when i hit bern api
@jhyuklee @donghyeonk @wonjininfo @seanswyi Can you help me to understand why Cholera is not classified as disease in the first case, whereas in the second case it gets classified. 
 In the attached image, **vibrio cholerae** getting classified with all possibilties. 1st input is getting classifies as **species**, where 2nd is classified as **nothing** and 3rd gets classifies as...
In describe_icd9category.ipynb file, at line 50 in second block **.map(lambda (hid, d): d[0])** SyntaxError: invalid syntax is throwing @lsy3 Can you help me with this error
Hi, Can you help with the steps to fientune the model for performing ICD code classification/ extraction @jhyuklee @rajeshkp @donghyeonk @winkelman @wonjininfo