python - Difference between nltk.parse.recursivedescent and nltk.parse.rd? -


would please explain difference between 2 python modules nltk.parse.recursivedescent , nltk.parse.rd?

it seems former automatically included when import nltk ipython, interested in using 1 of methods included in latter (nbest_parse), mentioned in the 2009 print edition of book "natural language processing python" omitted in current on-line version. method outdated, , use in place see multiple options parsing ambiguous sentence without falling infinite loop "parse_all".

thanks in advance.


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

javascript - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -