Exemplo n.º 1
0
        public ResultsLogic(String info)
        {
            Langpr   = new LangProc();
            response = Langpr.AnalyzeSyntaxFromText(info);

            var a = rntFact();

            System.Console.WriteLine();
        }
Exemplo n.º 2
0
        //AnnotateTextResponse response;

        SentenceW(LangProc _LangObj)
        {
            //response = _LangObj.AnalyzeSyntaxFromText();
        }