Exemplo n.º 1
0
 public Analyzer()
 {
     _stats             = new Dictionary <string, WordStatistic>();
     _definitionService = new DefinitionService();
 }
Exemplo n.º 2
0
        public static void Init()
        {
            DefinitionService.Init();

            CorpusManager.Init();
        }