Earley Algorithm

"Malaussène" <tutilus@wanadoo.fr>
19 Apr 2002 11:27:37 -0400

          From comp.compilers

Related articles
Earley Algorithm tutilus@wanadoo.fr (Malaussène) (2002-04-19)
| List of all articles for this month |

From: "Malaussène" <tutilus@wanadoo.fr>
Newsgroups: comp.compilers
Date: 19 Apr 2002 11:27:37 -0400
Organization: Wanadoo, l'internet avec France Telecom
Keywords: parse
Posted-Date: 19 Apr 2002 11:27:37 EDT

[Yesterday, i had posted in comp.development. Someone advise to me to post
in this newsgroup.]


Hi,


I search information about the algorithm for generate the syntactic
tree (with the item's table generate by Earley's algorithm). The
simple method which consists to create the sub-tree as and when
required, didn't run with the ambigous grammar. Jay Earley explained
in his book the different methods (but, i haven't it!).


I saw in the site in berkley's site that i would used the Viterbi
algorithm. It's complex algorithm and it implementation must be
complex. If a person could explain me it, i will be happy !!!


Thanks in advance


--
  Malaussène
[Sorry about my spelling mistake, i'm french.]


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.