Package parser_course :: Package small_parsers :: Module simple_earley_recognizer
[hide private]
[frames] | no frames]

Module simple_earley_recognizer

source code

Classes [hide private]
  EarleyRecognizer
Recognize strings in self.data using Earley's alg
  chart_edge_info
Basic chart edge data structure::
Functions [hide private]
 
matching_edge(edge_info_list, edge_info)
Return edge_info structure matching edge_info if there is one.
source code
Function Details [hide private]

matching_edge(edge_info_list, edge_info)

source code 

Return edge_info structure matching edge_info if there is one. Else return False