word_text_counter.datasets

Module Contents

Functions

get_flatland_path() → str

get sample text file path, with name "flatland.txt".

get_time_machine_path() → str

get sample text file path, with name "time_machine.txt".

get_lostworld_path() → str

get sample text file path, with name "lostworld.txt".

word_text_counter.datasets.get_flatland_path() str[source]

get sample text file path, with name “flatland.txt”.

Returns

a flatland.txt path.

Return type

str

word_text_counter.datasets.get_time_machine_path() str[source]

get sample text file path, with name “time_machine.txt”.

Returns

a time_machine.txt path.

Return type

str

word_text_counter.datasets.get_lostworld_path() str[source]

get sample text file path, with name “lostworld.txt”.

Returns

a lostworld.txt path.

Return type

str