TopicModel4J: A Java Package for Topic Models
Topic models provide a flexible and principled framework for exploring hidden structure in high-dimensional co-occurrence data and are commonly used natural language processing (NLP) of text. In this paper, we design and implement a Java package, TopicModel4J, which contains 13 kinds of representative algorithms for fitting topic models. The TopicModel4J in the Java programming environment provides an easy-to-use interface for data analysts to run the algorithms, and allow to easily input and output data. In addition, this package provides a few unstructured text preprocessing techniques, such as splitting textual data into words, lowercasing the words, preforming lemmatization and removing the useless characters, URLs and stop words.
Code (1)
Tasks
LemmatizationTopic ModelsSimilar Papers 제목 키워드 기반
jLDADMM: A Java package for the LDA and DMM topic models
In this technical report, we present jLDADMM---an easy-to-use Java toolkit for conventional topic models. jLDADMM is released to provide alternatives for topic modeling on normal or short texts. It provides implementatio…
ClusteringTopic ModelsAnalysing Russian Trolls via NLP tools
The fifty-eighth American presidential election in 2016 still arouse fierce controversyat present. A portion of politicians as well as medium and voters believe that theRussian government interfered with the election of …
Sentiment AnalysisA Latent Topic Modeling approach for Subject Summarization of Research on the Military Art and Science in South Korea
Within the military art and science research articles, many of studies have focused on the empirical examination or theoretically review interests related to military phenomena (e.g., military power, security relations).…
ArticlesGeneral ClassificationLEMMAManagement+2liquidSVM: A Fast and Versatile SVM package
liquidSVM is a package written in C++ that provides SVM-type solvers for various classification and regression tasks. Because of a fully integrated hyper-parameter selection, very carefully implemented solvers, multi-thr…
General ClassificationGPUregressionMining Internet-Scale Software Repositories
Large repositories of source code create new challenges and opportunities for statistical machine learning. Here we first develop an infrastructure for the automated crawling, parsing, and database storage of open source…
Retrieval