fixed korn match
This commit is contained in:
parent
31a8b01cdb
commit
de257af08d
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -52,7 +52,7 @@ class MusicMatchingEngine:
|
|||
"""
|
||||
if not text:
|
||||
return ""
|
||||
|
||||
text = re.sub(r'koяn', 'korn', text, flags=re.IGNORECASE)
|
||||
text = unidecode(text)
|
||||
text = text.lower()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue