From bc30a0c1ca07059bc0df1f9f31c4fba728d7866b Mon Sep 17 00:00:00 2001 From: Priyanshi <56780757+prigarg@users.noreply.github.com> Date: Sun, 3 Jan 2021 22:59:09 -0600 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d28358..6ef04b4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ There are `10059` sentences , `17139` of unique words and `218619` words in the We check our model for two sentences:: 1) `thus , because no man can follow another into these halls` 2) `upon this the captain started , and eagerly desired to know more` + Which are entered as list in the main program. ### Results @@ -27,6 +28,6 @@ add-one smooting:: The structure of the command is :: > python -u > -#### Note: There is bigram_model.ipynb file also which can be directly opened on Jupyter Notebook, make sure training corpus is in the same folder. It also contains the detailed explaination of the program. +##### Note: There is `bigram_model.ipynb` file also which can be directly opened on Jupyter Notebook, make sure training corpus is in the same folder. It also contains the detailed explaination of the program.