Cpgeragh / Emerging-Technologies

0 stars 0 forks source link

Define Function to Analyze Word Validity #21

Open Cpgeragh opened 3 weeks ago

Cpgeragh commented 3 weeks ago

Description: Write a function to split the generated text into words and check each word against the English word list to determine its validity.

Checklist:

Cpgeragh commented 3 weeks ago

Research

https://www.analyticsvidhya.com/blog/2019/07/how-get-started-nlp-6-unique-ways-perform-tokenization/#:~:text=In%20Python%2C%20tokenization%20in%20NLP,rules%20and%20language%2Dspecific%20considerations. https://medium.com/@ajay_khanna/tokenization-techniques-in-natural-language-processing-67bb22088c75 https://neptune.ai/blog/tokenization-in-nlp https://www.datacamp.com/blog/what-is-tokenization https://www.geeksforgeeks.org/nlp-how-tokenizing-text-sentence-words-works/