TextNerd.io

FREEMIUM
Por infrasyst | Actualizada 2 महीने पहले | Text Analysis
Popularidad

7.3 / 10

Latencia

79ms

Nivel de servicio

100%

Health Check

N/A

Volver a todos los tutoriales (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