Constants
- pyfcg.grammar.DEFAULT_CXN_ATTRIBUTES = {'label': 'cxn', 'score': 0.5}
- pyfcg.grammar.DEFAULT_FEATURE_TYPES = [['form', 'set-of-predicates', ':handle-regex-sequences'], ['meaning', 'set-of-predicates'], ['form-args', 'sequence'], ['meaning-args', 'sequence'], ['subunits', 'set'], ['args', 'sequence'], ['footprints', 'set']]
- pyfcg.grammar.DEFAULT_GRAMMAR_CONFIGURATION = {'category-linking-mode': ':neighbours', 'construction-inventory-processor-mode': ':heuristic-search', 'cxn-supplier-mode': ':all-cxns', 'de-render-mode': ':de-render-sequence-predicates', 'draw-meaning-as-network': True, 'heuristic-value-mode': ':sum-heuristics-and-parent', 'heuristics': [':cxn-score'], 'initial-categorial-link-weight': 0.0, 'max-nr-of-nodes': 250, 'max-search-depth': 25, 'node-expansion-mode': ':full-expansion', 'node-tests': [':check-duplicate', ':restrict-nr-of-nodes', ':restrict-search-depth'], 'parse-goal-tests': [':no-applicable-cxns', ':no-sequence-in-root'], 'production-goal-tests': [':no-applicable-cxns', ':no-meaning-in-root'], 'render-mode': ':render-sequences', 'search-algorithm': ':best-first'}
- pyfcg.grammar.DEFAULT_GRAMMAR_VISUALIZATION_CONFIGURATION = {'hide-features': ['footprints'], 'show-constructional-dependencies': True}
- pyfcg.grammar.DEFAULT_HIERARCHY_FEATURES = ['subunits']
- pyfcg.propbank.TRAINING_CONFIGURATION = {'construction-inventory-processor-mode': ':heuristic-search', 'cxn-supplier-mode': ':hashed-categorial-network', 'de-render-mode': ':de-render-constituents-dependents', 'hash-mode': ':hash-lemma', 'heuristic-value-mode': ':sum-heuristics-and-parent', 'heuristics': [':nr-of-units-matched'], 'learning-modes': [':core-roles', ':argm-leaf', ':argm-pp', ':argm-sbar', ':argm-phrase-with-string'], 'node-expansion-mode': ':full-expansion', 'node-tests': [':check-double-role-assignment'], 'parse-goal-tests': [':no-valid-children'], 'search-algorithm': ':best-first'}