essence v0.1.1 Essence.Chunker

This module contains helpful methods to chunk text into paragraphs and sentences.

Summary

Functions

Chunks a given text into paragraphs. A paragraph is any text, separated by two or more newline characters

Chunks the given text into sentences

Functions

paragraphs(text)

Specs

paragraphs(String.t) :: List.t

Chunks a given text into paragraphs. A paragraph is any text, separated by two or more newline characters.

sentences(text)

Specs

sentences(String.t) :: List.t

Chunks the given text into sentences.