LICENSE
README.md
pyproject.toml
src/ieeA/__init__.py
src/ieeA/cli.py
src/ieeA.egg-info/PKG-INFO
src/ieeA.egg-info/SOURCES.txt
src/ieeA.egg-info/dependency_links.txt
src/ieeA.egg-info/entry_points.txt
src/ieeA.egg-info/requires.txt
src/ieeA.egg-info/top_level.txt
src/ieeA/compiler/__init__.py
src/ieeA/compiler/chinese_support.py
src/ieeA/compiler/engine.py
src/ieeA/compiler/latex_compiler.py
src/ieeA/defaults/__init__.py
src/ieeA/downloader/__init__.py
src/ieeA/downloader/arxiv.py
src/ieeA/parser/__init__.py
src/ieeA/parser/chunker.py
src/ieeA/parser/latex_parser.py
src/ieeA/parser/structure.py
src/ieeA/rules/__init__.py
src/ieeA/rules/config.py
src/ieeA/rules/examples.py
src/ieeA/rules/glossary.py
src/ieeA/rules/validation_rules.py
src/ieeA/translator/__init__.py
src/ieeA/translator/anthropic_provider.py
src/ieeA/translator/http_provider.py
src/ieeA/translator/llm_base.py
src/ieeA/translator/logger.py
src/ieeA/translator/openai_provider.py
src/ieeA/translator/pipeline.py
src/ieeA/translator/prompts.py
src/ieeA/validator/__init__.py
src/ieeA/validator/engine.py
src/ieeA/validator/rules.py
tests/test_batch_translation.py
tests/test_glossary_preprocessor.py
tests/test_parser_chunk_consistency.py
tests/test_placeholder_restoration.py
tests/test_translation_logger.py
tests/test_universal_corpus.py
tests/test_validator_fixes.py