Example #1
0
        static void Main(string[] args)
        {
            //Amy normally hated Monday mornings, but this year was different. Kamal was in her art class and she liked Kamal. She was waiting outside the classroom when her friend Tara arrived.
            TextAnalysis TA = new TextAnalysis();

            TA.StartApp();
        }
Example #2
0
        static void Main(string[] args)
        {
            var text = new TextAnalysis();

            text.GetInfo();
        }