TDT4310-project-sorted-japa.../README.md

22 lines
509 B
Markdown
Raw Normal View History

2024-04-26 00:46:44 +02:00
# 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
```