OTTAA-Project / Realiser

Repository for OTTAA's realiser algorithm, previously known as NLG, used for the OTTAA Labs option on the app.
GNU General Public License v3.0
0 stars 0 forks source link

Sequences after verb Token #11

Closed lopezjuanma96 closed 1 year ago

lopezjuanma96 commented 1 year ago

Context We already change verbs based on their sequence, some verbs force others to be conjugated specifically. But this can also be applied from the last verb on a verb token to the next token, for example the pictos "I", "sing", "mom" could be realised as "I sing with mom" or "I sing to mom" (obviously we have to make a choice on this) but "I", "sing", "song" could be realised as "I sing a song". We need to implement a method to care for this.

Causes/Justification Although there's enough pictos to create sentences with the necessary articles and prepositions, most of out users won't use them bc they don't have the necessarry cognitive level for them.

Solution Alternatives

Repercussions The verb sequences path on the database will now have sequences for different categories/ wordtypes