Skip to content
#

tri-gram

Here are 4 public repositories matching this topic...

Language: All
Filter by language

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

This project implements and evaluates a trigram language model using the NLTK Brown corpus. It performs next-word prediction with Laplace smoothing, sentence generation, probability estimation, and perplexity evaluation, demonstrating core concepts in statistical language modelling and NLP, alongside controlled text generation and analysis.

  • Updated Jan 2, 2026
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the tri-gram 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 tri-gram topic, visit your repo's landing page and select "manage topics."

Learn more