Essence.Document.from_text
You're seeing just the function
from_text
, go back to Essence.Document module for more information.
Link to this function
from_text(text)
Specs
from_text(text :: String.t()) :: %Essence.Document{ meta: term(), nested_tokens: term(), text: term(), type: term(), uri: term() }
Read the text
represented by a String
and create an Essence.Document
.