nlp4j-old icon indicating copy to clipboard operation
nlp4j-old copied to clipboard

nbest parser output

Open fmorbini opened this issue 8 years ago • 1 comments

Hi, how do i get nbest output?

    nodes = nlp4j.decode(sentence);

this seems to generate the 1-best.

thanks

fmorbini avatar May 18 '16 17:05 fmorbini

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

jdchoi77 avatar May 25 '16 06:05 jdchoi77