Sciweavers

615 search results - page 94 / 123
» Unsupervised Semantic Parsing
Sort
View
DC
2001
13 years 11 months ago
A Metadata Kernel for Electronic Permanence
This paper presents a streamlined metadata record format designed to support the permanence of network discoverable objects. It starts with the Dublin Core consensus and distills ...
John A. Kunze
TREC
2001
13 years 11 months ago
The QUANTUM Question Answering System
We participated to the TREC-X QA main task and list task with a new system named QUANTUM, which analyzes questions with shallow parsing techniques and regular expressions. Instead...
Luc Plamondon, Guy Lapalme, Leila Kosseim
COLING
1996
13 years 11 months ago
Learning dialog act processing
In this paper we describe a new approach for learning dialog act processing. In this approach we integrate a symbolic semantic segmentation parse,: with a learning dialog act netw...
Stefan Wermter, Matthias Lochel
COLING
1990
13 years 10 months ago
A Logic-Based Government-Binding Parser for Mandarin Chinese
Mandarin Chinese is a highly flexible and context-sensitive language. It is difficult to do the case marking and index assignment during the parsing of Chinese sentences. This pap...
Hsin-Hsi Chen
ICFP
2010
ACM
13 years 10 months ago
Total parser combinators
A monadic parser combinator library which guarantees termination of parsing, while still allowing many forms of left recursion, is described. The library's interface is simil...
Nils Anders Danielsson