Settings
# Path where your NER model will be saved
NER_TRAINER_MODEL_DIRECTORY = 'spacy_model'
# Your NER model name used in spacy.load()
NER_TRAINER_MODEL_NAME = 'ner_model'
# Number of iterations to use during training
NER_TRAINER_MODEL_TRAIN_ITERATIONS = 20