Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Grammar Syntax and Linguistics

Tags:

grammar

bnf

I REALLY need a description of the english sentence structure in a way that can be translated by machine and is strictly rule based(no statistical stuff), it doesn't have to be a context-free grammar but that would be preferable(as it can't be and fully describe it). The best I've found was for a BNF but it was really basic. I need something that has no exceptions except where ambigious. Any links?

like image 479
Sweating Avatar asked Dec 31 '09 11:12

Sweating


2 Answers

Start with A Comprehensive Grammar of the English Language by Quirk et al. It's good to read that you're not looking for a context-free grammar for English, as English is not a context-free language. I don't think any natural languages are context-free.

like image 55
High Performance Mark Avatar answered Oct 11 '22 19:10

High Performance Mark


I am also looking into a similar issue and I will share the best that I found: http://lands.let.kun.nl/TSpublic/dreumel/formal_grammar_english.en.html

This is dependent upon the AGFL variant of grammar descriptions: http://www.agfl.cs.ru.nl/

like image 32
torial Avatar answered Oct 11 '22 19:10

torial