- فريق الإثراء الرقمي
بناء منصة مؤتمتة ومدعومة بتقنيات معالجة اللغات الطبيعية التقليدية NLP ونماذج اللغة الضخمة LLM، لتسهيل عملية الإثراء المعجمي على الباحثين، ورفع جودة المدخلات، وتقليل الجهد المبذول، وزيادة سرعة المعجم على ملاحقة آخر التطورات اللغوية، عبر ربط المنصة بالمدونات الأجنبية.
brew install --cask miniforge
brew install pipx
conda create -n arabicthon python=3.10
conda activate arabicthon
pip install "poetry<1.2"
poetry lock
poetry install
Install the sqlite version of ArabNet Ontology from here and put it in this path app/pipeline/stages/nlp/ontology/
streamlit run --server.enableCORS false --browser.gatherUsageStats false app/app.py
This project is licensed under the MIT License