Beispiel #1
0
 public SingleThreadedTextAnalyzer()
 {
     Stats = new TextStatistics();
 }
Beispiel #2
0
 public MultithreadedTextAnalyzer()
 {
     Stats = new TextStatistics();
 }