glove topic

List glove repositories

Fake-news-classification-model

31
Stars
7
Forks
Watchers

✨ Fake news classification using source adaptive framework - BE Project 🎓The repository contains Detailed Documentation of the project, Classification pipeline, Architecture, System Interface Desi...

tf_ner

928
Stars
275
Forks
Watchers

Simple and Efficient Tensorflow implementations of NER models with tf.estimator and tf.data

coreference-resolution

185
Stars
61
Forks
Watchers

Efficient and clean PyTorch reimplementation of "End-to-end Neural Coreference Resolution" (Lee et al., EMNLP 2017).

Repo-2017

1.2k
Stars
682
Forks
Watchers

My first Python repo with codes in Machine Learning, NLP and Deep Learning with Keras and Theano

sequence_tagging

1.9k
Stars
706
Forks
Watchers

Named Entity Recognition (LSTM + CRF) - Tensorflow

magnitude

1.6k
Stars
118
Forks
Watchers

A fast, efficient universal vector embedding utility package.

datastories-semeval2017-task4

196
Stars
63
Forks
Watchers

Deep-learning model presented in "DataStories at SemEval-2017 Task 4: Deep LSTM with Attention for Message-level and Topic-based Sentiment Analysis".

ngram2vec

835
Stars
174
Forks
Watchers

Four word embedding models implemented in Python. Supporting arbitrary context features

lmdb-embeddings

414
Stars
30
Forks
Watchers

Fast word vectors with little memory usage in Python

textclf

230
Stars
39
Forks
Watchers

TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。