I am working on Natural Language Generation project. Now I have bags of keywords and I am trying to generate sentence of pattern Subject+verb+object. Is there any tool or package or library to get sentences when i give bag of subject,bag of verb and bag of object?
Example:
subject=[teacher]
verb=[teach]
object=[student]
answer: Teacher teaches students.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am working on Natural Language Generation project. Now I have bags of keywords and I am trying to generate sentence of pattern Subject+verb+object. Is there any tool or package or library to get sentences when i give bag of subject,bag of verb and bag of object?
Example:
subject=[teacher]
verb=[teach]
object=[student]
answer: Teacher teaches students.