nlp4j-old
nlp4j-old copied to clipboard
nbest parser output
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