lda2vec-pytorch
lda2vec-pytorch copied to clipboard
spacy nlp() - unknown arguments
Running on GoogleColab with python 3 + GPU: Issue in preprocess.py on line #26 for method nlp():
nlp = spacy.load('en')
text = nlp(text, tag=True, parse=False, entity=False)
nlp() unknown arguments (e.g. - tag, etc.) changed to this: text = nlp(text)