Pinned Repositories
ASID
Adapted Sentiment Intensity Detector
bilbo
brown-cluster
C++ implementation of the Brown word clustering algorithm.
echo
gensim
Topic Modelling for Humans
GloVe
GloVe model for distributed word representation
LNCS
Improved Lecture Notes in Computer Science (LNCS) template
NormAFE
The tool creates dictionaries for micro-blogs normalisation, in a form of pairs of misspelled word with its standard-form word, in the languages: Arabic, French and English.
NormAFE-1
phaser-examples
Contains hundreds of source code examples and related media for the Phaser HTML5 Game Framework.
amalhtait's Repositories
amalhtait/NormAFE
The tool creates dictionaries for micro-blogs normalisation, in a form of pairs of misspelled word with its standard-form word, in the languages: Arabic, French and English.
amalhtait/ASID
Adapted Sentiment Intensity Detector
amalhtait/bilbo
amalhtait/brown-cluster
C++ implementation of the Brown word clustering algorithm.
amalhtait/echo
amalhtait/gensim
Topic Modelling for Humans
amalhtait/GloVe
GloVe model for distributed word representation
amalhtait/LNCS
Improved Lecture Notes in Computer Science (LNCS) template
amalhtait/NormAFE-1
amalhtait/phaser-examples
Contains hundreds of source code examples and related media for the Phaser HTML5 Game Framework.
amalhtait/pytorch-transformers-classification
Based on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for employing Transformer models in text classification tasks. Contains code to easily train BERT, XLNet, RoBERTa, and XLM models for text classification.
amalhtait/sentence-sentiment-data
A data set of product reviews manually annotated with sentence-level sentiment.
amalhtait/space-text
Space Text: Sans-serif typeface derived from Space Mono
amalhtait/stop-words
List of common stop words in various languages.
amalhtait/stopwords-en
English stopwords collection
amalhtait/tensorflow
Computation using data flow graphs for scalable machine learning
amalhtait/terrier
Clone of Terrier 4.0
amalhtait/tomdesmedt
Material for Tom de Smedt's Workshop at Fabelier :: http://fabelier.org/sentiment-analysis-for-french-by-tom-de-smedt/
amalhtait/vaderSentiment
VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media, and works well on texts from other domains.
amalhtait/Word2vec-from-scratch
simple Word2vec from scratch using tensorflow for understanding