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
Right now only a subset of interesting verbs (auxiliaries, common irregulars, and a selection of pronominal verbs with non-pronominal usages) are hard coded for ingestion. Given a dump of all French words and their frequencies (we have been provided frequencies in books and movies), it should be possible to create a weighted list of infinitives in order to make the question generation more useful for the user.
Extract verb infinitive list and frequencies
Update verb schema to include their usage frequencies
Tune a combination of those frequencies to something ideal for the user (tbd how)
Incorporate these into the verb ingestion process
It should be noted that this is not a blocker for sentence generation. We can continue to use the hardcoded lists for that. Every verb on that list is vitally important so frequency of selection is not at all a loss.
The text was updated successfully, but these errors were encountered:
Right now only a subset of interesting verbs (auxiliaries, common irregulars, and a selection of pronominal verbs with non-pronominal usages) are hard coded for ingestion. Given a dump of all French words and their frequencies (we have been provided frequencies in books and movies), it should be possible to create a weighted list of infinitives in order to make the question generation more useful for the user.
It should be noted that this is not a blocker for sentence generation. We can continue to use the hardcoded lists for that. Every verb on that list is vitally important so frequency of selection is not at all a loss.
The text was updated successfully, but these errors were encountered: