README.md
pyproject.toml
setup.py
aimsapccoe/__init__.py
aimsapccoe/cli.py
aimsapccoe.egg-info/PKG-INFO
aimsapccoe.egg-info/SOURCES.txt
aimsapccoe.egg-info/dependency_links.txt
aimsapccoe.egg-info/entry_points.txt
aimsapccoe.egg-info/requires.txt
aimsapccoe.egg-info/top_level.txt
aimsapccoe/core/__init__.py
aimsapccoe/core/scoring.py
aimsapccoe/core/scraper.py
aimsapccoe/core/tokenizer.py
aimsapccoe/secretary/__init__.py
aimsapccoe/secretary/evaluator.py
aimsapccoe/student/__init__.py
aimsapccoe/student/evaluator.py
aimsapccoe/web/__init__.py
aimsapccoe/web/app.py
aimsapccoe/web/static/aimsa.jpeg
aimsapccoe/web/static/script.js
aimsapccoe/web/static/style.css
aimsapccoe/web/templates/index.html
aimsapccoe/web/templates/secretary.html
aimsapccoe/web/templates/student.html
tests/test_evaluators.py
tests/test_tokenizer.py