Journal of Information Processing
Online ISSN : 1882-6652
ISSN-L : 1882-6652
Towards Practical Typechecking for Macro Forest Transducers
Kazuhiro AbeKeisuke Nakano
Author information
JOURNAL FREE ACCESS

2017 Volume 25 Pages 962-974

Details
Abstract

Macro tree transducers (MTTs) and macro forest transducers (MFTs) have been used as good models of tree-structured data transformations such as XML transformations. Typechecking of transformations in these models is performed to verify if any tree of an input type is always transformed into a tree of an output type, which is useful for validating XML transformations against given XML schemata. In typechecking problems for MTTs and MFTs, each “type” is usually given by a tree automaton. A naive implementation of a typechecking algorithm is very inefficient because its time complexity is beyond exponential to the number of states of tree automata, and a large number of equivalence checking operations over finite maps are required. For typechecking of MTTs, Frisch and Hosoya proposed an efficient and practical algorithm by using alternating tree automata as an internal representation of types and reducing the problem to satisfiability checking over first-order logic formulae. In this paper, we extend their typechecking method to apply it to MFTs that are more expressive than MTTs. Our implementation of the proposed method shows that it performs typechecking for relatively simple cases in a reasonable time.

Content from these authors
© 2017 by the Information Processing Society of Japan
Previous article Next article
feedback
Top