Skip to content

this repo will essentialy be just my masters thesis. It will probably be shared across other git repositories to allow for large corpus files.

Notifications You must be signed in to change notification settings

huntekah/MastersThesis

Repository files navigation

MastersThesis

this repo is essentialy just my masters thesis.

frontend

Provides Vue frontend to experiment with the project. For techical details please reffer to README.md in ~/frontend/

backend

Provides Django backend that is using:

  • TransformersLMEngine - mainly Gpt2OddballnessEngine and BertOddballnessEngine For technical details please reffer to README.md in ~/backend/

scripts

Oddballness html creator

This is stand-alone html creator. To generate a webpage with words colored according to their oddballness, run:

  1. install python requirements.txt
  2. cd scripts
  3. cat <text file> | python oddballness_create_html.py > your_result.html
  4. 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.

About

this repo will essentialy be just my masters thesis. It will probably be shared across other git repositories to allow for large corpus files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published