Posts by GvianaM • 21 points
1 post
-
1
votes0
answers90
viewsQ: I have a Python error
I have the following code saved as main.py import nltk from nltk.stem.lancaster import LancasterStemmer stemmer = LancasterStemmer() import numpy import tflearn import tensorflow import random…