|
text = (self.get_description() + " " + self.get_summary()).lower() |
To avoid for false positives in text, especially with "ITS", acronyms are searched for with case sensitive matching. Using lower() on the description and summary stops any potential matches with acronyms.