You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
when analyzing verb sequences, use the last verb to test on the first wordtype of the next token.
also add exceptions for specific words, "I", "want", "go to", "airport" should be realised as "I want to go to the airport", whereas "I", "want", "go to", "home" should be realised as "I want to go to home" (no article) or "I want to go home" (that's more difficult)
Repercussions
The verb sequences path on the database will now have sequences for different categories/ wordtypes
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: