Python Forum
Natural Language Generation - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Natural Language Generation (/thread-28285.html)



Natural Language Generation - sridhar - Jul-12-2020

Hi all,

I'm not getting any resources for NLG. It helps if anyone provide me a resource where I can explore and play around in NLG.

Thanks in Advance!


RE: Natural Language Generation - Larz60+ - Jul-13-2020

Assuming you mean Natural Language Processing
Start Here: https://www.nltk.org/


RE: Natural Language Generation - BitPythoner - Jul-14-2020

This is a good link for a NLG python API:

https://pypi.org/project/nlglib/