diff --git a/machine-learn/creating_model_git.py b/machine-learn/creating_model_git.py index 0dd32cb..afbee86 100644 --- a/machine-learn/creating_model_git.py +++ b/machine-learn/creating_model_git.py @@ -3,6 +3,7 @@ from spacy.tokenizer import Tokenizer from spacy.training.example import Example from spacy.lang.char_classes import LIST_PUNCT, LIST_ELLIPSES, LIST_QUOTES, LIST_CURRENCY, LIST_ICONS +from spacy.util import minibatch, compounding import json import random