lab_hash
Hellish Hash Tables and their Applications
Classes
word_counter.h File Reference

Definition of the WordFreq class. More...

#include "schashtable.h"
#include "lphashtable.h"
#include "textfile.h"
#include <vector>
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
#include "word_counter.cpp"

Classes

class  WordFreq< Dict >
 WordFreq: counts the frequency with which words appear in a file. More...
 

Detailed Description

Definition of the WordFreq class.

Author
Chase Geigle
Date
Spring 2011
Summer 2012