merge-requests/30/head
Bob Mottram 2022-07-05 12:12:58 +01:00
parent 82ba2060db
commit 374668abe6
1 changed files with 2 additions and 1 deletions

View File

@ -1009,7 +1009,8 @@ def _auto_tag(base_dir: str, nickname: str, domain: str,
def _get_simplified_content(content: str) -> str: def _get_simplified_content(content: str) -> str:
""" """Returns a simplified version of the content suitable for
splitting up into individual words
""" """
content_simplified = \ content_simplified = \
content.replace(',', ' ').replace(';', ' ').replace('- ', ' ') content.replace(',', ' ').replace(';', ' ').replace('- ', ' ')