
import KCALLMMainGenEmbedding


if __name__ == "__main__":


    # -----------------> TEST <----------------------
    #text = "Eau avec des bulles"
    text = "jus d'orange avec du gingembre"
    # -----------------------------------------------

    fullUpdate = 0
    KCALLMMainGenEmbedding.runUpdateAndRunBasicTest(text, fullUpdate)
