Skip to content

learnfrombasic/nlp-vietnamese-phd

Repository files navigation

nlp-vietnamese-phd

Hướng dẫn

  • Cài đặt môi trường
python -m venv .venv # Nếu sử dụng conda -> conda create -n .venv python=3.10

source .venv/bin/activate

pip install .   # Đã có file pyproject.toml; không cần requirements.txt

Lưu ý: Nên sử dụng python version 10 vì thư viện được sử dụng trong bài cho tác vụ NER, underthesea, chỉ tương thích với python version 10.

  • Chạy chương trình

notebook

Do các mã nguồn đều sử dụng jupyter, vì vậy, chỉ cần cài đặt kernel sử dụng môi trường .venv.

script

Chưa hoàn thiện.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published