modbot.preprocessing.join_words

modbot.preprocessing.join_words(lines)[source]

Join words back together after splitting

Parameters

lines (list) – List of lines to join together

Returns

List of joined lines

Return type

list