simrann20/Hangman_Game_Project
Hangman Game implementation using n-gram language model in NLP, achieved an accuracy of more than 50%
This project helps developers create a smarter Hangman game. It takes a partial word (like 'h _ n g _ a n') and a dictionary, then suggests the most probable next letter to guess. Anyone building a Hangman game and wanting to improve its AI opponent would use this.
No commits in the last 6 months.
Use this if you are developing an automated Hangman player and want to implement a more intelligent guessing strategy.
Not ideal if you are looking for a game to play yourself, or a tool for general natural language processing tasks.
Stars
13
Forks
4
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 18, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/simrann20/Hangman_Game_Project"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
nlx-group/overlapy
Python package developed to evaluate textual overlap (N-Grams) between two volumes of text.
joshualoehr/ngram-language-model
Python implementation of an N-gram language model with Laplace smoothing and sentence generation.
MannarAmuthan/kural-gen
KuralGen generates Thirukkural for a given English sentence
phughesmcr/SimpleNGrams
The easiest way to get n-grams from strings!
SpydazWebAI-NLP/BasicLanguageModelling2023
Basic Language Models , Bag of Words, Ngram Models Etc NLP modelling and associated tasks