Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 746 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 746 Bytes

Description

- Static word embedding methods

  • e.g. word2vec, glove, fasttext

- Upload code as the Jupiter Notebook file (.ipynb) for intuitive understanding

Contents

- Usage of pretrained lookup table (read pretrained lookup table file)

- Usage of pretrained lookup table with library (gensim, gluonnlp)

Datasets

- Download pretrained Glove lookup table file

https://nlp.stanford.edu/projects/glove/

- Bad words

https://www.kaggle.com/nicapotato/bad-bad-words

Author