I have read in two txt files with words.
Now I was wondering how to calculate the frequency distribution of these two Strings. My idea is to put them into an array and split them by ;
. However, how to calculated the frequency distribution?
I appreciate your reply!