Skip to content

Commit ff10ad3

Browse files
Remove duplicate/unnecessary code after proper analysis
REMOVED (Duplicate Code): - backend/src/ - DUPLICATE of src/ (same files in both locations) - backend/santok/ - DUPLICATE of santok/ package - backend/setup.py - Duplicate setup file - backend/demo_complete_workflow.py - Demo file, not production - backend/run_all_python.py - Utility script, not production REMOVED (Development Utilities): - collect_python_files.py - Dev utility (not production code) - create_santok_zip.py - Dev utility (not production code) - package_backend.py - Dev utility (not production code) - run_all_python.py - Dev utility (not production code) - verify_installation.py - Dev utility (not production code) REMOVED (Temporary Files): - examples/tmp*.py - Temporary Python files KEPT (Essential Production Code): - santok/ - Core package (used by run.py, start.py, setup.py) - src/ - Main source code (used by main.py, santok_cli.py, train_santok_complete.py) - enhanced_semantic_trainer/ - Used by santok_cli.py - examples/ - User examples (helpful for users) - All entry points (main.py, run.py, start.py, santok_cli.py, train_santok_complete.py) - setup.py, README.md, requirements.txt
1 parent 827d409 commit ff10ad3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+0
-17301
lines changed

backend/demo_complete_workflow.py

Lines changed: 0 additions & 570 deletions
This file was deleted.

backend/run_all_python.py

Lines changed: 0 additions & 208 deletions
This file was deleted.

backend/santok/__init__.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

backend/santok/cli.py

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
 (0)