-
Updated
Sep 6, 2022 - Python
n-gram-language-models
Here are 40 public repositories matching this topic...
Hangman Game implementation using n-gram language model in NLP, achieved an accuracy of more than 50%
-
Updated
Jul 18, 2023 - Jupyter Notebook
A Bigram Language Model from scratch with no-smoothing and add-one smoothing. Outputs bigram counts, bigram probabilities and probability of test sentence.
-
Updated
Jan 12, 2021 - Jupyter Notebook
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.
-
Updated
Mar 29, 2022 - Jupyter Notebook
Create n-gram models for word predictions
-
Updated
Oct 12, 2024 - HTML
Automatic Speech Recognition using Conformer with Speech Sentiment Analysis & Text Summarizer
-
Updated
Dec 9, 2024 - Python
2023数模美赛M奖论文的工程文件和结果,禁止转载
-
Updated
Jan 2, 2024 - Jupyter Notebook
Scripts to train a n-gram language models on Wikipedia articles
-
Updated
Jan 17, 2022 - Python
Language detection using n-gram model for PyCon PL'2020 lightning talk
-
Updated
Feb 18, 2021 - Jupyter Notebook
N-gram models- Unsmoothed, Laplace, Deleted Interpolation
-
Updated
Jan 4, 2022 - Python
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!
-
Updated
Jan 28, 2024 - Jupyter Notebook
ngram language model next token prediction
-
Updated
Aug 4, 2024 - Jupyter Notebook
A proof-of-concept audio-interactive personalized chatbot based on Ted Mosby, a character from the renowned TV show "How I Met Your Mother"
-
Updated
Aug 25, 2021 - Python
Hangman Game implementation using n-gram language model in NLP, achieved an accuracy of more than 50%
-
Updated
Sep 6, 2024 - Jupyter Notebook
1) N-grams 2) Emotion and sentiment analysis
-
Updated
Nov 10, 2024 - Jupyter Notebook
JHU Data Science Coursera Capstone Project - Predict the next 3 words in the sentence
-
Updated
Aug 26, 2023 - HTML
-
Updated
Jul 19, 2023 - Python
markoText is a Python-powered story generator using a Bag of Words Markov Chain model to craft narratives. By training on input text, it learns word transition probabilities to generate unique content mimicking the style and structure of the original.
-
Updated
Dec 30, 2024 - Jupyter Notebook
n-gram language model to predict next word in a sequence of words for auto complete purpose.
-
Updated
Jun 20, 2024 - Python
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
-
Updated
Aug 13, 2024 - Svelte
Improve this page
Add a description, image, and links to the n-gram-language-models topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the n-gram-language-models topic, visit your repo's landing page and select "manage topics."