a41124835ed0 icon indicating copy to clipboard operation
a41124835ed0 copied to clipboard

Course materials for "Get Started with NLP in Python"

Results 2 a41124835ed0 issues
Sort by recently updated
recently updated
newest added

Replace the use of Gensim (e.g., for vector embedding) with PyTorch instead. Example code: - https://towardsdatascience.com/implementing-word2vec-in-pytorch-skip-gram-model-e6bae040d2fb

enhancement

Refactor the examples which show WordNet use (e.g., lemmas, synsets) to remove the TextBlob and NLTK dependencies, replacing them with: - https://twitter.com/spacy_io/status/1062487385773170691

enhancement