scispace - formally typeset
L

Lincoln Wallen

Researcher at University of Edinburgh

Publications -  66
Citations -  921

Lincoln Wallen is an academic researcher from University of Edinburgh. The author has contributed to research in topics: Parsing & Parser combinator. The author has an hindex of 11, co-authored 66 publications receiving 715 citations.

Papers
More filters
Book ChapterDOI

Dynamic Time Warping

TL;DR: Two programs are provided, one that generates Ipc and autocorrelation coefficients from the speech utterances and the other that, using dynamic programming, compares the test utterance with the reference utterance and finds the best match.
Book ChapterDOI

Truth Maintenance System

TL;DR: RUP’s TMS aiso ensures that there is an entry on a contradiction queue for every propositional clause all of whose atoms are false.
Book ChapterDOI

Dempster-Shafer Theory

TL;DR: This is a theory of evidence potentially suitable for knowledge-based systems based on “basic probabilities” which can be visualized as probability masses that are constrained to stay within the subset with which they are associated, but are free to move over every point in the subset.
Book ChapterDOI

Breadth-First Search

TL;DR: An uninformed graph searching strategy in which each level is searched before going to the next deeper level, which guarantees finding the shortest path to the node sought first.
Book ChapterDOI

Depth-First Search

TL;DR: An uninformed graph searching strategy which searches the graph by exploring each possible path through it until either the required solution or a previously encountered node is encountered, which is neither guaranteed to produce the shortest path to the solution if one exists, nor to find a solution evenif one exists.