Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grammar Induction Program - Squitor

Does anyone know of a program that does grammar induction? For example, where can I find the source code for the REQUITER Context Free Grammar program?


1 Answers

There are several implementations of the Sequitor (or Neville-Manning) algorithm available here. The page appears to be maintained by Neville-Manning and Witten, and links to implementations of the Sequitor algorithm in C++ and Java.

There is a C# implementation of the Lempel-Ziv-Welch algorithm called SharpLZW. The Lempel-Ziv-Welch and Sequitor algorithms both deterministically construct context-free grammars and are very efficient. The specific application you intend might require a different type of algorithm, however.

The majority of the research on grammar induction that I have encountered focuses on genetic algorithms. Unfortunately, I am unqualified to comment on them. Perhaps someone else can.

like image 75
emi Avatar answered Mar 03 '26 03:03

emi



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!