Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
prigarg authored Jan 4, 2021
1 parent 40e6db3 commit bc30a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -27,6 +28,6 @@ add-one smooting::
The structure of the command is ::
> python -u <python-file-name.py> <smoothing(0 or 1)> <input-txt-data.txt> > <output-txt-file.txt>
#### 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.


0 comments on commit bc30a0c

Please sign in to comment.