rupesh4514 / grammatical-framework

Automatically exported from code.google.com/p/grammatical-framework
0 stars 0 forks source link

dangling forest ids in the type errors returned from the parser. #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The parser type checks the abstract syntax trees in the parse forest and if 
there are any errors then they are reported together with the forest id of the 
place where the error is. However the reported forest id may not be certified 
and in this case it will not point to any phrase in the bracketed string. If 
this happens then the parser should look for the closest covering forest id.

Original issue reported on code.google.com by kr.ange...@gmail.com on 30 Aug 2010 at 7:14