papers AI Learner
The Github is limit! Click to go to the new site.

Sifaka: Text Mining Above a Search API

2018-10-05
Cameron VandenBerg, Jamie Callan

Abstract

Text mining and analytics software has become popular, but little attention has been paid to the software architectures of such systems. Often they are built from scratch using special-purpose software and data structures, which increases their cost and complexity. This demo paper describes Sifaka, a new open-source text mining application constructed above a standard search engine index using existing application programmer interface (API) calls. Indexing integrates popular annotation software libraries to augment the full-text index with noun phrase and named-entities; n-grams are also provided. Sifaka enables a person to quickly explore and analyze large text collections using search, frequency analysis, and co-occurrence analysis; and import existing document labels or interactively construct document sets that are positive or negative examples of new concepts, perform feature selection, and export feature vectors compatible with popular machine learning software. Sifaka demonstrates that search engines are good platforms for text mining applications while also making common IR text mining capabilities accessible to researchers in disciplines where programming skills are less common.

Abstract (translated by Google)
URL

https://arxiv.org/abs/1810.02907

PDF

https://arxiv.org/pdf/1810.02907


Similar Posts

Comments