-
Notifications
You must be signed in to change notification settings - Fork 80
Description
I recently installed the camel-tools package (version 1.5.5) on my system, but I encountered an issue where it fails with the following error: _FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\isra\\AppData\\Roaming\\camel_tools\\data\\morphology_db\\calima-msa-r13\\morphology.db_'. This suggests that the required morphology.db file is missing. I installed camel-tools using pip install camel-tools and tried running a script that uses Camel Tools for Arabic text processing, but it still results in this error. Upon checking the Camel Tools GitHub repository, I found codebase files like database.py, analyzer.py, etc., but they do not include the morphology.db file, which I believe is necessary for the package to work properly. I would appreciate guidance on where to find the missing morphology.db file and how to properly configure the package to use it, as the current installation seems incomplete without this file. Thank you for your help!