emorynlp / nlp4j-old

NLP tools developed by Emory University.
Other
60 stars 19 forks source link

nbest parser output #14

Open fmorbini opened 8 years ago

fmorbini commented 8 years ago

Hi, how do i get nbest output?

    nodes = nlp4j.decode(sentence);

this seems to generate the 1-best.

thanks

jdchoi77 commented 8 years ago

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