Source code for languagechange.models.meaning.meaning
from abc import ABC
# todo
[docs]
class SGNS(StaticEmbedding):
def __init__(self):
self.align_strategies = {"OP", "SRV", "WI"}
pass
from abc import ABC
# todo
[docs]
class SGNS(StaticEmbedding):
def __init__(self):
self.align_strategies = {"OP", "SRV", "WI"}
pass
Styled using the Piccolo Theme