Exemplo n.º 1
0
def process_tableAC():
    for (left, right) in process_tableXY("tableac.txt"):
        ac[left].append(right)
Exemplo n.º 2
0
def process_tableAB():
    for (left, right) in process_tableXY("tableab.txt"):
        ab[left].append(right)
Exemplo n.º 3
0
def process_tableBC():
    for (left, right) in process_tableXY("tablebc.txt"):
        bc[left].append(right)
Exemplo n.º 4
0
def process_tableBC():
    for (left, right) in process_tableXY("tablebc.txt"):
        bc[left].append(right)
        for entry in suffixes:
            if entry.cat == right:
                suffixes_for_cat[left].append(entry)
Exemplo n.º 5
0
def process_tableAB():
    for (left, right) in process_tableXY("tableab.txt"):
        ab[left].append(right)
        for entry in prefixes:
            if entry.cat == left:
                prefixes_for_cat[right].append(entry)
Exemplo n.º 6
0
def process_tableAC():
    for (left, right) in process_tableXY("tableac.txt"):
        ac[left].append(right)
Exemplo n.º 7
0
def process_tableBC():
    for (left, right) in process_tableXY("tablebc.txt"):
        bc[left].append(right)
Exemplo n.º 8
0
def process_tableAB():
    for (left, right) in process_tableXY("tableab.txt"):
        ab[left].append(right)