Essence.Document.sentences
You're seeing just the function
sentences
, go back to Essence.Document module for more information.
Link to this function
sentences(document)
Specs
sentences( document :: %Essence.Document{ meta: term(), nested_tokens: term(), text: term(), type: term(), uri: term() } ) :: List.t()
Retrieve the tokenized sentences from the given Essence.Document
.