Ossama W. Obeid

Results 17 comments of Ossama W. Obeid

Sure thing. I'll commit the changes as soon as I can.

@maciejkula one question. Would you like to have _check_model_fitted to check if a word dictionary has been provided as well?

Okay, so I decided to retain the distance function for now, by subtracting from 1 the computed similarity. I don't know, distance seems more useful (or intuitive, rather) than similarity...

Hi @Waadtss You have to add Python's `bin` directory to your `PATH` environment variable. On Ubuntu it's `/usr/local/bin` I believe (and it might be the same on Alpine), so you'll...

Can you try updating the catalogue and reinstalling the Egyptianrunning the following ``` camel_data -u camel_data -i -f all ``` There was a bugged version of the catalogue at one...

The error indicates that you may have an old catalogue installed (before the BERT model was introduced). Please run the following to get the updated catalogue and packages ``` camel_data...

Can you please specify which OS you are using?

Can you try installing the build-essential package? ``` sudo apt install build-essential ```

You can change the default CharMapper with the `norm_map` argument but that will not fix this particular issue. Furthermore, `norm_map` is used to specify the normalization expected by the morphological...