Skip to main content

Showing 1–17 of 17 results for author: Quesada, L

Searching in archive cs. Search in all archives.
.
  1. arXiv:1501.03458  [pdf, ps, other

    cs.FL cs.PL

    The ModelCC Model-Based Parser Generator

    Authors: Luis Quesada, Fernando Berzal, Juan-Carlos Cubero

    Abstract: Formal languages let us define the textual representation of data with precision. Formal grammars, typically in the form of BNF-like productions, describe the language syntax, which is then annotated for syntax-directed translation and completed with semantic actions. When, apart from the textual representation of data, an explicit representation of the corresponding data structure is required, th… ▽ More

    Submitted 11 January, 2015; originally announced January 2015.

    Comments: arXiv admin note: substantial text overlap with arXiv:1111.3970, arXiv:1501.02038

  2. arXiv:1501.02795  [pdf, ps, other

    cs.FL

    Scanning and Parsing Languages with Ambiguities and Constraints: The Lamb and Fence Algorithms

    Authors: Luis Quesada, Fernando Berzal, Francisco J. Cortijo

    Abstract: Traditional language processing tools constrain language designers to specific kinds of grammars. In contrast, model-based language processing tools decouple language design from language processing. These tools allow the occurrence of lexical and syntactic ambiguities in language specifications and the declarative specification of constraints for resolving them. As a result, these techniques requ… ▽ More

    Submitted 11 January, 2015; originally announced January 2015.

    Comments: arXiv admin note: text overlap with arXiv:1111.3970, arXiv:1110.1470

  3. The ModelCC Model-Driven Parser Generator

    Authors: Fernando Berzal, Francisco J. Cortijo, Juan-Carlos Cubero, Luis Quesada

    Abstract: Syntax-directed translation tools require the specification of a language by means of a formal grammar. This grammar must conform to the specific requirements of the parser generator to be used. This grammar is then annotated with semantic actions for the resulting system to perform its desired function. In this paper, we introduce ModelCC, a model-based parser generator that decouples language sp… ▽ More

    Submitted 8 January, 2015; originally announced January 2015.

    Comments: In Proceedings PROLE 2014, arXiv:1501.01693

    Journal ref: EPTCS 173, 2015, pp. 56-70

  4. Develo** Approaches for Solving a Telecommunications Feature Subscription Problem

    Authors: David Lesaint, Deepak Mehta, Barry O'Sullivan, Luis Quesada, Nic Wilson

    Abstract: Call control features (e.g., call-divert, voice-mail) are primitive options to which users can subscribe off-line to personalise their service. The configuration of a feature subscription involves choosing and sequencing features from a catalogue and is subject to constraints that prevent undesirable feature interactions at run-time. When the subscription requested by a user is inconsistent, one… ▽ More

    Submitted 15 January, 2014; originally announced January 2014.

    Journal ref: Journal Of Artificial Intelligence Research, Volume 38, pages 271-305, 2010

  5. arXiv:1301.4858  [pdf, ps, other

    cs.PL

    A DSL for Map** Abstract Syntax Models to Concrete Syntax Models in ModelCC

    Authors: Luis Quesada, Fernando Berzal, Juan-Carlos Cubero

    Abstract: ModelCC is a model-based parser generator that decouples language design from language processing. ModelCC provides two different mechanisms to specify the map** from an abstract syntax model to a concrete syntax model: metadata annotations defined on top of the abstract syntax model specification and a domain-specific language for defining ASM-CSM map**s. Using a domain-specific language to s… ▽ More

    Submitted 21 January, 2013; originally announced January 2013.

    Comments: arXiv admin note: substantial text overlap with arXiv:1202.6593

  6. arXiv:1205.3183  [pdf, ps, other

    cs.CL

    A Model-Driven Probabilistic Parser Generator

    Authors: Luis Quesada, Fernando Berzal, Francisco J. Cortijo

    Abstract: Existing probabilistic scanners and parsers impose hard constraints on the way lexical and syntactic ambiguities can be resolved. Furthermore, traditional grammar-based parsing tools are limited in the mechanisms they allow for taking context into account. In this paper, we propose a model-driven tool that allows for statistical language models with arbitrary probability estimators. Our work on mo… ▽ More

    Submitted 14 May, 2012; originally announced May 2012.

  7. arXiv:1205.3180  [pdf, ps, other

    cs.GT cs.SI

    Community-Quality-Based Player Ranking in Collaborative Games with no Explicit Objectives

    Authors: Luis Quesada, Pablo J. Villacorta

    Abstract: Player ranking can be used to determine the quality of the contributions of a player to a collaborative community. However, collaborative games with no explicit objectives do not support player ranking, as there is no metric to measure the quality of player contributions. An implicit objective of such communities is not being disruptive towards other players. In this paper, we propose a parameteri… ▽ More

    Submitted 14 May, 2012; originally announced May 2012.

  8. arXiv:1203.0076  [pdf, ps, other

    cs.CV

    Using Barriers to Reduce the Sensitivity to Edge Miscalculations of Casting-Based Object Projection Feature Estimation

    Authors: Luis Quesada

    Abstract: 3D motion tracking is a critical task in many computer vision applications. Unsupervised markerless 3D motion tracking systems determine the most relevant object in the screen and then track it by continuously estimating its projection features (center and area) from the edge image and a point inside the relevant object projection (namely, inner point), until the tracking fails. Existing reliable… ▽ More

    Submitted 29 February, 2012; originally announced March 2012.

    Comments: arXiv admin note: substantial text overlap with arXiv:1202.6586v1 and arXiv:1111.3969

  9. arXiv:1202.6593  [pdf, ps, other

    cs.PL

    A Model-Driven Parser Generator, from Abstract Syntax Trees to Abstract Syntax Graphs

    Authors: Luis Quesada, Fernando Berzal, Juan-Carlos Cubero

    Abstract: Model-based parser generators decouple language specification from language processing. The model-driven approach avoids the limitations that conventional parser generators impose on the language designer. Conventional tools require the designed language grammar to conform to the specific kind of grammar supported by the particular parser generator (being LL and LR parser generators the most commo… ▽ More

    Submitted 29 February, 2012; originally announced February 2012.

  10. arXiv:1202.6586  [pdf, ps, other

    cs.CV

    Filling-Based Techniques Applied to Object Projection Feature Estimation

    Authors: Luis Quesada, Alejandro J. León

    Abstract: 3D motion tracking is a critical task in many computer vision applications. Unsupervised markerless 3D motion tracking systems determine the most relevant object in the screen and then track it by continuously estimating its projection features (center and area) from the edge image and a point inside the relevant object projection (namely, inner point), until the tracking fails. Existing object pr… ▽ More

    Submitted 29 February, 2012; originally announced February 2012.

    Comments: arXiv admin note: substantial text overlap with arXiv:1111.3969

  11. arXiv:1202.6583  [pdf, ps, other

    cs.CL cs.FL

    A Lexical Analysis Tool with Ambiguity Support

    Authors: Luis Quesada, Fernando Berzal, Francisco J. Cortijo

    Abstract: Lexical ambiguities naturally arise in languages. We present Lamb, a lexical analyzer that produces a lexical analysis graph describing all the possible sequences of tokens that can be found within the input string. Parsers can process such lexical analysis graphs and discard any sequence of tokens that does not produce a valid syntactic sentence, therefore performing, together with Lamb, a contex… ▽ More

    Submitted 29 February, 2012; originally announced February 2012.

  12. arXiv:1111.3970  [pdf, ps, other

    cs.SE cs.FL

    A Tool for Model-Based Language Specification

    Authors: Luis Quesada, Fernando Berzal, Juan-Carlos Cubero

    Abstract: Formal languages let us define the textual representation of data with precision. Formal grammars, typically in the form of BNF-like productions, describe the language syntax, which is then annotated for syntax-directed translation and completed with semantic actions. When, apart from the textual representation of data, an explicit representation of the corresponding data structure is required, th… ▽ More

    Submitted 16 November, 2011; originally announced November 2011.

  13. arXiv:1111.3969  [pdf, ps, other

    cs.CV cs.GR

    The Object Projection Feature Estimation Problem in Unsupervised Markerless 3D Motion Tracking

    Authors: Luis Quesada, Alejandro J. León

    Abstract: 3D motion tracking is a critical task in many computer vision applications. Existing 3D motion tracking techniques require either a great amount of knowledge on the target object or specific hardware. These requirements discourage the wide spread of commercial applications based on 3D motion tracking. 3D motion tracking systems that require no knowledge on the target object and run on a single low… ▽ More

    Submitted 18 November, 2011; v1 submitted 16 November, 2011; originally announced November 2011.

  14. arXiv:1110.1716  [pdf, ps, other

    cs.FL

    Treating Insomnia, Amnesia, and Acalculia in Regular Expression Matching

    Authors: Luis Quesada, Fernando Berzal, Francisco J. Cortijo

    Abstract: Regular expressions provide a flexible means for matching strings and they are often used in data-intensive applications. They are formally equivalent to either deterministic finite automata (DFAs) or nondeterministic finite automata (NFAs). Both DFAs and NFAs are affected by two problems known as amnesia and acalculia, and DFAs are also affected by a problem known as insomnia. Existing techniques… ▽ More

    Submitted 5 November, 2011; v1 submitted 8 October, 2011; originally announced October 2011.

  15. arXiv:1110.1470  [pdf, ps, other

    cs.CL

    A Constraint-Satisfaction Parser for Context-Free Grammars

    Authors: Luis Quesada, Fernando Berzal, Francisco J. Cortijo

    Abstract: Traditional language processing tools constrain language designers to specific kinds of grammars. In contrast, model-based language specification decouples language design from language processing. As a consequence, model-based language specification tools need general parsers able to parse unrestricted context-free grammars. As languages specified following this approach may be ambiguous, parsers… ▽ More

    Submitted 2 February, 2012; v1 submitted 7 October, 2011; originally announced October 2011.

  16. arXiv:1109.1231  [pdf, other

    cs.AI

    A Combinatorial Optimisation Approach to Designing Dual-Parented Long-Reach Passive Optical Networks

    Authors: Hadrien Cambazard, Deepak Mehta, Barry O'Sullivan, Luis Quesada, Marco Ruffini, David Payne, Linda Doyle

    Abstract: We present an application focused on the design of resilient long-reach passive optical networks. We specifically consider dual-parented networks whereby each customer must be connected to two metro sites via local exchange sites. An important property of such a placement is resilience to single metro node failure. The objective of the application is to determine the optimal position of a set of m… ▽ More

    Submitted 6 September, 2011; originally announced September 2011.

    Comments: University of Ulster, Intelligent System Research Centre, technical report series. ISSN 2041-6407

    Journal ref: Proceedings of the 22nd Irish Conference on Artificial Intelligence and Cognitive Science (AICS 2011), pp. 26-35, Derry, UK

  17. arXiv:1107.4687  [pdf, ps, other

    cs.CL

    Fence - An Efficient Parser with Ambiguity Support for Model-Driven Language Specification

    Authors: Luis Quesada, Fernando Berzal, Francisco J. Cortijo

    Abstract: Model-based language specification has applications in the implementation of language processors, the design of domain-specific languages, model-driven software development, data integration, text mining, natural language processing, and corpus-based induction of models. Model-based language specification decouples language design from language processing and, unlike traditional grammar-driven app… ▽ More

    Submitted 7 October, 2011; v1 submitted 23 July, 2011; originally announced July 2011.