Exemplo n.º 1
0
        public string watson(string url)
        {
            WatsonAlchemyLanguage analyze = new WatsonAlchemyLanguage();


            return(analyze.sentimentAnalysis(url));
        }
Exemplo n.º 2
0
        public string watsonKeywords(string url)
        {
            WatsonAlchemyLanguage analyze = new WatsonAlchemyLanguage();

            return(analyze.keywordsAnalysis(url));
        }