140 skills found · Page 1 of 5
stanfordnlp / GloVeSoftware in C and data files for the popular GloVe model for distributed word representations, a.k.a. word vectors or embeddings
dselivanov / Text2vecFast vectorization, topic modeling, distances and GloVe word embeddings in R.
alexandres / LexvecThis is an implementation of the LexVec word embedding model (similar to word2vec and GloVe) that achieves state of the art results in multiple NLP tasks
zlsdu / Word EmbeddingWord2vec, Fasttext, Glove, Elmo, Bert, Flair pre-train Word Embedding
hiDaDeng / Cntextcntext 是一个专为社会科学实证研究设计的中文文本分析 Python 库。它不仅提供传统的词频统计和情感分析,还支持词嵌入训练、语义投影计算等高级功能,帮助研究者从大规模非结构化文本中测量抽象构念——如态度、认知、文化观念与心理状态。
kamalkraj / Named Entity Recognition With Bidirectional LSTM CNNsNamed-Entity-Recognition-with-Bidirectional-LSTM-CNNs
dccuchile / Spanish Word EmbeddingsSpanish word embeddings computed with different methods and from different corpora
hans / Glove.pyPython implementation of GloVe word embedding algorithm (Pennington et al., 2014) for educational purposes
minimaxir / Char EmbeddingsA repository containing 300D character embeddings derived from the GloVe 840B/300D dataset, and uses these embeddings to train a deep learning model to generate Magic: The Gathering cards using Keras
PrashantRanjan09 / WordEmbeddings Elmo Fasttext Word2VecUsing pre trained word embeddings (Fasttext, Word2Vec)
yafangy / Review Aspect ExtractionCNN-based model to realize aspect extraction of restaurant reviews based on pre-trained word embeddings and part-of-speech tagging
guillaume-chevalier / GloVe As A TensorFlow Embedding LayerTaking a pretrained GloVe model, and using it as a TensorFlow embedding weight layer **inside the GPU**. Therefore, you only need to send the index of the words through the GPU data transfer bus, reducing data transfer overhead.
alex-tifrea / Poincare GloveImplementation of the "Poincare Glove: Hyperbolic word embeddings" paper
iamalbert / Pytorch WordembLoad pretrained word embeddings (word2vec, glove format) into torch.FloatTensor for PyTorch
JuliaText / Embeddings.jlFunctions and data dependencies for loading various word embeddings (Word2Vec, FastText, GLoVE)
YingZhuY / GloVe Chinese Word Embedding根据维基中文语料库预训练 GloVe 中文词向量;Pre-train GloVe word-embedding From Chinese Wiki corpus
howardyclo / Pytorch Seq2seq ExampleFully batched seq2seq example based on practical-pytorch, and more extra features.
inzva / Turkish GloVeTürkçe GloVe - Repository for Turkish GloVe Word Embeddings
brannondorsey / GloVe ExperimentsGloVe word vector embedding experiments (similar to Word2Vec)
ezgisubasi / Turkish Tweets Sentiment AnalysisThis sentiment analysis project determines whether the tweets posted in the Turkish language on Twitter are positive or negative.