I have a list of words stored in a list on Python. I am trying to create logical sentences using these words and NLTK. How would I go about using NLTK to pick words from my list and form logical sentences?
Asked
Active
Viewed 286 times
0
-
That is a rather complex task, one that likely doesn't have any gold-standard solution. – juanpa.arrivillaga Dec 08 '17 at 22:20
-
https://stackoverflow.com/questions/34435930/making-a-meaningful-sentence-from-a-given-set-of-words – SteveJ Dec 08 '17 at 22:29