Is there a method to calculate something like general \"similarity score\" of a string? In a way that I am not comparing two strings together but rather I get some number/scores
For a fast way of determining string similarity, you might want to use fuzzy hashing.