Cpgeragh / Emerging-Technologies

0 stars 0 forks source link

Implement Weighted Random Selection #12

Open Cpgeragh opened 3 weeks ago

Cpgeragh commented 3 weeks ago

Description: Implement weighted random selection in the generate_text function, using trigram counts as weights.

Checklist:

Cpgeragh commented 3 weeks ago

Research:

https://www.tutorialspoint.com/how-to-get-weighted-random-choice-in-python https://www.geeksforgeeks.org/how-to-get-weighted-random-choice-in-python/ https://pynative.com/python-weighted-random-choices-with-probability/ https://dev.to/jacktt/understanding-the-weighted-random-algorithm-581p