Newxp.Text (newxp v0.1.1)

Copy Markdown

Summary

Functions

Remove strings like ($500) or ($1,200) from text.

Split news article text into sentences with newline-aware chunking.

Functions

remove_converted_currency_parenthesis(body)

Remove strings like ($500) or ($1,200) from text.

sentence_split(body, remove_empty)

Split news article text into sentences with newline-aware chunking.

When remove_empty is false, newline separators are appended to the preceding sentence. When true, blank sentences are filtered out.