infineac.process_text.list_to_string#

infineac.process_text.list_to_string(list: list, separator=' ') str[source]#

Converts a list of strings to a string with a separator. Is used to convert the list of tokens from process_corpus() back to a string.