Cpgeragh / Emerging-Technologies

0 stars 0 forks source link

Implement Testing for Trigram Model #9

Open Cpgeragh opened 3 days ago

Cpgeragh commented 3 days ago

Description: Develop tests to verify the correctness of each function, including text preprocessing and trigram generation.

Checklist:

Cpgeragh commented 1 day ago

Research:

https://mohit-naik17.medium.com/a-complete-guide-to-n-gram-language-model-in-natural-language-processing-d0657ff69cd4 https://www.geeksforgeeks.org/n-gram-language-modelling-with-nltk/ https://www.analyticsvidhya.com/blog/2021/09/what-are-n-grams-and-how-to-implement-them-in-python/