paper-with-me

Papers

TopicModel4J: A Java Package for Topic Models

2020-10-28 · Yang Qian, Yuanchun Jiang, Yidong Chai, Yezheng Liu, Jiansha Sun

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.

📄 PDF Abstract BibTeX arXiv:2010.14707

Code (1)

soberqian/TopicModel4J 공식 구현

Tasks

LemmatizationTopic Models

Similar Papers 제목 키워드 기반

jLDADMM: A Java package for the LDA and DMM topic models

2018-08-11 · Dat Quoc Nguyen

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 Models

Analysing Russian Trolls via NLP tools

2019-11-11 · Bokun Kong

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 Analysis

A Latent Topic Modeling approach for Subject Summarization of Research on the Military Art and Science in South Korea

2020-06-01 · S Bae, X Ku, C Park, J Kim

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+2

liquidSVM: A Fast and Versatile SVM package

2017-02-22 · Ingo Steinwart, Philipp Thomann

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 ClassificationGPUregression

Mining Internet-Scale Software Repositories

2007-12-01 · NeurIPS 2007 12 · Erik Linstead, Paul Rigor, Sushil Bajracharya, Cristina Lopes 외

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