Go to file
2023-06-03 00:18:51 +04:00
.run Fix project structure for server running 2022-02-03 18:16:08 +04:00
src Improve code for working with an ontology 2023-06-03 00:18:51 +04:00
wav Add examples, fix runner for new wav file usage 2022-02-03 18:03:18 +04:00
.gitignore Initial commit 2022-01-13 20:23:35 +04:00
main.py Add test data 2023-06-02 17:48:33 +04:00
new-ontology.owx Fix ontology 2023-06-02 17:40:43 +04:00
ontology-0.owl Add support of multipart terms 2023-05-16 17:23:30 +04:00
ontology-1.owl Add support of multipart terms 2023-05-16 17:23:30 +04:00
ontology.owl Add support of multipart terms 2023-05-16 17:23:30 +04:00
readme.md Update readme.md 2022-02-03 18:20:15 +04:00
requirements.txt Improve semantic analysis 2023-05-31 23:59:18 +04:00

mkdir venv

python -m venv venv

Unix: source venv/bin/activate

Windows CMD: source ./venv/Scripts/activate.bat

Windows PowerShell: source ./venv/Scripts/activate.ps1

pip install -r requirements.txt