Skip to content

Commit cca5733

Browse files
committed
[ml] remove uneeded dependencies
1 parent 97278a3 commit cca5733

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ml/__init__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,6 @@
99
# Specific 3rd party library imports
1010
from os import listdir
1111

12-
# Local imports
13-
try:
14-
from utils import convo_reader
15-
except ModuleNotFoundError:
16-
from clara.utils import convo_reader
17-
18-
# ML specific library imports
19-
import nltk
20-
from nltk.stem.lancaster import LancasterStemmer
21-
stemmer = LancasterStemmer()
22-
2312
# things we need for Tensorflow
2413
import numpy as np
2514
import tflearn

0 commit comments

Comments
 (0)