From 820acd561a9f4cabe1888101cd6b95274f5263fb Mon Sep 17 00:00:00 2001 From: NHLOCAL Date: Mon, 29 Jul 2024 14:16:31 +0300 Subject: [PATCH] Update creating_model_git.py --- machine-learn/creating_model_git.py | 1 + 1 file changed, 1 insertion(+) 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