public SingleThreadedTextAnalyzer() { Stats = new TextStatistics(); }
public MultithreadedTextAnalyzer() { Stats = new TextStatistics(); }