Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
prigarg authored Jan 4, 2021
1 parent 7b8ef28 commit 0668607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Bigram-Language-Model
A Bigram Language Model is trained for the training corpus with no-smoothing and add-one smoothing. For testing purpose, bigram counts, bigram probabilities for the test sentence along with the probability of test sentence under the trained model is printed to a text file. A detailed working explanation of code is documented in the program. The code is in Python.
# Training Corpus
There are $10059$ sentences in the corpus.
### Training Corpus
There are 10059 sentences in the corpus.

0 comments on commit 0668607

Please sign in to comment.