Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Aunsiels/pyformlang
/ functions
Functions
945 in github.com/Aunsiels/pyformlang
⨍
Functions
945
◇
Types & classes
98
Method
__and__
(self, other)
pyformlang/fst/fst.py:311
Method
__and__
Computes the intersection of two Epsilon NFAs Parameters ---------- other : :class:`~pyformlang.finite_automaton.EpsilonNFA`
pyformlang/finite_automaton/epsilon_nfa.py:625
Method
__bool__
(self)
pyformlang/indexed_grammar/indexed_grammar.py:175
Method
__bool__
(self)
pyformlang/cfg/set_queue.py:23
Method
__bool__
(self)
pyformlang/cfg/cfg.py:706
Method
__bool__
(self)
pyformlang/finite_automaton/epsilon_nfa.py:901
Method
__call__
(self, s_from: State, input_symbol: Symbol, stack_from: StackSymbol)
pyformlang/pda/transition_function.py:93
Method
__call__
Calls the transition function as a real function Parameters ---------- s_from : :class:`~pyformlang.finite_automaton.State`
pyformlang/finite_automaton/nondeterministic_transition_function.py:126
Method
__call__
Calls the transition function as a real function Parameters ---------- s_from : :class:`~pyformlang.finite_automaton.State`
pyformlang/finite_automaton/transition_function.py:124
Method
__call__
Gives the states obtained after calling a symbol on a state Calls the transition function Parameters ----------- sta
pyformlang/finite_automaton/finite_automaton.py:310
Method
__contains__
(self, word: Iterable[Union[Terminal, str]])
pyformlang/cfg/cfg.py:709
Method
__copy__
(self)
pyformlang/finite_automaton/epsilon_nfa.py:396
Method
__eq__
(self, other)
pyformlang/indexed_grammar/consumption_rule.py:103
Method
__eq__
(self, other)
pyformlang/indexed_grammar/production_rule.py:107
Method
__eq__
(self, other)
pyformlang/indexed_grammar/end_rule.py:92
Method
__eq__
(self, other)
pyformlang/indexed_grammar/duplication_rule.py:99
Method
__eq__
(self, other)
pyformlang/rsa/box.py:99
Method
__eq__
(self, other)
pyformlang/rsa/recursive_automaton.py:180
Method
__eq__
(self, other)
pyformlang/cfg/cyk_table.py:125
Method
__eq__
(self, other)
pyformlang/cfg/terminal.py:9
Method
__eq__
(self, other)
pyformlang/cfg/variable.py:21
Method
__eq__
(self, other)
pyformlang/cfg/production.py:49
Method
__eq__
(self, other)
pyformlang/pda/state.py:35
Method
__eq__
(self, other)
pyformlang/pda/stack_symbol.py:35
Method
__eq__
(self, other)
pyformlang/pda/symbol.py:31
Method
__eq__
(self, other)
pyformlang/finite_automaton/epsilon.py:24
Method
__eq__
(self, other: Any)
pyformlang/finite_automaton/state.py:35
Method
__eq__
(self, other: Any)
pyformlang/finite_automaton/symbol.py:24
Method
__eq__
(self, other)
pyformlang/finite_automaton/finite_automaton.py:686
Method
__hash__
(self)
pyformlang/rsa/box.py:102
Method
__hash__
(self)
pyformlang/cfg/cyk_table.py:130
Method
__hash__
(self)
pyformlang/cfg/terminal.py:15
Method
__hash__
(self)
pyformlang/cfg/variable.py:32
Method
__hash__
(self)
pyformlang/cfg/production.py:44
Method
__hash__
(self)
pyformlang/pda/state.py:19
Method
__hash__
(self)
pyformlang/pda/stack_symbol.py:30
Method
__hash__
(self)
pyformlang/pda/symbol.py:17
Method
__hash__
(self)
pyformlang/finite_automaton/epsilon.py:21
Method
__hash__
(self)
pyformlang/finite_automaton/state.py:30
Method
__hash__
(self)
pyformlang/finite_automaton/symbol.py:29
Method
__init__
(self, head: Variable, body: List[CFGObject], head_feature, body_features, filtering=True)
pyformlang/fcfg/feature_production.py:24
Method
__init__
(self, production: FeatureProduction, positions: Tuple[int, int, int],
pyformlang/fcfg/state.py:13
Method
__init__
(self, size: int)
pyformlang/fcfg/state.py:43
Method
__init__
(self, value=None)
pyformlang/fcfg/feature_structure.py:27
Method
__init__
(self, variables: AbstractSet[Variable] = None, terminals: AbstractSet[Termi
pyformlang/fcfg/fcfg.py:57
Method
__init__
(self, f_param: Any, left: Any, right: Any)
pyformlang/indexed_grammar/consumption_rule.py:34
Method
__init__
(self, left, right, prod)
pyformlang/indexed_grammar/production_rule.py:32
Method
__init__
(self, rules: Rules, start_variable: Any = "S")
pyformlang/indexed_grammar/indexed_grammar.py:25
Method
__init__
(self, left, right)
pyformlang/indexed_grammar/end_rule.py:30
Method
__init__
(self, left_term, right_term0, right_term1)
pyformlang/indexed_grammar/duplication_rule.py:36
Method
__init__
(self, rules: Iterable[ReducedRule], conso_rules: Dict[Any, ConsumptionRule])
pyformlang/indexed_grammar/rule_ordering.py:28
Method
__init__
(self, rules: Iterable[ReducedRule], optim: int = 7)
pyformlang/indexed_grammar/rules.py:33
Method
__init__
(self, enfa: EpsilonNFA, nonterminal: Union[Symbol, str])
pyformlang/rsa/box.py:25
Method
__init__
(self, start_box: Box, boxes: AbstractSet[Box])
pyformlang/rsa/recursive_automaton.py:29
Method
__init__
(self)
pyformlang/cfg/set_queue.py:7
Method
__init__
(self)
pyformlang/cfg/epsilon.py:10
Method
__init__
(self, cfg, word)
pyformlang/cfg/cyk_table.py:19
Method
__init__
(self, value, left_son=None, right_son=None)
pyformlang/cfg/cyk_table.py:115
Method
__init__
(self, cfg)
pyformlang/cfg/llone_parser.py:22
Method
__init__
(self, value)
pyformlang/cfg/parse_tree.py:12
Method
__init__
(self, value: Any)
pyformlang/cfg/cfg_object.py:17
Method
__init__
(self, terminals, variables)
pyformlang/cfg/pda_object_creator.py:10
Method
__init__
(self, value)
pyformlang/cfg/variable.py:16
Method
__init__
(self, head: Variable, body: List[CFGObject], filtering=True)
pyformlang/cfg/production.py:23
Method
__init__
(self, cfg)
pyformlang/cfg/recursive_decent_parser.py:32
Method
__init__
(self, variables: AbstractSet[Union[Variable, str]] = None, terminals: Abstr
pyformlang/cfg/cfg.py:58
Method
__init__
(self)
pyformlang/regular_expression/regex_objects.py:142
Method
__init__
(self)
pyformlang/regular_expression/regex_objects.py:159
Method
__init__
(self)
pyformlang/regular_expression/regex_objects.py:184
Method
__init__
(self)
pyformlang/regular_expression/regex_objects.py:200
Method
__init__
(self)
pyformlang/regular_expression/regex_objects.py:208
Method
__init__
(self, message: str, regex: str)
pyformlang/regular_expression/regex_objects.py:218
Method
__init__
(self, regex: str)
pyformlang/regular_expression/regex_reader.py:22
Method
__init__
(self, regex)
pyformlang/regular_expression/regex.py:88
Method
__init__
(self, python_regex)
pyformlang/regular_expression/python_regex.py:101
Method
__init__
(self)
pyformlang/pda/epsilon.py:10
Method
__init__
(self, value)
pyformlang/pda/state.py:14
Method
__init__
(self)
pyformlang/pda/utils.py:14
Method
__init__
(self, value)
pyformlang/pda/stack_symbol.py:14
Method
__init__
(self)
pyformlang/pda/transition_function.py:13
Method
__init__
(self, value)
pyformlang/pda/symbol.py:14
Method
__init__
(self, states, stack_symbols)
pyformlang/pda/cfg_variable_converter.py:9
Method
__init__
(self, states: AbstractSet[Any] = None, input_symbols: AbstractSet[Any] = No
pyformlang/pda/pda.py:60
Method
__init__
(self, states_pda, states_dfa)
pyformlang/pda/pda.py:674
Method
__init__
(self)
pyformlang/fst/fst.py:15
Method
__init__
(self)
pyformlang/fst/fst.py:553
Method
__init__
(self)
pyformlang/finite_automaton/epsilon.py:18
Method
__init__
(self, value)
pyformlang/finite_automaton/state.py:25
Method
__init__
(self, n_states, symbols)
pyformlang/finite_automaton/hopcroft_processing_list.py:13
Method
__init__
(self, states: AbstractSet[State] = None, input_symbols: AbstractSet[Symbol]
pyformlang/finite_automaton/deterministic_finite_automaton.py:105
Method
__init__
(self)
pyformlang/finite_automaton/nondeterministic_transition_function.py:27
Method
__init__
(self, s_from: State, symb_by: Symbol, s_to: State,
pyformlang/finite_automaton/transition_function.py:225
Method
__init__
(self)
pyformlang/finite_automaton/doubly_linked_list.py:9
Method
__init__
(self, n_states)
pyformlang/finite_automaton/partition.py:11
Method
__init__
(self, value: Any)
pyformlang/finite_automaton/finite_automaton_object.py:17
Method
__init__
(self)
pyformlang/finite_automaton/finite_automaton.py:40
Method
__init__
(self, list_in, next_node=None, previous_node=None,
pyformlang/finite_automaton/doubly_linked_node.py:7
Method
__init__
( self, states: AbstractSet[State] = None, input_symbols: AbstractSet[Symb
pyformlang/finite_automaton/epsilon_nfa.py:67
Method
__invert__
Reverse the current CFG Returns ---------- new_cfg : :class:`~pyformlang.cfg.CFG` Reverse the current CFG
pyformlang/cfg/cfg.py:682
Method
__invert__
Compute the reversed EpsilonNFA Returns --------- enfa : :class:`~pyformlang.finite_automaton.EpsilonNFA` The re
pyformlang/finite_automaton/epsilon_nfa.py:737
← previous
next →
401–500 of 945, ranked by callers