Hello, Is it possible to have the JavaDoc for the classes provided in the code. I was trying to understand the class "Counter<E>". In the code sample EmpiricalUnigramLanguageModel.java in the method generateWord() there is a call to keySet() to a Counter object. What it is returning exactly? Thank you Andrea