Beispiel #1
0
def update( q, a):
    qae.update(W[q], WA[a])
Beispiel #2
0
def update_paraphrase( w1, w2):
    qae.update(W[w1], W[w2])