Tree Transducer
From Cohen Courses
Jump to navigationJump to search
A tree transducer takes a tree as input and produces another tree. It is similar to a finite state transducer (FST) but operates on trees rather than strings. Weighted tree transducers are commonly used in machine translation.