M. Cihat Ünal
M. Cihat Ünal
 When I try to evaluate my model, it stops suddenly just like I did keyboard interruption as you can see ^C bottom of the output. Why is that happening...
I can finally run the OSS on docker thanks to new release.  Now, I suppose, I can reach the OSS by using `http://localhost/search` but I cannot. My docker container...
Even if I had location data in my indexes(and also I saw in preview, I have location data like Moscow, Europe). Map tab shows me "No results". Am I missing...
I want to stuck GeoName plugin, but first I need to download and install opensemanticsearch-enhancer-geonames package. Doc doesn't include not enough knowledge about it. How can I do that ?...
I confronted with an error when I tried the code you share as an example usage without making any changes.  I believe this problem has simple solution. Can you...
When I tried to use modules in phonetics, nothing can be found under the phonetic library. `import phonetics` `print(phonetics.dmetaphone('Danger'))` `>>> AttributeError: partially initialized module 'phonetics' has no attribute 'dmetaphone' (most...
I've started fresh notebook, try install and use the library. I followed the instructions in the readme file, but it throws an error and doesn't work. Here is the my...
I tried to work Google Colab and followed instruction in installation [guide](https://bootleg.readthedocs.io/en/latest/gettingstarted/install.html). It gave me `Module Not Found Error` for `emmental` and `huggingface-hub`. I installed them via `pip`. However, It...
I just want to use SBERT for Few Shot multiclass text classification, however I couldn't see any tutorial or explanation for it. Can you explain to me that which "multi_target_strategy"...
In the regard of CIDEr's logic, both candidates and references need to be mapped to their stem or root form. However, I couldn't see such operation in the code. I...