An Efficient Contex

1. An Efficient Contex.hwp
2. An Efficient Contex.pdf
An Efficient Contex
An Efficient Context-Free Parsing Algorithm - Jay Earley -
■ 요약
◦ context-free grammar에 대한 가장 효율적인 알고리즘
◦ Knuth's LR(k) 알고리즘 및 top-down 알고리즘과 유사
◦ time bound n3 : general
n2 : unambiguos grammar
n : time n grammar
◦ 경험적인 비교결과 top-down 및 bottom-up 알고리즘에 비해 효율적
■ Introduction
◦ context-free grammar의 적용분야
☞ programmimg language의 syntax 표현
natural language의 syntax 표현
◦ context-free grammar에 대한 parsing algorithm의 용도
☞ programming language의 해석
natural language의 이해 및 번역 프로그램
◦ parsing algorithm의 종류
general context-free grammar의 parser
subclass of context-free grammar에 대한 parser : more efficient
◦ 본문의 구성
1. 서론
2. Terminology
3. algorithm에 대한 informal description
4. more detail description
5. formal efficiency property
6. empirical comparison
7. practical use of the algorithm
■ Terminology
◦ symbol : abstract한 entity의 모임
◦ alphabet : symbol들의 유한 집합
....
자연과학