Essence.Benchmark.from_plaintext_file_b
You're seeing just the function
from_plaintext_file_b
, go back to Essence.Benchmark module for more information.
Link to this function
from_plaintext_file_b(filename)
Specs
from_plaintext_file_b(filename :: String.t()) :: {list(), %Essence.Document{ meta: term(), nested_tokens: term(), text: term(), type: term(), uri: term() }}
Reading a plain text file from the given filename
path and tokenizing the
text. Alternative B.