TextNerd.io

फ्रीमियम
द्वारा infrasyst | अपडेट किया गया 2ヶ月前 | Text Analysis
लोकप्रियता

7.5 / 10

लेटेंसी

113ms

सेवा का स्तर

100%

Health Check

N/A

सभी ट्यूटोरियल पर वापस जाएं (1)

Sentences and paragraph detection rules

The API will report a sentence whhen it detects “/n” and paragraph when it detects “/n/n”. In the frontend form each key press will generate a “/n”.

Example:

input (request):
“the bridge is the only way. be careful. \nso cross it now or never. \n\nis the only way.”

output (response):
“the bridge is the only way” //sentence #1 //paragraph #1
"so cross it now" //sentence #2

“is the only way” //paragraph # 2