n-gram-language-models
There are 37 repositories under n-gram-language-models topic.
ivankunyankin/intent_suggestions
https://pypi.org/project/intent-suggestions/
prigarg/Bigram-Language-Model-from-Scratch
A Bigram Language Model from scratch with no-smoothing and add-one smoothing. Outputs bigram counts, bigram probabilities and probability of test sentence.
simrann20/Hangman_Game_Project
Hangman Game implementation using n-gram language model in NLP, achieved an accuracy of more than 50%
Areesha-Tahir/Urdu-Poetry-Generation-Using-N-Grams-BackwardBigram-BidirectionalBigram-In-Python
Generating Urdu poetry using SpaCy in Python. Poetry has been generated by using Uni-grams, Bi-grams, Tri-grams and through Bidirectional Bigram Model and Backward Bigram model.
pakjiddat/word-predictor
Create n-gram models for word predictions
LuluW8071/ASR-with-Speech-Sentiment-and-Text-Summarizer
Automatic Speech Recognition using Conformer with Speech Sentiment Analysis & Text Summarizer
mpoyraz/ngram-lm-wiki
Scripts to train a n-gram language models on Wikipedia articles
pkubiak/pl.pycon.2020
Language detection using n-gram model for PyCon PL'2020 lightning talk
viogami/2023-MCM-ICM-C
2023数模美赛M奖论文的工程文件和结果,禁止转载
naderabdalghani/project-rev
A proof-of-concept audio-interactive personalized chatbot based on Ted Mosby, a character from the renowned TV show "How I Met Your Mother"
ravikanagpal/N-gram_Language_Models
N-gram models- Unsmoothed, Laplace, Deleted Interpolation
Shiveshanand09/Hangman_Games
Hangman Game implementation using n-gram language model in NLP, achieved an accuracy of more than 50%
sukhmancs/TextWizards
This repository houses a collection of my natural language processing (NLP) projects, showcasing a variety of applications and experiments in the field. From sentiment analysis to language modeling, explore the power of NLP through my code. Feel free to use, modify, and contribute!
AnanthaR20/Markov-Melody-Authentication
An authentication scheme where a user remembers a long binary sequence as their password. The sequence is mentally encoded as a binary variant of parson's code for any Melody the user chooses. This scheme uses an n-gram language model and CORRECT parson's code for their Melody to determine the probability of a valid user. Open Day 2024 at CSA IISc
JaewonSon37/PBL_Natural_Language_Processing1
Practices for PBL Natural Language Processing class
kraoNEU/n_gram_calculation
This Project is being Developed for SMILe Lab at Bouvè College of Health Sciences at Northeastern University under Dr. Kristen Allison.
LazyTurtle/N-Grammer
A cache based natural language model.
namansnghl/Sentence-Generation-with-BeRP
Generate sentences with Restaurant Call Transcripts
seunshix/recurrent_neural_networks
Explored the application of an LSTM-based RNN to analyze protein sequences and evaluate its ability to capture long-range dependencies. Generated new protein sequences and created 3-gram language models based on the trained network.
Siddp278/Word-Prediction
This repo is being created to store the code and implementation part of the N- Gram model using both Statistical and Neural Net approach
talaeiaj/Natural_Language_Processing_Specialization
This repository contains my coursework and projects completed during the Natural Language Processing Specialization offered by DeepLearning.AI.
Vivek-Tate/Language-Model
Language Model project is a Java-based language and N-Gram model. It predicts up to two words based on a single word input and provides detailed text analysis statistics. Demonstrating advanced object-oriented programming and design principles, it is a valuable tool for predictive text input and linguistic analysis.
akash18tripathi/Language-Modelling-and-Smoothing-techniques
This repository implements N-gram language modeling with Kneser-Kney and Witten Bell smoothing techniques, including an in-house tokenizer. It also features a neural model with LSTM architecture and calculates perplexities for comparing language and neural models.
AkashMer/text_ease
JHU Data Science Coursera Capstone Project - Predict the next 3 words in the sentence
ArshockAbedan/Natural-Language-Processing-with-Probabilistic-Models
Probabilistic Models in NLP
ArtaXerxess/Natural-Language-Processing-lab
i really enjoyed doing this
georgiyozhegov/n_gram
Simple tool for training n-gram language model
gloryodeyemi/COMP_8730_Assignment2
COMP 8730 Assignment 2
Mehrdadghassabi/ngram_next_token_prediction
ngram language model next token prediction
mujtaba-io/n-gram-language-model
n-gram language model to predict next word in a sequence of words for auto complete purpose.
RanulND/Sentiment-Analysis-Using-N-gram-Language-Model
This project performs sentiment analysis using an N-gram language model. It analyzes text data to classify sentiment (positive or negative) based on the frequency and sequence of words. A useful tool for understanding and implementing sentiment analysis techniques.
TimilsinaBimal/Autocompletion
Autocompletion using an n-gram language model.