Donghyeon Kim

Results 4 comments of Donghyeon Kim

Are you using port number 80? If not, add the port number you set after "localhost" and a colon ":".

The cases you reported occur in very recent PMIDs and are caused by an external dependency, tmTool, of BERN. I recommend you to use a HTTPS POST call (i.e., API...

First of all, leave only 'drug' in the list on the following line. https://github.com/dmis-lab/bern/blob/633125980ceeed111942b8c247cf72aca533b6be/biobert_ner/run_ner.py#L402

@ghostintheshellarise @varsha1288 @sheldonsebastian @jhyuklee @mjeensung Thank you for reporting. Try this code. ``` import requests response = requests.get("https://bern.korea.ac.kr/pubmed/29446767", verify=False) print(response.json()) ```