__init__(self) | HfstTransducer | |
__init__(self, another) | HfstTransducer | |
__init__(self, t, type) | HfstTransducer | |
__str__(self) | HfstTransducer | |
compare(self, another) | HfstTransducer | |
compose(self, another) | HfstTransducer | |
compose_intersect(self, v, invert=False) | HfstTransducer | |
concatenate(self, another) | HfstTransducer | |
conjunct(self, another) | HfstTransducer | |
convert(self, type, options='') | HfstTransducer | |
copy(self) | HfstTransducer | |
cross_product(self, another) | HfstTransducer | |
determinize(self) | HfstTransducer | |
disjunct(self, another) | HfstTransducer | |
eliminate_flag(self, symbol) | HfstTransducer | |
eliminate_flags(self, symbols) | HfstTransducer | |
extract_longest_paths(self, kwargs) | HfstTransducer | |
extract_paths(self, kwargs) | HfstTransducer | |
extract_shortest_paths(self) | HfstTransducer | |
get_alphabet(self) | HfstTransducer | |
get_name(self) | HfstTransducer | |
get_properties(self) | HfstTransducer | |
get_property(self, property) | HfstTransducer | |
get_type(self) | HfstTransducer | |
has_flag_diacritics(self) | HfstTransducer | |
input_project(self) | HfstTransducer | |
insert_freely(self, ins) | HfstTransducer | |
insert_to_alphabet(self, symbol) | HfstTransducer | |
intersect(self, another) | HfstTransducer | |
invert(self) | HfstTransducer | |
is_automaton(self) | HfstTransducer | |
is_cyclic(self) | HfstTransducer | |
is_implementation_type_available(type) | HfstTransducer | |
is_infinitely_ambiguous(self) | HfstTransducer | |
is_lookup_infinitely_ambiguous(self, tok_input) | HfstTransducer | |
lenient_composition(self, another) | HfstTransducer | |
longest_path_size(self, kwargs) | HfstTransducer | |
lookup_optimize(self) | HfstTransducer | |
minimize(self) | HfstTransducer | |
minus(self, another) | HfstTransducer | |
n_best(self, n) | HfstTransducer | |
number_of_arcs(self) | HfstTransducer | |
number_of_states(self) | HfstTransducer | |
optionalize(self) | HfstTransducer | |
output_project(self) | HfstTransducer | |
priority_union(self, another) | HfstTransducer | |
prune(self) | HfstTransducer | |
push_weights_to_end(self) | HfstTransducer | |
push_weights_to_start(self) | HfstTransducer | |
remove_epsilons(self) | HfstTransducer | |
remove_from_alphabet(self, symbol) | HfstTransducer | |
remove_optimization(self) | HfstTransducer | |
repeat_n(self, n) | HfstTransducer | |
repeat_n_minus(self, n) | HfstTransducer | |
repeat_n_plus(self, n) | HfstTransducer | |
repeat_n_to_k(self, n, k) | HfstTransducer | |
repeat_plus(self) | HfstTransducer | |
repeat_star(self) | HfstTransducer | |
reverse(self) | HfstTransducer | |
set_final_weights(self, weight) | HfstTransducer | |
set_name(self, name) | HfstTransducer | |
set_property(self, property, value) | HfstTransducer | |
shuffle(self, another) | HfstTransducer | |
substitute(self, s, S=None, kwargs) | HfstTransducer | |
subtract(self, another) | HfstTransducer | |
write(self, ostr) | HfstTransducer | |
write_att(self, f, write_weights=True) | HfstTransducer | |
write_att(self, ofile, write_weights=True) | HfstTransducer | |
write_att(self, filename, write_weights=True) | HfstTransducer | |
write_prolog(self, f, name, write_weights=True) | HfstTransducer | |