Integrate Stanford NER into my app / call web service

I am creating an application in ASP.NET and I want to use Stanford-Ner in my application. Any idea on how to integrate it? I couldn't find a web service to use it, do they have one?

I would like to use this functionality in my application: http://nlp.stanford.edu:8080/ner/ Either as a web service or by integration.

thank

+3


source to share


2 answers


See answers to frequently asked questions: http://nlp.stanford.edu/software/crf-faq.shtml#cc



+1


source


You can run it locally: http://nlp.stanford.edu/software/CRF-NER.shtml



0


source







All Articles