You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
News Article Insights is a Python project that uses the NewsAPI to fetch articles on specific companies and keywords. It extracts content and performs text analysis, including sentiment analysis, named entity recognition, and topic modeling, to uncover trends and public sentiment, providing valuable insights into the media landscape.
This project explores the realm of Natural Language Processing (NLP) using Word2Vec and FastText models. Dive into domain-specific embeddings, analyze clinical trials data related to Covid-19, and uncover the power of AI and ML in understanding textual data.🌟
Romanian Word Embeddings. Here you can find pre-trained corpora of word embeddings. Current methods: CBOW, Skip-Gram, Fast-Text (from Gensim library). The .vec and .model files are available for download (all in one archive).
This repository contains the implementation of our paper "Auto-labelling of Bug Report using Natural Language Processing". Our paper introduces an NLP-based method using bug report attributes, leveraging a neural network for retrieval.
The goal of the presidential vocabulary program is to find the most similar words to a given word based on all the speeches made by U.S. presidents. It uses Selenium to scrape transcripts of speeches from the Miller Center website.
Natural Language Processing for Google Play Applications. Where sentiment analysis was used on reviews to decide on new features to recommend developers.