diff --git a/src/documents/classifier.py b/src/documents/classifier.py index b6ee890e4..c1464375d 100644 --- a/src/documents/classifier.py +++ b/src/documents/classifier.py @@ -59,7 +59,7 @@ def load_classifier(): class DocumentClassifier(object): - FORMAT_VERSION = 6 + FORMAT_VERSION = 7 def __init__(self): # hash of the training data. used to prevent re-training when the