this repo is essentialy just my masters thesis.
Provides Vue frontend to experiment with the project. For techical details please reffer to README.md in ~/frontend/
Provides Django backend that is using:
- TransformersLMEngine - mainly Gpt2OddballnessEngine and BertOddballnessEngine For technical details please reffer to README.md in ~/backend/
This is stand-alone html creator. To generate a webpage with words colored according to their oddballness, run:
- install python requirements.txt
cd scripts
cat <text file> | python oddballness_create_html.py > your_result.html
- install
python -m spacy download en_core_web_sm
The script will prompt you with the detailed oddballness for each word, as well as create html page with the name: gpt2_parsed_document_.html. It also outputs the result to STDIN.