camel_tools
camel_tools copied to clipboard
A suite of Arabic natural language processing tools developed by the CAMeL Lab at New York University Abu Dhabi.
**Describe the bug** Can't install camel tools library on Mac..attaching screenshot of the error **Screenshots** **Desktop (please complete the following information):** - Mac OS 12.3.1 - Python 3.9.10
**Describe the bug** camel_tools.disambig.bert is not available under both Windows and Linux (Python 3.9) **To Reproduce** example in https://camel-tools.readthedocs.io/en/latest/api/disambig/bert.html **Expected behavior** Analysis. Instead, the following message appears (example in Ubuntu...
**Describe the bug** camel_data -i all under Windows 10, Python 3.9, does not install Egyptian morphology data calima-egy-r13: only MSA and Gulf data are available. If forced with -f option,...
**Describe the bug** => ERROR [6/6] RUN camel_data -i all 0.2s ------ > [6/6] RUN camel_data -i all: #10 0.210 /bin/sh: camel_data: not found ------ executor failed running [/bin/sh -c...
**Describe the bug** https://camel-tools.readthedocs.io/en/latest/reference/camel_morphology_features.html appears to be outdated. **To Reproduce** Analyze "وأما". Result for `rat` is a `u`. However that's not present in the docs, this isn't the only one...
**What feature would you like to improve?** The [MLEDisambiguator](https://camel-tools.readthedocs.io/en/latest/api/disambig/mle.html#camel_tools.disambig.mle.MLEDisambiguator). **Describe the solution you'd like** I would like to be able to give top=-1 to return all analyses. **Describe alternatives you've...
In the [morphological analyzer section](https://camel-tools.readthedocs.io/en/latest/api/morphology/analyzer.html?highlight=analyzer#camel_tools.morphology.analyzer.Analyzer) in the documentation, can a description for each one of the backoff modes (i.e. NOAN PROP) be provided (if not already present somewhere)?
i did the steps indicated and installed CAMel Tools with pip isntall , however i couldn't instanciate the MLEDisambiguator Model as it kept giving me this error: [Errno 2] No...
I am receiving a legacy-install-failure when running `pip install camel-tools` from Terminal. MacOS 12.5.1 Python 3.8.9
I am trying to install via Pip on Python 3.11. I have run `brew install boost cmake`. When I run `CMAKE_OSX_ARCHITECTURES=arm64 pip install camel-tools`, I get the following error: ```...