First, thank you for the good work here, these bindings to the StanfordCoreNLP API are very useful !
I'm trying to print Stanford dependencies as XML using the toString() method. But I can't figure how to pass the enum argument properly. Do I have to manually load some classes before doing so? I tried the following options, without luck. Any hint ?
Hey
First, thank you for the good work here, these bindings to the StanfordCoreNLP API are very useful !
I'm trying to print Stanford dependencies as XML using the toString() method. But I can't figure how to pass the enum argument properly. Do I have to manually load some classes before doing so? I tried the following options, without luck. Any hint ?