Artificial Intelligence Course 4th Project: Implementing Bigram and Unigram models for filtering comments
-
Updated
Jul 22, 2021 - Python
Artificial Intelligence Course 4th Project: Implementing Bigram and Unigram models for filtering comments
The goal of this script is to implement three langauge models to perform sentence completion, i.e. given a sentence with a missing word to choose the correct one from a list of candidate words. The way to use a language model for this problem is to consider a possible candidate word for the sentence at a time and then ask the language model whic…
NLP-persian-poet-identification
Artifacts for CS-539 Natural Language Processing course
Implementation of unigram/bigram language models, noisy channel and pointwise mutual information for natural language processing.
Information retrival models using Inverted Index
Classifying texts using unigram and bigram models
Final AI course of CE department at Amirkabir University of Technology (Tehran Polytechnic) - Winter 2020.
Assignment on Document Reranking
Add a description, image, and links to the unigram-model topic page so that developers can more easily learn about it.
To associate your repository with the unigram-model topic, visit your repo's landing page and select "manage topics."