TextNerd.io

פרמיום
על ידי infrasyst | מְעוּדכָּן 2 months ago | Text Analysis
פּוֹפּוּלָרִיוּת

7.3 / 10

חֶבִיוֹן

79ms

רמת שירות

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