Typo: max_substring -> maxsubstring

master
float-trip 2023-07-09 23:15:25 +00:00
parent ad0ddd598a
commit db9d8a706e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from fuzzywuzzy import fuzz
from transformers import GPTNeoXTokenizerFast
from config import config
from max_substring import longest_common_substring
from maxsubstring import longest_common_substring
URL_REGEX = (
r"http[s]?://(?:[a-zA-Z]|[0-9]|[$-_@.&+]|[!*\\(\\),]|(?:%[0-9a-fA-F][0-9a-fA-F]))+",