TextNerd.io

FREEMIUM
Durch infrasyst | Aktualisiert 2달 전 | Text Analysis
Popularität

7.5 / 10

Latenz

120ms

Service Level

100%

Health Check

N/A

Zurück zu allen Tutorials (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