Essence.Document.words
You're seeing just the function
words
, go back to Essence.Document module for more information.
Link to this function
words(doc)
Specs
words( document :: %Essence.Document{ meta: term(), nested_tokens: term(), text: term(), type: term(), uri: term() } ) :: List.t()
Retrieve the list of all words in the given Essence.Document
, ignoring all tokens that are punctuation.