markovify v0.3.0 Markovify.Splitter

Markovify.Splitter is a default implementation for splitting text into arrays of sentences.

Summary

Functions

splits a body of text into an array of sentences using Sentence Boundary Disambiguation

Functions

split_into_sentences(text)
split_into_sentences(String.t) :: [String.t]

splits a body of text into an array of sentences using Sentence Boundary Disambiguation