//Just a function used to test the classifier
        private void Test()
        {
            TextAnalyzer analyzer = TextAnalyzer.GetInstance();
            float        result   = analyzer.Analyze("");

            Debug.WriteLine(result);
        }