lda2vec-pytorch icon indicating copy to clipboard operation
lda2vec-pytorch copied to clipboard

spacy nlp() - unknown arguments

Open dbl001 opened this issue 6 years ago • 0 comments

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)

dbl001 avatar Aug 02 '19 17:08 dbl001