Related articles |
---|
Language inference tool ? pocky6@gmail.com (Vivien Parlat) (2010-11-29) |
Re: Language inference tool ? gneuner2@comcast.net (George Neuner) (2010-12-01) |
Re: Language inference tool ? torbenm@diku.dk (2010-12-01) |
Re: Language inference tool ? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2010-12-02) |
Re: Language inference tool ? valeriocavadini@hotmail.com (Valerio Cavadini) (2010-12-04) |
Re: Language inference tool ? gneuner2@comcast.net (George Neuner) (2010-12-05) |
From: | George Neuner <gneuner2@comcast.net> |
Newsgroups: | comp.compilers |
Date: | Wed, 01 Dec 2010 01:42:48 -0500 |
Organization: | A noiseless patient Spider |
References: | 10-11-040 |
Keywords: | tools, design |
Posted-Date: | 02 Dec 2010 16:04:11 EST |
On Mon, 29 Nov 2010 05:01:15 -0800 (PST), Vivien Parlat
<pocky6@gmail.com> wrote:
>My job requires me to work with a no-more-supported and unknown
>language.
Perhaps someone can identify the language if you can say what domain
you're working in and what tools are (or were) being used.
>I'm considering the idea of building tools in order to
>facilitate the work with it, but defining its grammar manually could
>be very tedious. Does anybody know a free software which could
>do grammar inference for me ?
I'm afraid I don't know of any free or open source tools for grammar
inference. There is quite a bit of research into NLP inductive
learning, and I've read some claims of successful machine learning of
the grammar of various human languages, but I've not seen any of the
software involved.
I understand that you don't want to be implementing tools to make
tools, but perhaps you should look into some of the NLP research and
maybe contact some the authors about their programs. There might be
something you can adapt to your purpose.
George
Return to the
comp.compilers page.
Search the
comp.compilers archives again.