paper-with-me

Papers

JaTeCS an open-source JAva TExt Categorization System

2017-06-21 · Andrea Esuli, Tiziano Fagni, Alejandro Moreo Fernandez

JaTeCS is an open source Java library that supports research on automatic text categorization and other related problems, such as ordinal regression and quantification, which are of special interest in opinion mining applications. It covers all the steps of an experimental activity, from reading the corpus to the evaluation of the experimental results. As JaTeCS is focused on text as the main input data, it provides the user with many text-dedicated tools, e.g.: data readers for many formats, including the most commonly used text corpora and lexical resources, natural language processing tools, multi-language support, methods for feature selection and weighting, the implementation of many machine learning algorithms as well as wrappers for well-known external software (e.g., SVM_light) which enable their full control from code. JaTeCS support its expansion by abstracting through interfaces many of the typical tools and procedures used in text processing tasks. The library also provides a number of "template" implementations of typical experimental setups (e.g., train-test, k-fold validation, grid-search optimization, randomized runs) which enable fast realization of experiments just by connecting the templates with data readers, learning algorithms and evaluation measures.

📄 PDF Abstract BibTeX arXiv:1706.06802

Code (0)

등록된 구현이 없습니다.

Tasks

feature selectionOpinion MiningText Categorization

Similar Papers 제목 키워드 기반

Revisiting Distributional Correspondence Indexing: A Python Reimplementation and New Experiments

2018-10-19 · Alejandro Moreo, Andrea Esuli, Fabrizio Sebastiani

This paper introduces PyDCI, a new implementation of Distributional Correspondence Indexing (DCI) written in Python. DCI is a transfer learning method for cross-domain and cross-lingual text classification for which we h…

Domain AdaptationGeneral ClassificationSentiment Analysistext-classification+2

SantaCoder: don't reach for the stars!

2023-01-09 · Loubna Ben allal, Raymond Li, Denis Kocetkov, Chenghao Mou 외

The BigCode project is an open-scientific collaboration working on the responsible development of large language models for code. This tech report describes the progress of the collaboration until December 2022, outlinin…

Code GenerationPII Redaction

Narrow Transformer: StarCoder-Based Java-LM For Desktop

2024-07-04 · Kamalkumar Rathinasamy, Balaji A J, Ankush Kumar, Gagan Gayari 외

This paper presents NT-Java-1.1B, an open-source specialized code language model built on StarCoderBase-1.1B, designed for coding tasks in Java programming. NT-Java-1.1B achieves state-of-the-art performance, surpassing …

Language ModelingLanguage Modelling

A Language Model of Java Methods with Train/Test Deduplication

2023-05-15 · Chia-Yi Su, Aakash Bansal, Vijayanta Jain, Sepideh Ghanavati 외

This tool demonstration presents a research toolkit for a language model of Java source code. The target audience includes researchers studying problems at the granularity level of subroutines, statements, or variables i…

DescriptiveLanguage ModelingLanguage Modelling

Fast Labeling and Transcription with the Speechalyzer Toolkit

2012-05-01 · LREC 2012 5 · Felix Burkhardt

We describe a software tool named “Speechalyzer” which is optimized to process large speech data sets with respect to transcription, labeling and annotation. It is implemented as a client server based framework in Java a…

Audio ClassificationBenchmarkingClassificationGeneral Classification+6