SYMBOL INDEX (25 symbols across 4 files) FILE: examples/matching.py function perform_action (line 49) | def perform_action(action, item, subject, relation=None, FILE: examples/parser_input.py function main (line 6) | def main(): FILE: lango/matcher.py function match_rules (line 6) | def match_rules(tree, rules, fun=None, multi=False): function match_rules_context (line 50) | def match_rules_context(tree, rules, parent_context={}): function cross_context (line 74) | def cross_context(contextss): function match_rules_context_multi (line 95) | def match_rules_context_multi(tree, rules, parent_context={}): function match_template (line 119) | def match_template(tree, template, args=None): function match_tokens (line 140) | def match_tokens(tree, tokens, args): function get_tokens (line 214) | def get_tokens(tokens): function get_object (line 245) | def get_object(tree): function get_object_lower (line 270) | def get_object_lower(tree): function get_raw (line 274) | def get_raw(tree): function get_raw_lower (line 291) | def get_raw_lower(tree): FILE: lango/parser.py class Parser (line 7) | class Parser: method __init__ (line 9) | def __init__(): method parse (line 12) | def parse(self, sent): class OldStanfordLibParser (line 16) | class OldStanfordLibParser(Parser): method __init__ (line 19) | def __init__(self): method parse (line 22) | def parse(self, line): class StanfordLibParser (line 37) | class StanfordLibParser(OldStanfordLibParser): method __init__ (line 39) | def __init__(self): class StanfordServerParser (line 46) | class StanfordServerParser(Parser, GenericStanfordParser): method __init__ (line 48) | def __init__(self, host='localhost', port=9000, properties={}): method _make_tree (line 60) | def _make_tree(self, result): method parse (line 63) | def parse(self, sent):