~linuxgoose/linguistics-robin

ref: e7a9c042c34cb3bfe0dd9a4f0afa04c2f82b6491 linguistics-robin/linguistics_robin/exceptions.py -rw-r--r-- 189 bytes
e7a9c042 — Jordan Implementation of Caverphone 2 algorithm 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