Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 275 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 275 Bytes

Entropy-Calculation

This repo. contains Java files for calculating entropies of different Ngram combinations

UniCEntropy.java calculates entropy of any given textfile considering 26 English alphabets only.

Bigram.java calculates entropy of the file considering bigrams.