scispace - formally typeset
R

Rafael Dueire Lins

Researcher at Universidade Federal Rural de Pernambuco

Publications -  194
Citations -  3419

Rafael Dueire Lins is an academic researcher from Universidade Federal Rural de Pernambuco. The author has contributed to research in topics: Automatic summarization & Reference counting. The author has an hindex of 24, co-authored 189 publications receiving 3065 citations. Previous affiliations of Rafael Dueire Lins include University of Kent & CHESF.

Papers
More filters
Book

Garbage collection: algorithms for automatic dynamic memory management

TL;DR: The Classical Algorithms: A Treatise on Reference Counting.
Journal ArticleDOI

Assessing sentence scoring techniques for extractive text summarization

TL;DR: A quantitative and qualitative assessment of 15 algorithms for sentence scoring available in the literature are described and directions to improve the sentence extraction results obtained are suggested.
Journal ArticleDOI

A multi-document summarization system based on statistics and linguistic treatment

TL;DR: This paper presents a multi-document summarization system that concisely extracts the main aspects of a set of documents, trying to avoid the typical problems of this type of summarization: information redundancy and diversity.
Journal ArticleDOI

Cyclic reference counting with lazy mark-scan

TL;DR: The algorithm is much higher than the original one for cyclic reference counting with local mark-scan, and more shared cells will now be claimed directly, without any need for mark- scan.
Journal ArticleDOI

Cyclic reference counting with local mark-scan

TL;DR: The general idea of the algorithm is to perform a local mark-scan whenever a pointer to a shared structure is deleted, and any subgraphs with external references are remarked as ordinary cells, and their counts reset.