if lower: --- 71 doc = doc.lower() 72 if accent_function is not None: 73 doc = accent_function(doc)

25

tag_dtm = vectorizer.fit_transform([str(val) for val in tag_data['Tags'] if val is not np.nan])

Comments

Submit
0 Comments