Text Summarization

फ्रीमियम
द्वारा TextMiner | अपडेट किया गया 24 дня назад | Data
लोकप्रियता

9.6 / 10

लेटेंसी

397ms

सेवा का स्तर

100%

Health Check

N/A

सभी चर्चाओं पर वापस जाएं

"summarize text" option doesn't work.

Rapid account: Datnb
datnb
9 лет назад

Hi there,

I’ve tried the sample request but it doesn’t work.
{
“url”: “”,
“text”: “Automatic summarization is the process of reducing a text document with a computer program in order to create a summary that retains the most important points of the original document. As the problem of information overload has grown, and as the quantity of data has increased, so has interest in automatic summarization. Technologies that can make a coherent summary take into account variables such as length, writing style and syntax. An example of the use of summarization technology is search engines such as Google. Document summarization is another.”,
“sentnum”: 8
}

Do I have a chance to summarize a text input without a url?

Best,
Dat

Rapid account: Textanalysis
textanalysis Commented 9 лет назад

ok, close it now

Rapid account: Datnb
datnb Commented 9 лет назад

That works. Thanks a lot!

Dat

Rapid account: Textanalysis
textanalysis Commented 9 лет назад

Thanks for the recommend and we have fixed and provide another two endpoints for only url or text parameters, you can use the text only ode like this:

curl -X POST --include “https://textanalysis-text-summarization.p.mashape.com/text-summarizer-text
-H “X-Mashape-Key: Your mashape key”
-H “Content-Type: application/x-www-form-urlencoded”
-d “sentnum=5”
-d “text=Automatic summarization is the process of reducing a text document with a computer program in order to create a summary that retains the most important points of the original document. As the problem of information overload has grown, and as the quantity of data has increased, so has interest in automatic summarization. Technologies that can make a coherent summary take into account variables such as length, writing style and syntax. An example of the use of summarization technology is search engines such as Google. Document summarization is another.”

चर्चा में शामिल हों - नीचे टिप्पणी जोड़ें:

नई टिप्पणियाँ पोस्ट करने के लिए लॉग इन / साइनअप करें