open_txt

open_txt(filename, encoding='utf-8')

Function to open a .txt and return list of phrases.

Parameters

filename: Path where the file is hosted.

encoding: Unicode and text encodings.