~linuxgoose/linguistics-robin

ref: 4df2332ae7fcf84a49b24d23dea73321ee32c4c7 linguistics-robin/linguistics_robin/exceptions.py -rw-r--r-- 189 bytes
4df2332a — Jordan Robinson Implementation of the DoubleMetaphone algorithm (#20) 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
class UnicodeException(Exception):
    pass


class WrongLengthException(Exception):
    pass


class DistanceMetricError(Exception):
    pass


class EmptyStringError(Exception):
    pass