Guanheng Luo
Guanheng Luo
Okay, just output relations line by line? If some views contain many relations, it might occupy the whole screen...
I agree that it is not safe and I will change it. And I will also look into it because this infinity loop shouldn't happen (by the time we call...
So the infinite loop happens if user passed in an empty string. On calling server with empty string, different from "TOKENS" view which will be in the response with no...
@danyaljj and your script need to check if `pipeline.doc(string)` return `None`: ```python ## get trump speeches import urllib2 url = "https://raw.githubusercontent.com/ryanmcdermott/trump-speeches/master/speeches.txt" speeches = urllib2.urlopen(url) speechText = speeches.read() firstFewLines = speechText[0:...
@danyaljj changed to returning empty TextAnnotation. And what do you want to talk about status code 500 in README? Can you check the log on server side to see what...
@danyaljj @monajalal The actual error message was omitted in the code and on my side, the error message is the following: ``` dlopen(/Library/Java/JavaVirtualMachines/jdk-10.0.1.jdk/Contents/Home/jre/lib/server/libjvm.dylib, 10): image not found ``` The JDK...