Spaces:
Sleeping
Sleeping
File size: 698 Bytes
900df0b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | """
src/reconstruction.py β Backward Compatibility Layer
βββββββββββββββββββββββββββββββββββββββββββββββββββ
β οΈ ΩΨ°Ψ§ Ψ§ΩΩ
ΩΩ ΩΩΨ¨ΩΩ ΩΩΨͺΩΨ§ΩΩ Ω
ΨΉ Ψ§ΩΩΩΨ― Ψ§ΩΩΨ―ΩΩ
ΩΩΨ·.
Ψ³ΩΨͺΩ
ΨΨ°ΩΩ ΩΩ v5.0.
Ψ§ΩΩ
ΩΩΨΉ Ψ§ΩΨ¬Ψ―ΩΨ―: modules/nlp/reconstruction.py
"""
from modules.nlp.reconstruction import (
reconstruct_sentences,
reconstruct_sentences_direct,
extract_bilingual_vocab,
derive_word_corrections,
)
__all__ = [
"reconstruct_sentences",
"reconstruct_sentences_direct",
"extract_bilingual_vocab",
"derive_word_corrections",
]
|