emorynlp/nlp4j-old

nbest parser output

fmorbini opened this issue · 1 comments

Hi, how do i get nbest output?

    nodes = nlp4j.decode(sentence);

this seems to generate the 1-best.

thanks

NLP4J currently doesn't support n-best results; we removed that feature since it was slowing down the parser much. We are looking into put this feature back at some point (probably towards the end of this year though).

best,

Jinho