Bilexical context-free grammars (2-LCFGs) have proved to be accurate models for statistical natural language parsing. Existing dynamic programming algorithms used to parse sentences under these models have running time of O(|w|^4), where w is the input string. A 2-LCFG is splittable if the left arguments of a lexical head are always independent of the right arguments, and vice versa. When a 2-LCFGs is splittable, parsing time can be asymptotically improved to O(|w|^3). Testing this property is therefore of central interest to parsing efficiency. In this article, however, we show the negative result that splittability of 2-LCFGs is undecidable
Parsing efficiency is crucial when building practical natural language systems. This paper introduce...
We describe a new algorithm for table-driven parsing with context-free grammars designed to support ...
While natural language is usually analyzed from left to right, bidirectional parsing is very attract...
Bilexical context-free grammars (2-LCFGs) have proved to be accurate models for statistical natural ...
We compare the asymptotic time complexity of left-to-right and bidirectional parsing techniques for ...
Synchronous Context-Free Grammars (SCFGs), also known as syntax-directed translation schemata [1,2],...
We consider the problem of parsing non-recursive context-free grammars, i.e., context-free grammars ...
We consider the problem of parsing non-recursive context-free grammars, i.e., context-free grammars ...
International audienceThis article is a study of an algorithm designed and implemented by Emmanuel R...
In this paper we extend Floyd's notion of parsing by bounded context to define the Bounded Context P...
We demonstrate that an unlexicalized PCFG can parse much more accurately than previously shown, by...
In contrast to the usual depth-first derivations of context-free (CF) grammars, breadth-first deriva...
This paper presents a new parsing algorithm for unrestricted context-free grammars. Basically, it ma...
This paper presents a new parsing algorithm for unrestricted context-free grammars. Basically, it ma...
Parsing efficiency is crucial when building practical natural language systems. This paper introduce...
Parsing efficiency is crucial when building practical natural language systems. This paper introduce...
We describe a new algorithm for table-driven parsing with context-free grammars designed to support ...
While natural language is usually analyzed from left to right, bidirectional parsing is very attract...
Bilexical context-free grammars (2-LCFGs) have proved to be accurate models for statistical natural ...
We compare the asymptotic time complexity of left-to-right and bidirectional parsing techniques for ...
Synchronous Context-Free Grammars (SCFGs), also known as syntax-directed translation schemata [1,2],...
We consider the problem of parsing non-recursive context-free grammars, i.e., context-free grammars ...
We consider the problem of parsing non-recursive context-free grammars, i.e., context-free grammars ...
International audienceThis article is a study of an algorithm designed and implemented by Emmanuel R...
In this paper we extend Floyd's notion of parsing by bounded context to define the Bounded Context P...
We demonstrate that an unlexicalized PCFG can parse much more accurately than previously shown, by...
In contrast to the usual depth-first derivations of context-free (CF) grammars, breadth-first deriva...
This paper presents a new parsing algorithm for unrestricted context-free grammars. Basically, it ma...
This paper presents a new parsing algorithm for unrestricted context-free grammars. Basically, it ma...
Parsing efficiency is crucial when building practical natural language systems. This paper introduce...
Parsing efficiency is crucial when building practical natural language systems. This paper introduce...
We describe a new algorithm for table-driven parsing with context-free grammars designed to support ...
While natural language is usually analyzed from left to right, bidirectional parsing is very attract...