All Projects → pommedeterresautee → Fastrtext

pommedeterresautee / Fastrtext

Licence: other
R wrapper for fastText

Projects that are alternatives of or similar to Fastrtext

Keras Textclassification
中文长文本分类、短句子分类、多标签分类、两句子相似度(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
Stars: ✭ 914 (+787.38%)
Mutual labels:  text-classification, embeddings, fasttext
Embeddingsviz
Visualize word embeddings of a vocabulary in TensorBoard, including the neighbors
Stars: ✭ 40 (-61.17%)
Mutual labels:  embeddings, word-embeddings, fasttext
Magnitude
A fast, efficient universal vector embedding utility package.
Stars: ✭ 1,394 (+1253.4%)
Mutual labels:  embeddings, word-embeddings, fasttext
Text classification
all kinds of text classification models and more with deep learning
Stars: ✭ 7,179 (+6869.9%)
Mutual labels:  classification, text-classification, fasttext
Eda nlp
Data augmentation for NLP, presented at EMNLP 2019
Stars: ✭ 902 (+775.73%)
Mutual labels:  classification, text-classification, embeddings
Fasttext.js
FastText for Node.js
Stars: ✭ 127 (+23.3%)
Mutual labels:  text-classification, word-embeddings, fasttext
Shallowlearn
An experiment about re-implementing supervised learning models based on shallow neural network approaches (e.g. fastText) with some additional exclusive features and nice API. Written in Python and fully compatible with Scikit-learn.
Stars: ✭ 196 (+90.29%)
Mutual labels:  text-classification, word-embeddings, fasttext
Bert language understanding
Pre-training of Deep Bidirectional Transformers for Language Understanding: pre-train TextCNN
Stars: ✭ 933 (+805.83%)
Mutual labels:  text-classification, fasttext
Cnn Question Classification Keras
Chinese Question Classifier (Keras Implementation) on BQuLD
Stars: ✭ 28 (-72.82%)
Mutual labels:  classification, text-classification
Ml Classify Text Js
Machine learning based text classification in JavaScript using n-grams and cosine similarity
Stars: ✭ 38 (-63.11%)
Mutual labels:  classification, text-classification
Textclassification
All kinds of neural text classifiers implemented by Keras
Stars: ✭ 51 (-50.49%)
Mutual labels:  classification, text-classification
Fasttext.py
A Python interface for Facebook fastText
Stars: ✭ 1,091 (+959.22%)
Mutual labels:  text-classification, fasttext
Applied Text Mining In Python
Repo for Applied Text Mining in Python (coursera) by University of Michigan
Stars: ✭ 59 (-42.72%)
Mutual labels:  classification, text-classification
Finalfusion Rust
finalfusion embeddings in Rust
Stars: ✭ 35 (-66.02%)
Mutual labels:  embeddings, fasttext
Concise Ipython Notebooks For Deep Learning
Ipython Notebooks for solving problems like classification, segmentation, generation using latest Deep learning algorithms on different publicly available text and image data-sets.
Stars: ✭ 23 (-77.67%)
Mutual labels:  text-classification, word-embeddings
Graph 2d cnn
Code and data for the paper 'Classifying Graphs as Images with Convolutional Neural Networks' (new title: 'Graph Classification with 2D Convolutional Neural Networks')
Stars: ✭ 67 (-34.95%)
Mutual labels:  classification, embeddings
Deep Atrous Cnn Sentiment
Deep-Atrous-CNN-Text-Network: End-to-end word level model for sentiment analysis and other text classifications
Stars: ✭ 64 (-37.86%)
Mutual labels:  classification, text-classification
Tgcontest
Telegram Data Clustering contest solution by Mindful Squirrel
Stars: ✭ 74 (-28.16%)
Mutual labels:  classification, fasttext
Nlp Journey
Documents, papers and codes related to Natural Language Processing, including Topic Model, Word Embedding, Named Entity Recognition, Text Classificatin, Text Generation, Text Similarity, Machine Translation),etc. All codes are implemented intensorflow 2.0.
Stars: ✭ 1,290 (+1152.43%)
Mutual labels:  classification, fasttext
Textclassification Keras
Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN, TextBiRNN, TextAttBiRNN, HAN, RCNN, RCNNVariant, etc.
Stars: ✭ 621 (+502.91%)
Mutual labels:  text-classification, fasttext

fastrtext

Travis-CI Build Status AppVeyor Build Status CRAN_Status_Badge CRAN_time_from_release CRAN_Download License: MIT codecov Follow

R Documentation | Release Notes | FAQ | Multilingual pretrained models

R wrapper for fastText C++ code from Facebook.

FastText is an open-source, free, lightweight library that allows users to learn text representations and text classifiers. It works on standard, generic hardware. Models can later be reduced in size to even fit on mobile devices.

License

© Contributors, 2019. Licensed under a MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].