src.dackar.similarity.utils

Functions

combineListsRemoveDuplicates(list1, list2)

combine two lists and remove duplicates

Module Contents

src.dackar.similarity.utils.combineListsRemoveDuplicates(list1, list2)[source]

combine two lists and remove duplicates

Parameters:
  • list1 (list) – the first list of words

  • list2 (list) – the second list of words

Returns:

the combined list of words

Return type:

list