2016
DOI: 10.13053/rcs-117-1-2
|View full text |Cite
|
Sign up to set email alerts
|

A Modified Earley Parser for Huge Natural Language Grammars

Abstract: For almost a half century Earley parser has been used in the parsing of context-free grammars and it is considered as a touch-stone algorithm in the history of parsing algorithms. On the other hand, it is also known for being expensive from its time requirement and memory usage perspectives. For huge context-free grammars, its performance is not good since its time complexity also depends on the number of rules in the grammar. The time complexity of the original Earley parser is O(R 2 N 3 ) where N is the stri… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2

Citation Types

0
3
0

Year Published

2017
2017
2024
2024

Publication Types

Select...
2
1

Relationship

1
2

Authors

Journals

citations
Cited by 3 publications
(3 citation statements)
references
References 12 publications
0
3
0
Order By: Relevance
“…Though our purpose might seem irrelevant at first sight, in this study we use a grammar parser to find possible translations. We modified the original Earley parser to make it much faster in matching and more efficient in memory usage for our purpose [30].…”
Section: Translation Componentmentioning
confidence: 99%
See 1 more Smart Citation
“…Though our purpose might seem irrelevant at first sight, in this study we use a grammar parser to find possible translations. We modified the original Earley parser to make it much faster in matching and more efficient in memory usage for our purpose [30].…”
Section: Translation Componentmentioning
confidence: 99%
“…After an input sentence passes from the LSC, a radix tree carrying all relevant grammar rules is generated. Relevant rules are gathered from the generalized translation examples which carry similar parts to the input sentence [30]. Our parser, or matcher, scans relevant rules coming with a radix tree, makes use of the lattice files when type information is needed, and tries to find a candidate translation for the sentence in source language.…”
Section: Translation Componentmentioning
confidence: 99%
“…A fast implementation of Earley's algorithm is reported byPolat et al (2016) but does not appear to be public.…”
mentioning
confidence: 99%