TextNerd.io

FREEMIUM
Por infrasyst | Atualizado vor 2 Monaten | Text Analysis
Popularidade

7.3 / 10

Latência

79ms

Nível de serviço

100%

Health Check

N/A

Voltar para todos os tutoriais (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