Skip to content
#

trigram-model

Here are 25 public repositories matching this topic...

This 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.

  • Updated Sep 1, 2023
  • Python

An NLP project leveraging character trigrams and smoothing techniques (Lidstone, Linear Discounting, Absolute Discounting) for language identification. Trained on for Spanish, Italian, English, French, Dutch, and German, achieving 99.8932% accuracy. Includes datasets, model parameters, and comprehensive documentation.

  • Updated Mar 4, 2024
  • Jupyter Notebook
Natural-Language-Processing-in-Python

Improve this page

Add a description, image, and links to the trigram-model topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the trigram-model topic, visit your repo's landing page and select "manage topics."

Learn more