Spaces:
Sleeping
Sleeping
File size: 337 Bytes
4a1df2e |
1 2 3 4 5 6 7 8 9 10 11 |
""".. _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
|