TextNerd.io

免费增值
通过 infrasyst | 已更新 2 месяца назад | Text Analysis
人气

7.1 / 10

延迟

111ms

服务等级

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