Go to file
Oystein Kristoffer Tveit 211d590a35
Add project slides
2024-04-26 00:49:11 +02:00
.vscode Initial commit 2024-04-26 00:46:44 +02:00
data Initial commit 2024-04-26 00:46:44 +02:00
nix Initial commit 2024-04-26 00:46:44 +02:00
project_report Add project report 2024-04-26 00:49:01 +02:00
project_slides Add project slides 2024-04-26 00:49:11 +02:00
src Initial commit 2024-04-26 00:46:44 +02:00
.gitignore Initial commit 2024-04-26 00:46:44 +02:00
README.md Initial commit 2024-04-26 00:46:44 +02:00
flake.lock Initial commit 2024-04-26 00:46:44 +02:00
flake.nix Initial commit 2024-04-26 00:46:44 +02:00
main.py Initial commit 2024-04-26 00:46:44 +02:00
poetry.lock Initial commit 2024-04-26 00:46:44 +02:00
pyproject.toml Initial commit 2024-04-26 00:46:44 +02:00
todo.md Initial commit 2024-04-26 00:46:44 +02:00

README.md

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

poetry install
poetry shell
python -m unidic download
python main.py -r
python main.py