SPRAAK
|
Public Member Functions | |
def | fst |
def | __init__ |
def | get_next |
starting point in the decoding FST More... | |
def | get_str |
![]() | |
def | __init__ |
items must have the following fields and/or methods next reference to next token type the main type str the text making up this token (optional method, BF: lower level) loc location of the (optional method, BF: lower level) src tuple (first-1,first,last) refering to the lower level More... | |
def | __iter__ |
reference to the dummy token before the first token More... | |
def | get_next |
global note: the 'except' cases are usually the 'normal' cases (python weirdness) More... | |
def | get_type |
def | get_str |
def | get_strs |
def | get_loc |
def | get_src |
![]() | |
def | __init__ |
def | finalize |
def | err_msg |
def | err_dst |
def | rescan |
default action: goto to the destination state defined in fst.err_arc More... | |
def | match |
greedy match More... | |
def spr_parser.TokenSeqC.__init__ | ( | self, | |
name, | |||
tseq_in | |||
) |
def spr_parser.TokenSeqC.fst | ( | ) |
def spr_parser.TokenSeqC.get_next | ( | self, | |
tref | |||
) |
starting point in the decoding FST
def spr_parser.TokenSeqC.get_str | ( | self, | |
tref | |||
) |