Tagged Questions
4
votes
3answers
135 views
Comparing Unequal Lists of Surnames to Establish Over or Under-Representation
I've been using Mathematica to explore historical records. I have two long lists (one is 69k, the second 17k) of unequal length. They are like so (FWIW, the first list is the first 40 entries from the ...
2
votes
1answer
144 views
Issues with a Counter that is tallying term appearances
I am working with an array of textfiles, trying to see how frequent certain terms are. However, I am running into some difficulty with my running counts of bigram frequency. Here is a snippet of my ...