0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Aug 22, 2024 — Aug 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
removed lastbook_id_core generation from AllMessages More... over 14 years ago
still unfinished: trying to add id and lastbook_id stuff to all messages. trying to this via generate_message() and add_identification_to_message() BUT that lastbook_id stuff (aka lastbook_id_core) is not genuinely in propositions but is added AFTER the fact by AllMessages(). More... over 14 years ago
unfinished: adding title, authors, lastbook_title, lastbook_authors to messages other than id (w/in generate_message()) More... over 14 years ago
merges messages 'id_core' and 'id_additional' to 'id' More... over 14 years ago
minor fix: filerule() now has a return value and "creates" the rules on its own. More... over 14 years ago
fixed gendocplans: accepts querynumber int and prints as well as returns docplans More... over 14 years ago
fixed helper functions: genprops, genmessages now accept integers of a query instead of argv[10] style queries. genmessages now returns a Messages instance instead of a list of messages More... over 14 years ago
minor edit: fixed comment More... over 14 years ago
FIXED ERROR: genrule_book_similarities now combines Elaboration(id_usermodelmatch, lastbook_match) instead of Elaboration(id_usermodelmatch, lastbook_nomatch) More... over 14 years ago
renamed Propositions().other_propositions to already_used_propositions More... over 14 years ago
new ERROR: changes in get_conditions (calling __name_eval) seem to produce incomplete docplans (where there were no docplans produced at all before), cf. argv[10], book=9. More... over 14 years ago
added exception handler to __bottom_up_search(). More... over 14 years ago
added: Rule()s to account for comparisons w/out a lastbook_match: genrule_no_lastbookmatch_statement, no_similarities_concession1/2. added: helper function test_all_docplans(). added: exception handling for find_applicable_rules() More... over 14 years ago
book_score now completely integrated: DocPlan(), DocumentPlans(), bottom_up_plans() More... over 14 years ago
added book_score to Messages.book_score More... over 14 years ago
added book_score to Propositions.book_score More... over 14 years ago
added book_score to Facts.query_facts More... over 14 years ago
renamed book_score to book_matches and get_book_score() to get_number_of_book_matches() More... over 14 years ago
renamed maxscore to possible_matches and get_maxscore() to get_number_of_possible_matches(). fixed AllPropositions.__str__(). More... over 14 years ago
added genrule_book_similarities More... over 14 years ago
Rule.__name_eval now handles ALL messages that were passed to Rule() -- not only those mentioned in Rule.inputs. added new Rule()s: genrule_id_usermodelmatch_extra, genrule_book_differences2. More... over 14 years ago
added update_messages(): debug function to check which rules can be applied consecutively. added genrule_id_usermodelmatch(): Elaboration(id_complete, usermodel_match), iff there's no usermodel_nomatch. More... over 14 years ago
added __str__() to Rules(). document_planner.py: commented out string processing stuff. More... over 14 years ago
added Rule()s to generate document plans w/out a lastbook_match Message() added find_applicable_rules(): lists all rules that can be directly applied to a list of Message()s msgtypes(): now handles ConstitutentSet()s as well More... over 14 years ago
findrules() now lists Rule() names (aka methods beginning w/ genrule_). to achieve this, a Rules() instance now features a self.rules list AND a self.rule_dict dictionary. More... over 14 years ago
added DocumentPlans(); msgtypes() now handles Messages() instances as well as lists of Message() instances More... over 14 years ago
added gendocplans() for debugging -- generates all DocumentPlan()s for Messages() instance More... over 14 years ago
added findrule(): find rules based on their type or one of their attrbutes. added genrule_additional_extra_sequence() to cover books w/ an extra message and a lastbook. More... over 14 years ago
added msgtypes(): print message types of a messages in a list More... over 14 years ago
added more erroneous queries to 'error_argv' More... over 14 years ago