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",
]