Sciweavers


0
posts
with
0
views
186profile views
morvaStudent, PhD
morva
PROPOR
2012
Springer
250views Languages» more  PROPOR 2012»
12 years 4 days ago
SIGA, a System to Manage Information Retrieval Evaluations
This paper provides an overview of the current version of SIGA, a system that supports the organization of information retrieval (IR) evaluations. SIGA was recently used in Págico...
Luís Fernando Costa, Cristina Mota, Diana S...
PROPOR
2012
Springer
272views Languages» more  PROPOR 2012»
12 years 4 days ago
Automatic Generation of Cloze Question Stems
Fill-in-the-blank questions are one of the main assessment devices in REAP.PT tutoring system. The problem of automatically generating the stems, i.e. the sentences that serve as b...
Rui Correia, Jorge Baptista, Maxine Eskenazi, Nuno...
DLS
2009
182views Languages» more  DLS 2009»
13 years 2 months ago
Context-oriented software transactional memory in common lisp
Software transactional memory (STM) is a promising approach for coordinating concurrent threads, for which many implementation strategies are currently being researched. Although ...
Pascal Costanza, Charlotte Herzeel, Theo D'Hondt
DLS
2009
150views Languages» more  DLS 2009»
13 years 2 months ago
Fast type reconstruction for dynamically typed programming languages
Type inference and type reconstruction derive static types for program elements that have no static type associated with them. They have a wide range of usage, such as helping to ...
Frédéric Pluquet, Antoine Marot, Roe...
DLS
2009
196views Languages» more  DLS 2009»
13 years 2 months ago
Contracts for first-class modules
Behavioral software contracts express properties concerning the flow of values across component (modules, classes, etc) interfaces. These properties are often beyond the reach of ...
T. Stephen Strickland, Matthias Felleisen
DLS
2009
227views Languages» more  DLS 2009»
13 years 2 months ago
The ruby intermediate language
Ruby is a popular, dynamic scripting language that aims to "feel natural to programmers"and give users the"freedom to choose" among many different ways of doin...
Michael Furr, Jong-hoon (David) An, Jeffrey S. Fos...
DLS
2009
179views Languages» more  DLS 2009»
13 years 2 months ago
Directing JavaScript with arrows
JavaScript programmers make extensive use of event-driven programming to help build responsive web applications. However, standard approaches to sequencing events are messy, and o...
Yit Phang Khoo, Michael Hicks, Jeffrey S. Foster, ...