paper-with-me

Papers

A Python Library for Exploratory Data Analysis on Twitter Data based on Tokens and Aggregated Origin-Destination Information

2020-09-03 · Mario Graff, Daniela Moctezuma, Sabino Miranda-Jiménez, Eric S. Tellez

Twitter is perhaps the social media more amenable for research. It requires only a few steps to obtain information, and there are plenty of libraries that can help in this regard. Nonetheless, knowing whether a particular event is expressed on Twitter is a challenging task that requires a considerable collection of tweets. This proposal aims to facilitate, to a researcher interested, the process of mining events on Twitter by opening a collection of processed information taken from Twitter since December 2015. The events could be related to natural disasters, health issues, and people's mobility, among other studies that can be pursued with the library proposed. Different applications are presented in this contribution to illustrate the library's capabilities: an exploratory analysis of the topics discovered in tweets, a study on similarity among dialects of the Spanish language, and a mobility report on different countries. In summary, the Python library presented is applied to different domains and retrieves a plethora of information in terms of frequencies by day of words and bi-grams of words for Arabic, English, Spanish, and Russian languages. As well as mobility information related to the number of travels among locations for more than 200 countries or territories.

📄 PDF Abstract BibTeX arXiv:2009.01826

Code (1)

INGEOTEC/text_models 공식 구현

Similar Papers 제목 키워드 기반

scikit-fda: A Python Package for Functional Data Analysis

2022-11-04 · Carlos Ramos-Carreño, José Luis Torrecilla, Miguel Carbajo-Berrocal, Pablo Marcos 외

The library scikit-fda is a Python package for Functional Data Analysis (FDA). It provides a comprehensive set of tools for representation, preprocessing, and exploratory analysis of functional data. The library is built…

Model Selection

TSFEL: Time Series Feature Extraction Library

2020-03-21 · SoftwareX 2020 3 · Marília Barandas, Duarte Folgado, Letícia Fernandes, Sara Santos 외

Time series feature extraction is one of the preliminary steps of conventional machine learning pipelines. Quite often, this process ends being a time consuming and complex task as data scientists must consider a combina…

Feature EngineeringTime SeriesTime Series Analysis

Optimized Web-Crawling of Conversational Data from Social Media and Context-Based Filtering

2020-12-01 · ICON 2020 12 · Annapurna P Patil, Rajarajeswari Subramanian, Gaurav Karkal, Keerthana Purushotham 외

Building Chabot’s requires a large amount of conversational data. In this paper, a web crawler is designed to fetch multi-turn dialogues from websites such as Twitter, YouTube and Reddit in the form of a JavaScript Objec…

A Library for Representing Python Programs as Graphs for Machine Learning

2022-08-15 · David Bieber, Kensen Shi, Petros Maniatis, Charles Sutton 외

Graph representations of programs are commonly a central element of machine learning for code research. We introduce an open source Python library python_graphs that applies static analysis to construct graph representat…

FEEL-IT: Emotion and Sentiment Classification for the Italian Language

2021-04-01 · EACL (WASSA) 2021 4 · Federico Bianchi, Debora Nozza, Dirk Hovy

While sentiment analysis is a popular task to understand people’s reactions online, we often need more nuanced information: is the post negative because the user is angry or sad? An abundance of approaches have been intr…

ClassificationSentiment AnalysisSentiment Classification