MCPcopy Create free account
hub / github.com/Mrinank-Bhowmick/python-beginner-projects / main.py

File main.py

projects/Word_Predictor/main.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2This is a word predictor algorithm, that uses you own Whatsapp chats and shows you prediction.
3It takes into account a words and their frequencies after a given word in the texts you have exchanged with a Whatsapp contact.
4

Callers

nothing calls this directly

Calls 3

WhatsAppChatClass · 0.85
NextWordPredictorClass · 0.85
predict_next_wordMethod · 0.80

Tested by

no test coverage detected