# TDT4130 Project 2023 ## Requirements In order to run this project, you will need the following things: - Poetry - Python 3.11 - Potentially a C/C++ compiler, depending on whether packages come prebuilt for your system - A machine that is not a mac. There is a bug with the precompiled sqlite-spellfix library, that makes it crash on macos. This project has only been tested on x86_64-linux. ## Setup ```console poetry install poetry shell python -m unidic download python main.py -r python main.py ```