| JohnSnowLabs/spark-nlp |
3,578 |
|
0 |
30 |
about 2 years ago |
134 |
December 08, 2023 |
43 |
apache-2.0 |
Scala |
| State of the Art Natural Language Processing |
| yongzhuo/Keras-TextClassification |
1,808 |
|
0 |
0 |
almost 2 years ago |
9 |
December 19, 2020 |
1 |
mit |
Python |
| 中文长文本分类、短句子分类、多标签分类、两句子相似度(Chinese Text Classification of Keras NLP, multi-label classify, or sentence classify, long or short),字词句向量嵌入层(embeddings)和网络层(graph)构建基类,FastText,TextCNN,CharCNN,TextRNN, RCNN, DCNN, DPCNN, VDCNN, CRNN, Bert, Xlnet, Albert, Attention, DeepMoji, HAN, 胶囊网络-CapsuleNet, Transformer-encode, Seq2seq, SWEM, LEAM, TextGCN |
| xlang-ai/instructor-embedding |
1,539 |
|
0 |
0 |
about 2 years ago |
0 |
|
20 |
apache-2.0 |
Python |
| [ACL 2023] One Embedder, Any Task: Instruction-Finetuned Text Embeddings |
| jasonwei20/eda_nlp |
1,405 |
|
0 |
0 |
about 3 years ago |
0 |
|
9 |
|
Python |
| Data augmentation for NLP, presented at EMNLP 2019 |
| wikipedia2vec/wikipedia2vec |
899 |
|
4 |
2 |
over 2 years ago |
31 |
April 03, 2021 |
6 |
other |
Python |
| A tool for learning vector representations of words and entities from Wikipedia |
| kavgan/nlp-in-practice |
861 |
|
0 |
0 |
over 5 years ago |
0 |
|
1 |
|
Jupyter Notebook |
| Starter code to solve real world text data problems. Includes: Gensim Word2Vec, phrase embeddings, Text Classification with Logistic Regression, word count with pyspark, simple text preprocessing, pre-trained embeddings and more. |
| JohnSnowLabs/nlu |
775 |
|
0 |
0 |
about 2 years ago |
0 |
|
35 |
apache-2.0 |
Python |
| 1 line for thousands of State of The Art NLP models in hundreds of languages The fastest and most accurate way to solve text problems. |
| jiegzhan/multi-class-text-classification-cnn-rnn |
554 |
|
0 |
0 |
about 8 years ago |
0 |
|
29 |
apache-2.0 |
Python |
| Classify Kaggle San Francisco Crime Description into 39 classes. Build the model with CNN, RNN (GRU and LSTM) and Word Embeddings on Tensorflow. |
| shawroad/NLP_pytorch_project |
517 |
|
0 |
0 |
almost 3 years ago |
0 |
|
15 |
|
Python |
| Embedding, NMT, Text_Classification, Text_Generation, NER etc. |
| jiegzhan/multi-class-text-classification-cnn |
388 |
|
0 |
0 |
about 8 years ago |
0 |
|
24 |
apache-2.0 |
Python |
| Classify Kaggle Consumer Finance Complaints into 11 classes. Build the model with CNN (Convolutional Neural Network) and Word Embeddings on Tensorflow. |