Currently working on implementing a component that takes in a "words" object that must contain atleast a list of verbs and nouns and will return a list of sentences based on what is passed in. I have been messing around with the grammar graph lib, but this will be a reusable component that exports a method for someone to include within another file/can make calls to.
Currently working on implementing a component that takes in a "words" object that must contain atleast a list of verbs and nouns and will return a list of sentences based on what is passed in. I have been messing around with the grammar graph lib, but this will be a reusable component that exports a method for someone to include within another file/can make calls to.