I'm currently building a system, which will summarize a article from a webpage like Wikipedia.
I'm able to extract texts from web pages, and I know that the Open Text Summarizer API can help me to do summarization, but the problem is I don't know how to use it properly.
Please anyone who happen to know how to use this library? Can you provide a simple example for me? Currently I'm doing my project in C#.