Jason Li

Results 2 issues of Jason Li

Here is how StanfordCoreNLP is initialized. ``` // Annotation pipeline configuration var props = new Properties(); props.setProperty("annotators", "tokenize, ssplit, pos, parse, sentiment"); props.setProperty("sutime.binders", "0"); // Make sure the model files...

In sqlScriptGenerator.js, BYTEA type will fall back to default user type and result in the error "value.replace is not a function". ``` case "U": { //USER TYPE switch (dataTypeName) {...

bug