anonymous8/RPD-Demo
initial commit
4943752
raw
history blame
337 Bytes
""".. _semantics:
Semantic Constraints
---------------------
Semantic constraints determine if a transformation is valid based on similarity of the semantics of the orignal input and the transformed input.
"""
from . import sentence_encoders
from .word_embedding_distance import WordEmbeddingDistance
from .bert_score import BERTScore