Essence (essence v0.3.0)

Essence is a Natural Language Processing and Text Summarization Library for Elixir.

Link to this section Summary

Functions

The clinton method is a convenience method for reading the supplemented plain-text file of the 2016 Hillary Clinton Nomination Acceptance Speech, which is part of the Essence unit test suite.

The genesis method is a convenience method for reading the supplemented plain-text file of the Book of Genesis, which is part of the Essence unit test suite.

The read_file method reads a plain-text file from a given filename and returns a UTF-8 encoded bitstring representation of the text.

The stream_lines method reads a plain-text file from a given filename and returns an UTF-8 encoded stream of lines. This allows us to perform efficient stream-processing of large text files.

The trump method is a convenience method for reading the supplemented plain-text file of the 2016 Donal Trump Nomination Acceptance Speech, which is part of the Essence unit test suite.

Link to this section Functions

The clinton method is a convenience method for reading the supplemented plain-text file of the 2016 Hillary Clinton Nomination Acceptance Speech, which is part of the Essence unit test suite.

Link to this function

document_from_file(filename)

The genesis method is a convenience method for reading the supplemented plain-text file of the Book of Genesis, which is part of the Essence unit test suite.

Link to this function

read_file(filename)

The read_file method reads a plain-text file from a given filename and returns a UTF-8 encoded bitstring representation of the text.

Link to this function

stream_lines(filename)

The stream_lines method reads a plain-text file from a given filename and returns an UTF-8 encoded stream of lines. This allows us to perform efficient stream-processing of large text files.

The trump method is a convenience method for reading the supplemented plain-text file of the 2016 Donal Trump Nomination Acceptance Speech, which is part of the Essence unit test suite.