32 skills found · Page 1 of 2
bennyschmidt / Next Token PredictionNext-token prediction in JavaScript — build fast language and diffusion models.
joshualoehr / Ngram Language ModelPython implementation of an N-gram language model with Laplace smoothing and sentence generation.
jbhoosreddy / SpellcorrectA program to correct non-word spelling error in sentences using ngram MAP Language Models, Noisy Channel Model, Error Confusion Matrix and Damerau-Levenshtein Edit Distance.
kjhulin / CryptokCodeCrackerRunning Key Cipher Decoder + other classic cipher decoders. Automatically discovers likely solutions using an NGram language model.
gustavecortal / Natural Language ProcessingSlides, exercises, and exams for my course "Natural Language Processing" (École Pour l'Informatique et les Techniques Avancées, 2024 and 2025)
olegborisovv / NGram LanguageModelNo description available
StarlangSoftware / NGram PyNgrams with Basic Smoothings
KhaledAshrafH / Auto Filling TextThis project is an auto-filling text program implemented in Python using N-gram models. The program suggests the next word based on the input given by the user. It utilizes N-gram models, specifically Trigrams and Bigrams, to generate predictions.
jermp / Tongrams EstimationA C++ library implementing fast language models estimation using the 1-Sort algorithm.
Priyansh2 / Spelling And Grammatical Error CorrectionBuilt a system from scratch in Python which can detect spelling and grammatical errors in a word and sentence respectively using N-gram based Smoothed-Language Model, Levenshtein Distance, Hidden Markov Model and Naive Bayes Classifier.
2654400439 / Emoji Text TranslatorA general emoji-text translator which translates emoji-text to chinese
hitz-zentroa / Whisper Lm TransformersAdd n-gram and LLM language model support to HF Transformers Whisper models.
mmz33 / N Gram Language ModelLanguage modeling based on ngrams models and smoothing techniques
ejkim47 / Generalized Induction HeadOfficial code for "Interpretable Language Modeling via Induction-head Ngram Models"
touhi99 / N Gram Language ModelProgramming for NLP Project - Implement a basic n-gram language model and generate sentence using beam search
lmc2179 / Ngram Language ModelAn implementation of a HMM Ngram language model.
daandouwe / Neural NgramNeural ngram language model in PyTorch.
StarlangSoftware / NGram CPPNgrams with Basic Smoothings
behitek / Beam Search TutorialTutorial khôi phục dấu câu tiếng Việt sử dụng ngram language model
burhanharoon / N Gram Language ModelIt's a python based n-gram langauage model which calculates bigrams, probability and smooth probability (laplace) of a sentence using bi-gram and perplexity of the model.