paper-with-me

홈 › Papers

JATE 2.0: Java Automatic Term Extraction with Apache Solr

2016-05-01 · LREC 2016 5 · Ziqi Zhang, Jie Gao, Fabio Ciravegna

Automatic Term Extraction (ATE) or Recognition (ATR) is a fundamental processing step preceding many complex knowledge engineering tasks. However, few methods have been implemented as public tools and in particular, available as open-source freeware. Further, little effort is made to develop an adaptable and scalable framework that enables customization, development, and comparison of algorithms under a uniform environment. This paper introduces JATE 2.0, a complete remake of the free Java Automatic Term Extraction Toolkit (Zhang et al., 2008) delivering new features including: (1) highly modular, adaptable and scalable ATE thanks to integration with Apache Solr, the open source free-text indexing and search platform; (2) an extended collection of state-of-the-art algorithms. We carry out experiments on two well-known benchmarking datasets and compare the algorithms along the dimensions of effectiveness (precision) and efficiency (speed and memory consumption). To the best of our knowledge, this is by far the only free ATE library offering a flexible architecture and the most comprehensive collection of algorithms.

📄 PDF Abstract BibTeX

Code (1)

ziqizhang/jate 공식 구현

Tasks

BenchmarkingTerm Extraction

Similar 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 app…

feature selectionOpinion MiningText Categorization

An Exploration of Approaches to Integrating Neural Reranking Models in Multi-Stage Ranking Architectures

2017-07-26 · Tu Zhucheng, Crane Matt, Sequiera Royal, Zhang Junchen 외

We explore different approaches to integrating a simple convolutional neural network (CNN) with the Lucene search engine in a multi-stage ranking architecture. Our models are trained using the PyTorch deep learning toolk…

Reranking

Tribuo: Machine Learning with Provenance in Java

2021-10-06 · Adam Pocock

Machine Learning models are deployed across a wide range of industries, performing a wide range of tasks. Tracking these models and ensuring they behave appropriately is becoming increasingly difficult as the number of d…

Anomaly DetectionBIG-bench Machine LearningMulti-class ClassificationMulti-Label Classification+1

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

tabulapdf: An R Package to Extract Tables from PDF Documents

2024-08-25 · Mauricio Vargas Sepúlveda, Thomas J. Leeper, Tom Paskhalis, Manuel Aristarán 외

tabulapdf is an R package that utilizes the Tabula Java library to import tables from PDF files directly into R. This tool can reduce time and effort in data extraction processes in fields like investigative journalism. …

RetrievalTable Extraction