Click here to Skip to main content
15,887,449 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm trying to use <a href="nlp.stanford.edu:8080/parser/index.jsp">Stanford CoreNLP </a>in a c# window form application. I tried many codes and many times, the problem is that I don't know how can I call the JSP page from c# and also how can I retrieve the result? Actually, I don't know where I can start and what I must do. Could you help me?


What I have tried:

I tried to edit the code found here, ,
Google Translator
[^] , but this doesn't work :( .
Posted
Updated 25-Oct-17 22:34pm

1 solution

Google for "web scrapers" and see how others do it. You basically have to use one of the Web/Http classes to read the web page. Your code then needs to find the various controls on the page, add text or click them and post the page back to the website.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900