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