essence v0.2.0 Essence.Benchmark
This module contains a collection of methods that assist in benchmarking and performance optimizing the Essence package.
Summary
Functions
Reading a plain text file from the given filename path and tokenizing the
text. Alternative A
Reading a plain text file from the given filename path and tokenizing the
text. Alternative B
Functions
Specs
from_plaintext_file_a(filename :: String.t) :: %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 A.
Specs
from_plaintext_file_b(filename :: String.t) :: %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.